Ming
#407577
Looking for the precise values behind Ming (#407577)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #407577 | |
|---|---|---|
| RGB | rgb(64, 117, 119) | |
| HSL | hsl(182, 30%, 36%) | |
| CMYK | cmyk(46%, 2%, 0%, 53%) | |
| LAB | lab(46, -18, -7) | |
| OKLCH | oklch(0.53 0.057 199) |
Color harmonies
Tints & shades
Code snippets
color: #407577;
background-color: #407577;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF407577)
/* Swift / UIKit */
UIColor(red: 0.25, green: 0.46, blue: 0.47, alpha: 1.0)