Shades of Liver #4E4A4C
Tints of Liver #4E4A4C
RGB
CMYK
RGB Variations
Color information
#4E4A4C (or 0x4E4A4C) is known color: Liver. HEX triplet: 4E, 4A and 4C. RGB value is (78,74,76). Sum of RGB (Red+Green+Blue) = 78+74+76=228 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.21% from 228); Green value is 74 (29.30% from 255 or 32.46% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4A4C is #B1B5B3. Grayscale: #4B4B4B. Windows color (decimal): -11646388 or 4999758. OLE color: 4999758.
HSL color Cylindrical-coordinate representation of color #4E4A4C: hue angle of 330º degrees, saturation: 0.03, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #4E4A4C is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 74 | 76 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.69 |
| HSL | 330º | 0.03% | 0.3% | - |
| HSV(B) | 330º | 0.05% | 0.31% | - |
| XYZ | 6.9 | 7.04 | 7.83 | - |
| YUV | 75.42 | 128.33 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 74 | 76 | 0 | 0.05 | 0.03 | 0.69 | 330 | 0.03 | 0.3 |
| Hex | 4E | 4A | 4C | 0 | 5 | 3 | 45 | 14A | 3 | 1E |
| Octal | 116 | 112 | 114 | 0 | 5 | 3 | 105 | 512 | 3 | 36 |
| Binary | 1001110 | 1001010 | 1001100 | 0 | 101 | 11 | 1000101 | 101001010 | 11 | 11110 |
Color Harmonies of #4E4A4C
Complementary color
Monochromatic Colors of #4E4A4C
Black with #4E4A4C
Text Example
Text Example
White with #4E4A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4A4C; }
p { color: rgb(78,74,76); }
H1.HeaderClassName
{
color: #4E4A4C;
}
.AnyTagClassName
{
color: #4E4A4C;
}
</style>
background-color css
<style>
a { background-color: #4E4A4C; }
a { background-color: rgb(78,74,76); }
div.DivClassName
{
background-color: #4E4A4C;
}
.BgClassName
{
background-color: #4E4A4C;
}
</style>
border-color css
<style>
span { border-color: #4E4A4C; }
span { border-color: rgb(78,74,76); }
td.TdClassName
{
border-color: #4E4A4C;
}
.TagClassName
{
border-color: #4E4A4C;
}
</style>