Shades of Ming #476F73
Tints of Ming #476F73
RGB
CMYK
RGB Variations
Color information
#476F73 (or 0x476F73) is known color: Ming. HEX triplet: 47, 6F and 73. RGB value is (71,111,115). Sum of RGB (Red+Green+Blue) = 71+111+115=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 115 - color contains mainly: blue. Hex color #476F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476F73 is #B8908C. Grayscale: #636363. Windows color (decimal): -12095629 or 7565127. OLE color: 7565127.
HSL color Cylindrical-coordinate representation of color #476F73: hue angle of 185.45º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #476F73 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 111 | 115 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.55 |
| HSL | 185.45º | 0.24% | 0.36% | - |
| HSV(B) | 185.45º | 0.38% | 0.45% | - |
| XYZ | 11.38 | 13.95 | 18.31 | - |
| YUV | 99.5 | 136.75 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 111 | 115 | 0.38 | 0.03 | 0 | 0.55 | 185.45 | 0.24 | 0.36 |
| Hex | 47 | 6F | 73 | 26 | 3 | 0 | 37 | B9 | 18 | 24 |
| Octal | 107 | 157 | 163 | 46 | 3 | 0 | 67 | 271 | 30 | 44 |
| Binary | 1000111 | 1101111 | 1110011 | 100110 | 11 | 0 | 110111 | 10111001 | 11000 | 100100 |
Color Harmonies of #476F73
Complementary color
Monochromatic Colors of #476F73
Black with #476F73
Text Example
Text Example
White with #476F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476F73; }
p { color: rgb(71,111,115); }
H1.HeaderClassName
{
color: #476F73;
}
.AnyTagClassName
{
color: #476F73;
}
</style>
background-color css
<style>
a { background-color: #476F73; }
a { background-color: rgb(71,111,115); }
div.DivClassName
{
background-color: #476F73;
}
.BgClassName
{
background-color: #476F73;
}
</style>
border-color css
<style>
span { border-color: #476F73; }
span { border-color: rgb(71,111,115); }
td.TdClassName
{
border-color: #476F73;
}
.TagClassName
{
border-color: #476F73;
}
</style>