Shades of Ming #406C70
Tints of Ming #406C70
RGB
CMYK
RGB Variations
Color information
#406C70 (or 0x406C70) is known color: Ming. HEX triplet: 40, 6C and 70. RGB value is (64,108,112). Sum of RGB (Red+Green+Blue) = 64+108+112=284 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.54% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 112 (44.14% from 255 or 39.44% from 284); Max value from RGB is 112 - color contains mainly: blue. Hex color #406C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406C70 is #BF938F. Grayscale: #5F5F5F. Windows color (decimal): -12555152 or 7367744. OLE color: 7367744.
HSL color Cylindrical-coordinate representation of color #406C70: hue angle of 185º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #406C70 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 108 | 112 | - |
| CMYK | 0.43 | 0.04 | 0 | 0.56 |
| HSL | 185º | 0.27% | 0.35% | - |
| HSV(B) | 185º | 0.43% | 0.44% | - |
| XYZ | 10.4 | 12.98 | 17.29 | - |
| YUV | 95.3 | 137.42 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 108 | 112 | 0.43 | 0.04 | 0 | 0.56 | 185 | 0.27 | 0.35 |
| Hex | 40 | 6C | 70 | 2B | 4 | 0 | 38 | B9 | 1B | 23 |
| Octal | 100 | 154 | 160 | 53 | 4 | 0 | 70 | 271 | 33 | 43 |
| Binary | 1000000 | 1101100 | 1110000 | 101011 | 100 | 0 | 111000 | 10111001 | 11011 | 100011 |
Color Harmonies of #406C70
Complementary color
Monochromatic Colors of #406C70
Black with #406C70
Text Example
Text Example
White with #406C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406C70; }
p { color: rgb(64,108,112); }
H1.HeaderClassName
{
color: #406C70;
}
.AnyTagClassName
{
color: #406C70;
}
</style>
background-color css
<style>
a { background-color: #406C70; }
a { background-color: rgb(64,108,112); }
div.DivClassName
{
background-color: #406C70;
}
.BgClassName
{
background-color: #406C70;
}
</style>
border-color css
<style>
span { border-color: #406C70; }
span { border-color: rgb(64,108,112); }
td.TdClassName
{
border-color: #406C70;
}
.TagClassName
{
border-color: #406C70;
}
</style>