Shades of Ming #4E7579
Tints of Ming #4E7579
RGB
CMYK
RGB Variations
Color information
#4E7579 (or 0x4E7579) is known color: Ming. HEX triplet: 4E, 75 and 79. RGB value is (78,117,121). Sum of RGB (Red+Green+Blue) = 78+117+121=316 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.68% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 121 - color contains mainly: blue. Hex color #4E7579 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7579 is #B18A86. Grayscale: #696969. Windows color (decimal): -11635335 or 7959886. OLE color: 7959886.
HSL color Cylindrical-coordinate representation of color #4E7579: hue angle of 185.58º 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 #4E7579 is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 78 | 117 | 121 | - |
| CMYK | 0.36 | 0.03 | 0 | 0.53 |
| HSL | 185.58º | 0.22% | 0.39% | - |
| HSV(B) | 185.58º | 0.36% | 0.47% | - |
| XYZ | 12.95 | 15.72 | 20.44 | - |
| YUV | 105.8 | 136.58 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 117 | 121 | 0.36 | 0.03 | 0 | 0.53 | 185.58 | 0.22 | 0.39 |
| Hex | 4E | 75 | 79 | 24 | 3 | 0 | 35 | BA | 16 | 27 |
| Octal | 116 | 165 | 171 | 44 | 3 | 0 | 65 | 272 | 26 | 47 |
| Binary | 1001110 | 1110101 | 1111001 | 100100 | 11 | 0 | 110101 | 10111010 | 10110 | 100111 |
Color Harmonies of #4E7579
Complementary color
Monochromatic Colors of #4E7579
Black with #4E7579
Text Example
Text Example
White with #4E7579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7579; }
p { color: rgb(78,117,121); }
H1.HeaderClassName
{
color: #4E7579;
}
.AnyTagClassName
{
color: #4E7579;
}
</style>
background-color css
<style>
a { background-color: #4E7579; }
a { background-color: rgb(78,117,121); }
div.DivClassName
{
background-color: #4E7579;
}
.BgClassName
{
background-color: #4E7579;
}
</style>
border-color css
<style>
span { border-color: #4E7579; }
span { border-color: rgb(78,117,121); }
td.TdClassName
{
border-color: #4E7579;
}
.TagClassName
{
border-color: #4E7579;
}
</style>