Shades of Ming #476F72
Tints of Ming #476F72
RGB
CMYK
RGB Variations
Color information
#476F72 (or 0x476F72) is known color: Ming. HEX triplet: 47, 6F and 72. RGB value is (71,111,114). Sum of RGB (Red+Green+Blue) = 71+111+114=296 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.99% from 296); Green value is 111 (43.75% from 255 or 37.5% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 114 - color contains mainly: blue. Hex color #476F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476F72 is #B8908D. Grayscale: #636363. Windows color (decimal): -12095630 or 7499591. OLE color: 7499591.
HSL color Cylindrical-coordinate representation of color #476F72: hue angle of 184.19º degrees, saturation: 0.23, 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 #476F72 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 111 | 114 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.55 |
| HSL | 184.19º | 0.23% | 0.36% | - |
| HSV(B) | 184.19º | 0.38% | 0.45% | - |
| XYZ | 11.32 | 13.92 | 18.01 | - |
| YUV | 99.38 | 136.25 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 111 | 114 | 0.38 | 0.03 | 0 | 0.55 | 184.19 | 0.23 | 0.36 |
| Hex | 47 | 6F | 72 | 26 | 3 | 0 | 37 | B8 | 17 | 24 |
| Octal | 107 | 157 | 162 | 46 | 3 | 0 | 67 | 270 | 27 | 44 |
| Binary | 1000111 | 1101111 | 1110010 | 100110 | 11 | 0 | 110111 | 10111000 | 10111 | 100100 |
Color Harmonies of #476F72
Complementary color
Monochromatic Colors of #476F72
Black with #476F72
Text Example
Text Example
White with #476F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476F72; }
p { color: rgb(71,111,114); }
H1.HeaderClassName
{
color: #476F72;
}
.AnyTagClassName
{
color: #476F72;
}
</style>
background-color css
<style>
a { background-color: #476F72; }
a { background-color: rgb(71,111,114); }
div.DivClassName
{
background-color: #476F72;
}
.BgClassName
{
background-color: #476F72;
}
</style>
border-color css
<style>
span { border-color: #476F72; }
span { border-color: rgb(71,111,114); }
td.TdClassName
{
border-color: #476F72;
}
.TagClassName
{
border-color: #476F72;
}
</style>