Shades of Liver #4E454A
Tints of Liver #4E454A
RGB
CMYK
RGB Variations
Color information
#4E454A (or 0x4E454A) is known color: Liver. HEX triplet: 4E, 45 and 4A. RGB value is (78,69,74). Sum of RGB (Red+Green+Blue) = 78+69+74=221 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.29% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 78 - color contains mainly: red. Hex color #4E454A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E454A is #B1BAB5. Grayscale: #484848. Windows color (decimal): -11647670 or 4867406. OLE color: 4867406.
HSL color Cylindrical-coordinate representation of color #4E454A: hue angle of 326.67º degrees, saturation: 0.06, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4E454A is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 69 | 74 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.69 |
| HSL | 326.67º | 0.06% | 0.29% | - |
| HSV(B) | 326.67º | 0.12% | 0.31% | - |
| XYZ | 6.51 | 6.37 | 7.37 | - |
| YUV | 72.26 | 128.98 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 69 | 74 | 0 | 0.12 | 0.05 | 0.69 | 326.67 | 0.06 | 0.29 |
| Hex | 4E | 45 | 4A | 0 | C | 5 | 45 | 147 | 6 | 1D |
| Octal | 116 | 105 | 112 | 0 | 14 | 5 | 105 | 507 | 6 | 35 |
| Binary | 1001110 | 1000101 | 1001010 | 0 | 1100 | 101 | 1000101 | 101000111 | 110 | 11101 |
Color Harmonies of #4E454A
Complementary color
Monochromatic Colors of #4E454A
Black with #4E454A
Text Example
Text Example
White with #4E454A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E454A; }
p { color: rgb(78,69,74); }
H1.HeaderClassName
{
color: #4E454A;
}
.AnyTagClassName
{
color: #4E454A;
}
</style>
background-color css
<style>
a { background-color: #4E454A; }
a { background-color: rgb(78,69,74); }
div.DivClassName
{
background-color: #4E454A;
}
.BgClassName
{
background-color: #4E454A;
}
</style>
border-color css
<style>
span { border-color: #4E454A; }
span { border-color: rgb(78,69,74); }
td.TdClassName
{
border-color: #4E454A;
}
.TagClassName
{
border-color: #4E454A;
}
</style>