Shades of Ming #476E71
Tints of Ming #476E71
RGB
CMYK
RGB Variations
Color information
#476E71 (or 0x476E71) is known color: Ming. HEX triplet: 47, 6E and 71. RGB value is (71,110,113). Sum of RGB (Red+Green+Blue) = 71+110+113=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 110 (43.36% from 255 or 37.41% from 294); Blue value is 113 (44.53% from 255 or 38.44% from 294); Max value from RGB is 113 - color contains mainly: blue. Hex color #476E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476E71 is #B8918E. Grayscale: #626262. Windows color (decimal): -12095887 or 7433799. OLE color: 7433799.
HSL color Cylindrical-coordinate representation of color #476E71: hue angle of 184.29º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #476E71 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 110 | 113 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.56 |
| HSL | 184.29º | 0.23% | 0.36% | - |
| HSV(B) | 184.29º | 0.37% | 0.44% | - |
| XYZ | 11.16 | 13.68 | 17.68 | - |
| YUV | 98.68 | 136.08 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 110 | 113 | 0.37 | 0.03 | 0 | 0.56 | 184.29 | 0.23 | 0.36 |
| Hex | 47 | 6E | 71 | 25 | 3 | 0 | 38 | B8 | 17 | 24 |
| Octal | 107 | 156 | 161 | 45 | 3 | 0 | 70 | 270 | 27 | 44 |
| Binary | 1000111 | 1101110 | 1110001 | 100101 | 11 | 0 | 111000 | 10111000 | 10111 | 100100 |
Color Harmonies of #476E71
Complementary color
Monochromatic Colors of #476E71
Black with #476E71
Text Example
Text Example
White with #476E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476E71; }
p { color: rgb(71,110,113); }
H1.HeaderClassName
{
color: #476E71;
}
.AnyTagClassName
{
color: #476E71;
}
</style>
background-color css
<style>
a { background-color: #476E71; }
a { background-color: rgb(71,110,113); }
div.DivClassName
{
background-color: #476E71;
}
.BgClassName
{
background-color: #476E71;
}
</style>
border-color css
<style>
span { border-color: #476E71; }
span { border-color: rgb(71,110,113); }
td.TdClassName
{
border-color: #476E71;
}
.TagClassName
{
border-color: #476E71;
}
</style>