Shades of Liver #4E4B4C
Tints of Liver #4E4B4C
RGB
CMYK
RGB Variations
Color information
#4E4B4C (or 0x4E4B4C) is known color: Liver. HEX triplet: 4E, 4B and 4C. RGB value is (78,75,76). Sum of RGB (Red+Green+Blue) = 78+75+76=229 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.06% from 229); Green value is 75 (29.69% from 255 or 32.75% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4B4C is #B1B4B3. Grayscale: #4C4C4C. Windows color (decimal): -11646132 or 5000014. OLE color: 5000014.
HSL color Cylindrical-coordinate representation of color #4E4B4C: hue angle of 340º degrees, saturation: 0.02, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #4E4B4C is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
RGB | 78 | 75 | 76 | - |
CMYK | 0 | 0.04 | 0.03 | 0.69 |
HSL | 340º | 0.02% | 0.3% | - |
HSV(B) | 340º | 0.04% | 0.31% | - |
XYZ | 6.96 | 7.17 | 7.86 | - |
YUV | 76.01 | 127.99 | 129.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 78 | 75 | 76 | 0 | 0.04 | 0.03 | 0.69 | 340 | 0.02 | 0.3 |
Hex | 4E | 4B | 4C | 0 | 4 | 3 | 45 | 154 | 2 | 1E |
Octal | 116 | 113 | 114 | 0 | 4 | 3 | 105 | 524 | 2 | 36 |
Binary | 1001110 | 1001011 | 1001100 | 0 | 100 | 11 | 1000101 | 101010100 | 10 | 11110 |
Color Harmonies of #4E4B4C
Complementary color
Monochromatic Colors of #4E4B4C
Black with #4E4B4C
Text Example
Text Example
White with #4E4B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4B4C; }
p { color: rgb(78,75,76); }
H1.HeaderClassName
{
color: #4E4B4C;
}
.AnyTagClassName
{
color: #4E4B4C;
}
</style>
background-color css
<style>
a { background-color: #4E4B4C; }
a { background-color: rgb(78,75,76); }
div.DivClassName
{
background-color: #4E4B4C;
}
.BgClassName
{
background-color: #4E4B4C;
}
</style>
border-color css
<style>
span { border-color: #4E4B4C; }
span { border-color: rgb(78,75,76); }
td.TdClassName
{
border-color: #4E4B4C;
}
.TagClassName
{
border-color: #4E4B4C;
}
</style>