Shades of Liver #4E444A
Tints of Liver #4E444A
RGB
CMYK
RGB Variations
Color information
#4E444A (or 0x4E444A) is known color: Liver. HEX triplet: 4E, 44 and 4A. RGB value is (78,68,74). Sum of RGB (Red+Green+Blue) = 78+68+74=220 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.45% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 78 - color contains mainly: red. Hex color #4E444A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E444A is #B1BBB5. Grayscale: #474747. Windows color (decimal): -11647926 or 4867150. OLE color: 4867150.
HSL color Cylindrical-coordinate representation of color #4E444A: hue angle of 324º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4E444A is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 68 | 74 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.69 |
| HSL | 324º | 0.07% | 0.29% | - |
| HSV(B) | 324º | 0.13% | 0.31% | - |
| XYZ | 6.45 | 6.25 | 7.34 | - |
| YUV | 71.67 | 129.31 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 68 | 74 | 0 | 0.13 | 0.05 | 0.69 | 324 | 0.07 | 0.29 |
| Hex | 4E | 44 | 4A | 0 | D | 5 | 45 | 144 | 7 | 1D |
| Octal | 116 | 104 | 112 | 0 | 15 | 5 | 105 | 504 | 7 | 35 |
| Binary | 1001110 | 1000100 | 1001010 | 0 | 1101 | 101 | 1000101 | 101000100 | 111 | 11101 |
Color Harmonies of #4E444A
Complementary color
Monochromatic Colors of #4E444A
Black with #4E444A
Text Example
Text Example
White with #4E444A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E444A; }
p { color: rgb(78,68,74); }
H1.HeaderClassName
{
color: #4E444A;
}
.AnyTagClassName
{
color: #4E444A;
}
</style>
background-color css
<style>
a { background-color: #4E444A; }
a { background-color: rgb(78,68,74); }
div.DivClassName
{
background-color: #4E444A;
}
.BgClassName
{
background-color: #4E444A;
}
</style>
border-color css
<style>
span { border-color: #4E444A; }
span { border-color: rgb(78,68,74); }
td.TdClassName
{
border-color: #4E444A;
}
.TagClassName
{
border-color: #4E444A;
}
</style>