Shades of Ming #416F73
Tints of Ming #416F73
RGB
CMYK
RGB Variations
Color information
#416F73 (or 0x416F73) is known color: Ming. HEX triplet: 41, 6F and 73. RGB value is (65,111,115). Sum of RGB (Red+Green+Blue) = 65+111+115=291 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.34% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 115 (45.31% from 255 or 39.52% from 291); Max value from RGB is 115 - color contains mainly: blue. Hex color #416F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416F73 is #BE908C. Grayscale: #616161. Windows color (decimal): -12488845 or 7565121. OLE color: 7565121.
HSL color Cylindrical-coordinate representation of color #416F73: hue angle of 184.8º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #416F73 is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 65 | 111 | 115 | - |
| CMYK | 0.43 | 0.03 | 0 | 0.55 |
| HSL | 184.8º | 0.28% | 0.35% | - |
| HSV(B) | 184.8º | 0.43% | 0.45% | - |
| XYZ | 10.96 | 13.73 | 18.29 | - |
| YUV | 97.7 | 137.76 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 111 | 115 | 0.43 | 0.03 | 0 | 0.55 | 184.8 | 0.28 | 0.35 |
| Hex | 41 | 6F | 73 | 2B | 3 | 0 | 37 | B9 | 1C | 23 |
| Octal | 101 | 157 | 163 | 53 | 3 | 0 | 67 | 271 | 34 | 43 |
| Binary | 1000001 | 1101111 | 1110011 | 101011 | 11 | 0 | 110111 | 10111001 | 11100 | 100011 |
Color Harmonies of #416F73
Complementary color
Monochromatic Colors of #416F73
Black with #416F73
Text Example
Text Example
White with #416F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416F73; }
p { color: rgb(65,111,115); }
H1.HeaderClassName
{
color: #416F73;
}
.AnyTagClassName
{
color: #416F73;
}
</style>
background-color css
<style>
a { background-color: #416F73; }
a { background-color: rgb(65,111,115); }
div.DivClassName
{
background-color: #416F73;
}
.BgClassName
{
background-color: #416F73;
}
</style>
border-color css
<style>
span { border-color: #416F73; }
span { border-color: rgb(65,111,115); }
td.TdClassName
{
border-color: #416F73;
}
.TagClassName
{
border-color: #416F73;
}
</style>