Shades of Ming #416C6F
Tints of Ming #416C6F
RGB
CMYK
RGB Variations
Color information
#416C6F (or 0x416C6F) is known color: Ming. HEX triplet: 41, 6C and 6F. RGB value is (65,108,111). Sum of RGB (Red+Green+Blue) = 65+108+111=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 111 - color contains mainly: blue. Hex color #416C6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416C6F is #BE9390. Grayscale: #5F5F5F. Windows color (decimal): -12489617 or 7302209. OLE color: 7302209.
HSL color Cylindrical-coordinate representation of color #416C6F: hue angle of 183.91º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #416C6F is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 65 | 108 | 111 | - |
| CMYK | 0.41 | 0.03 | 0 | 0.56 |
| HSL | 183.91º | 0.26% | 0.35% | - |
| HSV(B) | 183.91º | 0.41% | 0.44% | - |
| XYZ | 10.41 | 13 | 17 | - |
| YUV | 95.49 | 136.75 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 108 | 111 | 0.41 | 0.03 | 0 | 0.56 | 183.91 | 0.26 | 0.35 |
| Hex | 41 | 6C | 6F | 29 | 3 | 0 | 38 | B8 | 1A | 23 |
| Octal | 101 | 154 | 157 | 51 | 3 | 0 | 70 | 270 | 32 | 43 |
| Binary | 1000001 | 1101100 | 1101111 | 101001 | 11 | 0 | 111000 | 10111000 | 11010 | 100011 |
Color Harmonies of #416C6F
Complementary color
Monochromatic Colors of #416C6F
Black with #416C6F
Text Example
Text Example
White with #416C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416C6F; }
p { color: rgb(65,108,111); }
H1.HeaderClassName
{
color: #416C6F;
}
.AnyTagClassName
{
color: #416C6F;
}
</style>
background-color css
<style>
a { background-color: #416C6F; }
a { background-color: rgb(65,108,111); }
div.DivClassName
{
background-color: #416C6F;
}
.BgClassName
{
background-color: #416C6F;
}
</style>
border-color css
<style>
span { border-color: #416C6F; }
span { border-color: rgb(65,108,111); }
td.TdClassName
{
border-color: #416C6F;
}
.TagClassName
{
border-color: #416C6F;
}
</style>