Shades of Ming #406D72
Tints of Ming #406D72
RGB
CMYK
RGB Variations
Color information
#406D72 (or 0x406D72) is known color: Ming. HEX triplet: 40, 6D and 72. RGB value is (64,109,114). Sum of RGB (Red+Green+Blue) = 64+109+114=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 109 (42.97% from 255 or 37.98% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 114 - color contains mainly: blue. Hex color #406D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406D72 is #BF928D. Grayscale: #606060. Windows color (decimal): -12554894 or 7499072. OLE color: 7499072.
HSL color Cylindrical-coordinate representation of color #406D72: hue angle of 186º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #406D72 is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 109 | 114 | - |
| CMYK | 0.44 | 0.04 | 0 | 0.55 |
| HSL | 186º | 0.28% | 0.35% | - |
| HSV(B) | 186º | 0.44% | 0.45% | - |
| XYZ | 10.62 | 13.24 | 17.92 | - |
| YUV | 96.12 | 138.09 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 109 | 114 | 0.44 | 0.04 | 0 | 0.55 | 186 | 0.28 | 0.35 |
| Hex | 40 | 6D | 72 | 2C | 4 | 0 | 37 | BA | 1C | 23 |
| Octal | 100 | 155 | 162 | 54 | 4 | 0 | 67 | 272 | 34 | 43 |
| Binary | 1000000 | 1101101 | 1110010 | 101100 | 100 | 0 | 110111 | 10111010 | 11100 | 100011 |
Color Harmonies of #406D72
Complementary color
Monochromatic Colors of #406D72
Black with #406D72
Text Example
Text Example
White with #406D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406D72; }
p { color: rgb(64,109,114); }
H1.HeaderClassName
{
color: #406D72;
}
.AnyTagClassName
{
color: #406D72;
}
</style>
background-color css
<style>
a { background-color: #406D72; }
a { background-color: rgb(64,109,114); }
div.DivClassName
{
background-color: #406D72;
}
.BgClassName
{
background-color: #406D72;
}
</style>
border-color css
<style>
span { border-color: #406D72; }
span { border-color: rgb(64,109,114); }
td.TdClassName
{
border-color: #406D72;
}
.TagClassName
{
border-color: #406D72;
}
</style>