Shades of Ming #416F6F
Tints of Ming #416F6F
RGB
CMYK
RGB Variations
Color information
#416F6F (or 0x416F6F) is known color: Ming. HEX triplet: 41, 6F and 6F. RGB value is (65,111,111). Sum of RGB (Red+Green+Blue) = 65+111+111=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 111 (43.75% from 255 or 38.68% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 111 - color contains mainly: green, blue. Hex color #416F6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416F6F is #BE9090. Grayscale: #616161. Windows color (decimal): -12488849 or 7302977. OLE color: 7302977.
HSL color Cylindrical-coordinate representation of color #416F6F: hue angle of 180º 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 #416F6F is Cyan = 0.41, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 65 | 111 | 111 | - |
| CMYK | 0.41 | 0 | 0 | 0.56 |
| HSL | 180º | 0.26% | 0.35% | - |
| HSV(B) | 180º | 0.41% | 0.44% | - |
| XYZ | 10.73 | 13.64 | 17.11 | - |
| YUV | 97.25 | 135.76 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 111 | 111 | 0.41 | 0 | 0 | 0.56 | 180 | 0.26 | 0.35 |
| Hex | 41 | 6F | 6F | 29 | 0 | 0 | 38 | B4 | 1A | 23 |
| Octal | 101 | 157 | 157 | 51 | 0 | 0 | 70 | 264 | 32 | 43 |
| Binary | 1000001 | 1101111 | 1101111 | 101001 | 0 | 0 | 111000 | 10110100 | 11010 | 100011 |
Color Harmonies of #416F6F
Complementary color
Monochromatic Colors of #416F6F
Black with #416F6F
Text Example
Text Example
White with #416F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416F6F; }
p { color: rgb(65,111,111); }
H1.HeaderClassName
{
color: #416F6F;
}
.AnyTagClassName
{
color: #416F6F;
}
</style>
background-color css
<style>
a { background-color: #416F6F; }
a { background-color: rgb(65,111,111); }
div.DivClassName
{
background-color: #416F6F;
}
.BgClassName
{
background-color: #416F6F;
}
</style>
border-color css
<style>
span { border-color: #416F6F; }
span { border-color: rgb(65,111,111); }
td.TdClassName
{
border-color: #416F6F;
}
.TagClassName
{
border-color: #416F6F;
}
</style>