Shades of Ming #476E70
Tints of Ming #476E70
RGB
CMYK
RGB Variations
Color information
#476E70 (or 0x476E70) is known color: Ming. HEX triplet: 47, 6E and 70. RGB value is (71,110,112). Sum of RGB (Red+Green+Blue) = 71+110+112=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 110 (43.36% from 255 or 37.54% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 112 - color contains mainly: blue. Hex color #476E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476E70 is #B8918F. Grayscale: #626262. Windows color (decimal): -12095888 or 7368263. OLE color: 7368263.
HSL color Cylindrical-coordinate representation of color #476E70: hue angle of 182.93º degrees, saturation: 0.22, 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 #476E70 is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 110 | 112 | - |
| CMYK | 0.37 | 0.02 | 0 | 0.56 |
| HSL | 182.93º | 0.22% | 0.36% | - |
| HSV(B) | 182.93º | 0.37% | 0.44% | - |
| XYZ | 11.1 | 13.66 | 17.38 | - |
| YUV | 98.57 | 135.58 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 110 | 112 | 0.37 | 0.02 | 0 | 0.56 | 182.93 | 0.22 | 0.36 |
| Hex | 47 | 6E | 70 | 25 | 2 | 0 | 38 | B7 | 16 | 24 |
| Octal | 107 | 156 | 160 | 45 | 2 | 0 | 70 | 267 | 26 | 44 |
| Binary | 1000111 | 1101110 | 1110000 | 100101 | 10 | 0 | 111000 | 10110111 | 10110 | 100100 |
Color Harmonies of #476E70
Complementary color
Monochromatic Colors of #476E70
Black with #476E70
Text Example
Text Example
White with #476E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476E70; }
p { color: rgb(71,110,112); }
H1.HeaderClassName
{
color: #476E70;
}
.AnyTagClassName
{
color: #476E70;
}
</style>
background-color css
<style>
a { background-color: #476E70; }
a { background-color: rgb(71,110,112); }
div.DivClassName
{
background-color: #476E70;
}
.BgClassName
{
background-color: #476E70;
}
</style>
border-color css
<style>
span { border-color: #476E70; }
span { border-color: rgb(71,110,112); }
td.TdClassName
{
border-color: #476E70;
}
.TagClassName
{
border-color: #476E70;
}
</style>