Shades of Ming #477A79
Tints of Ming #477A79
RGB
CMYK
RGB Variations
Color information
#477A79 (or 0x477A79) is known color: Ming. HEX triplet: 47, 7A and 79. RGB value is (71,122,121). Sum of RGB (Red+Green+Blue) = 71+122+121=314 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.61% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 122 - color contains mainly: green. Hex color #477A79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477A79 is #B88586. Grayscale: #6A6A6A. Windows color (decimal): -12092807 or 7961159. OLE color: 7961159.
HSL color Cylindrical-coordinate representation of color #477A79: hue angle of 178.82º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #477A79 is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 122 | 121 | - |
| CMYK | 0.42 | 0 | 0.01 | 0.52 |
| HSL | 178.82º | 0.26% | 0.38% | - |
| HSV(B) | 178.82º | 0.42% | 0.48% | - |
| XYZ | 13.01 | 16.64 | 20.62 | - |
| YUV | 106.64 | 136.1 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 122 | 121 | 0.42 | 0 | 0.01 | 0.52 | 178.82 | 0.26 | 0.38 |
| Hex | 47 | 7A | 79 | 2A | 0 | 1 | 34 | B3 | 1A | 26 |
| Octal | 107 | 172 | 171 | 52 | 0 | 1 | 64 | 263 | 32 | 46 |
| Binary | 1000111 | 1111010 | 1111001 | 101010 | 0 | 1 | 110100 | 10110011 | 11010 | 100110 |
Color Harmonies of #477A79
Complementary color
Monochromatic Colors of #477A79
Black with #477A79
Text Example
Text Example
White with #477A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477A79; }
p { color: rgb(71,122,121); }
H1.HeaderClassName
{
color: #477A79;
}
.AnyTagClassName
{
color: #477A79;
}
</style>
background-color css
<style>
a { background-color: #477A79; }
a { background-color: rgb(71,122,121); }
div.DivClassName
{
background-color: #477A79;
}
.BgClassName
{
background-color: #477A79;
}
</style>
border-color css
<style>
span { border-color: #477A79; }
span { border-color: rgb(71,122,121); }
td.TdClassName
{
border-color: #477A79;
}
.TagClassName
{
border-color: #477A79;
}
</style>