Shades of Ming #4E7479
Tints of Ming #4E7479
RGB
CMYK
RGB Variations
Color information
#4E7479 (or 0x4E7479) is known color: Ming. HEX triplet: 4E, 74 and 79. RGB value is (78,116,121). Sum of RGB (Red+Green+Blue) = 78+116+121=315 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.76% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 121 (47.66% from 255 or 38.41% from 315); Max value from RGB is 121 - color contains mainly: blue. Hex color #4E7479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7479 is #B18B86. Grayscale: #696969. Windows color (decimal): -11635591 or 7959630. OLE color: 7959630.
HSL color Cylindrical-coordinate representation of color #4E7479: hue angle of 186.98º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4E7479 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 78 | 116 | 121 | - |
| CMYK | 0.36 | 0.04 | 0 | 0.53 |
| HSL | 186.98º | 0.22% | 0.39% | - |
| HSV(B) | 186.98º | 0.36% | 0.47% | - |
| XYZ | 12.84 | 15.49 | 20.4 | - |
| YUV | 105.21 | 136.91 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 116 | 121 | 0.36 | 0.04 | 0 | 0.53 | 186.98 | 0.22 | 0.39 |
| Hex | 4E | 74 | 79 | 24 | 4 | 0 | 35 | BB | 16 | 27 |
| Octal | 116 | 164 | 171 | 44 | 4 | 0 | 65 | 273 | 26 | 47 |
| Binary | 1001110 | 1110100 | 1111001 | 100100 | 100 | 0 | 110101 | 10111011 | 10110 | 100111 |
Color Harmonies of #4E7479
Complementary color
Monochromatic Colors of #4E7479
Black with #4E7479
Text Example
Text Example
White with #4E7479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7479; }
p { color: rgb(78,116,121); }
H1.HeaderClassName
{
color: #4E7479;
}
.AnyTagClassName
{
color: #4E7479;
}
</style>
background-color css
<style>
a { background-color: #4E7479; }
a { background-color: rgb(78,116,121); }
div.DivClassName
{
background-color: #4E7479;
}
.BgClassName
{
background-color: #4E7479;
}
</style>
border-color css
<style>
span { border-color: #4E7479; }
span { border-color: rgb(78,116,121); }
td.TdClassName
{
border-color: #4E7479;
}
.TagClassName
{
border-color: #4E7479;
}
</style>