Shades of Liver #4E484B
Tints of Liver #4E484B
RGB
CMYK
RGB Variations
Color information
#4E484B (or 0x4E484B) is known color: Liver. HEX triplet: 4E, 48 and 4B. RGB value is (78,72,75). Sum of RGB (Red+Green+Blue) = 78+72+75=225 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.67% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 78 - color contains mainly: red. Hex color #4E484B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E484B is #B1B7B4. Grayscale: #4A4A4A. Windows color (decimal): -11646901 or 4933710. OLE color: 4933710.
HSL color Cylindrical-coordinate representation of color #4E484B: hue angle of 330º 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 #4E484B is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
RGB | 78 | 72 | 75 | - |
CMYK | 0 | 0.08 | 0.04 | 0.69 |
HSL | 330º | 0.04% | 0.29% | - |
HSV(B) | 330º | 0.08% | 0.31% | - |
XYZ | 6.73 | 6.76 | 7.61 | - |
YUV | 74.14 | 128.49 | 130.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 78 | 72 | 75 | 0 | 0.08 | 0.04 | 0.69 | 330 | 0.04 | 0.29 |
Hex | 4E | 48 | 4B | 0 | 8 | 4 | 45 | 14A | 4 | 1D |
Octal | 116 | 110 | 113 | 0 | 10 | 4 | 105 | 512 | 4 | 35 |
Binary | 1001110 | 1001000 | 1001011 | 0 | 1000 | 100 | 1000101 | 101001010 | 100 | 11101 |
Color Harmonies of #4E484B
Complementary color
Monochromatic Colors of #4E484B
Black with #4E484B
Text Example
Text Example
White with #4E484B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E484B; }
p { color: rgb(78,72,75); }
H1.HeaderClassName
{
color: #4E484B;
}
.AnyTagClassName
{
color: #4E484B;
}
</style>
background-color css
<style>
a { background-color: #4E484B; }
a { background-color: rgb(78,72,75); }
div.DivClassName
{
background-color: #4E484B;
}
.BgClassName
{
background-color: #4E484B;
}
</style>
border-color css
<style>
span { border-color: #4E484B; }
span { border-color: rgb(78,72,75); }
td.TdClassName
{
border-color: #4E484B;
}
.TagClassName
{
border-color: #4E484B;
}
</style>