Shades of Ming #476E6D
Tints of Ming #476E6D
RGB
CMYK
RGB Variations
Color information
#476E6D (or 0x476E6D) is known color: Ming. HEX triplet: 47, 6E and 6D. RGB value is (71,110,109). Sum of RGB (Red+Green+Blue) = 71+110+109=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 110 (43.36% from 255 or 37.93% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 110 - color contains mainly: green. Hex color #476E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476E6D is #B89192. Grayscale: #626262. Windows color (decimal): -12095891 or 7171655. OLE color: 7171655.
HSL color Cylindrical-coordinate representation of color #476E6D: hue angle of 178.46º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #476E6D is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 71 | 110 | 109 | - |
| CMYK | 0.35 | 0 | 0.01 | 0.57 |
| HSL | 178.46º | 0.22% | 0.35% | - |
| HSV(B) | 178.46º | 0.35% | 0.43% | - |
| XYZ | 10.93 | 13.6 | 16.52 | - |
| YUV | 98.23 | 134.08 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 110 | 109 | 0.35 | 0 | 0.01 | 0.57 | 178.46 | 0.22 | 0.35 |
| Hex | 47 | 6E | 6D | 23 | 0 | 1 | 39 | B2 | 16 | 23 |
| Octal | 107 | 156 | 155 | 43 | 0 | 1 | 71 | 262 | 26 | 43 |
| Binary | 1000111 | 1101110 | 1101101 | 100011 | 0 | 1 | 111001 | 10110010 | 10110 | 100011 |
Color Harmonies of #476E6D
Complementary color
Monochromatic Colors of #476E6D
Black with #476E6D
Text Example
Text Example
White with #476E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476E6D; }
p { color: rgb(71,110,109); }
H1.HeaderClassName
{
color: #476E6D;
}
.AnyTagClassName
{
color: #476E6D;
}
</style>
background-color css
<style>
a { background-color: #476E6D; }
a { background-color: rgb(71,110,109); }
div.DivClassName
{
background-color: #476E6D;
}
.BgClassName
{
background-color: #476E6D;
}
</style>
border-color css
<style>
span { border-color: #476E6D; }
span { border-color: rgb(71,110,109); }
td.TdClassName
{
border-color: #476E6D;
}
.TagClassName
{
border-color: #476E6D;
}
</style>