Shades of Liver #4E484A
Tints of Liver #4E484A
RGB
CMYK
RGB Variations
Color information
#4E484A (or 0x4E484A) is known color: Liver. HEX triplet: 4E, 48 and 4A. RGB value is (78,72,74). Sum of RGB (Red+Green+Blue) = 78+72+74=224 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.82% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 78 - color contains mainly: red. Hex color #4E484A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E484A is #B1B7B5. Grayscale: #4A4A4A. Windows color (decimal): -11646902 or 4868174. OLE color: 4868174.
HSL color Cylindrical-coordinate representation of color #4E484A: hue angle of 340º degrees, saturation: 0.04, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #4E484A is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 72 | 74 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.69 |
| HSL | 340º | 0.04% | 0.29% | - |
| HSV(B) | 340º | 0.08% | 0.31% | - |
| XYZ | 6.7 | 6.75 | 7.43 | - |
| YUV | 74.02 | 127.99 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 72 | 74 | 0 | 0.08 | 0.05 | 0.69 | 340 | 0.04 | 0.29 |
| Hex | 4E | 48 | 4A | 0 | 8 | 5 | 45 | 154 | 4 | 1D |
| Octal | 116 | 110 | 112 | 0 | 10 | 5 | 105 | 524 | 4 | 35 |
| Binary | 1001110 | 1001000 | 1001010 | 0 | 1000 | 101 | 1000101 | 101010100 | 100 | 11101 |
Color Harmonies of #4E484A
Complementary color
Monochromatic Colors of #4E484A
Black with #4E484A
Text Example
Text Example
White with #4E484A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E484A; }
p { color: rgb(78,72,74); }
H1.HeaderClassName
{
color: #4E484A;
}
.AnyTagClassName
{
color: #4E484A;
}
</style>
background-color css
<style>
a { background-color: #4E484A; }
a { background-color: rgb(78,72,74); }
div.DivClassName
{
background-color: #4E484A;
}
.BgClassName
{
background-color: #4E484A;
}
</style>
border-color css
<style>
span { border-color: #4E484A; }
span { border-color: rgb(78,72,74); }
td.TdClassName
{
border-color: #4E484A;
}
.TagClassName
{
border-color: #4E484A;
}
</style>