Shades of Ming #416C70
Tints of Ming #416C70
RGB
CMYK
RGB Variations
Color information
#416C70 (or 0x416C70) is known color: Ming. HEX triplet: 41, 6C and 70. RGB value is (65,108,112). Sum of RGB (Red+Green+Blue) = 65+108+112=285 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.81% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 112 - color contains mainly: blue. Hex color #416C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416C70 is #BE938F. Grayscale: #5F5F5F. Windows color (decimal): -12489616 or 7367745. OLE color: 7367745.
HSL color Cylindrical-coordinate representation of color #416C70: hue angle of 185.11º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #416C70 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 65 | 108 | 112 | - |
| CMYK | 0.42 | 0.04 | 0 | 0.56 |
| HSL | 185.11º | 0.27% | 0.35% | - |
| HSV(B) | 185.11º | 0.42% | 0.44% | - |
| XYZ | 10.47 | 13.02 | 17.29 | - |
| YUV | 95.6 | 137.25 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 108 | 112 | 0.42 | 0.04 | 0 | 0.56 | 185.11 | 0.27 | 0.35 |
| Hex | 41 | 6C | 70 | 2A | 4 | 0 | 38 | B9 | 1B | 23 |
| Octal | 101 | 154 | 160 | 52 | 4 | 0 | 70 | 271 | 33 | 43 |
| Binary | 1000001 | 1101100 | 1110000 | 101010 | 100 | 0 | 111000 | 10111001 | 11011 | 100011 |
Color Harmonies of #416C70
Complementary color
Monochromatic Colors of #416C70
Black with #416C70
Text Example
Text Example
White with #416C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416C70; }
p { color: rgb(65,108,112); }
H1.HeaderClassName
{
color: #416C70;
}
.AnyTagClassName
{
color: #416C70;
}
</style>
background-color css
<style>
a { background-color: #416C70; }
a { background-color: rgb(65,108,112); }
div.DivClassName
{
background-color: #416C70;
}
.BgClassName
{
background-color: #416C70;
}
</style>
border-color css
<style>
span { border-color: #416C70; }
span { border-color: rgb(65,108,112); }
td.TdClassName
{
border-color: #416C70;
}
.TagClassName
{
border-color: #416C70;
}
</style>