Shades of Liver #4E4147
Tints of Liver #4E4147
RGB
CMYK
RGB Variations
Color information
#4E4147 (or 0x4E4147) is known color: Liver. HEX triplet: 4E, 41 and 47. RGB value is (78,65,71). Sum of RGB (Red+Green+Blue) = 78+65+71=214 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.45% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 71 (28.12% from 255 or 33.18% from 214); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4147 is #B1BEB8. Grayscale: #454545. Windows color (decimal): -11648697 or 4669774. OLE color: 4669774.
HSL color Cylindrical-coordinate representation of color #4E4147: hue angle of 332.31º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4E4147 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 65 | 71 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.69 |
| HSL | 332.31º | 0.09% | 0.28% | - |
| HSV(B) | 332.31º | 0.17% | 0.31% | - |
| XYZ | 6.17 | 5.86 | 6.77 | - |
| YUV | 69.57 | 128.81 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 65 | 71 | 0 | 0.17 | 0.09 | 0.69 | 332.31 | 0.09 | 0.28 |
| Hex | 4E | 41 | 47 | 0 | 11 | 9 | 45 | 14C | 9 | 1C |
| Octal | 116 | 101 | 107 | 0 | 21 | 11 | 105 | 514 | 11 | 34 |
| Binary | 1001110 | 1000001 | 1000111 | 0 | 10001 | 1001 | 1000101 | 101001100 | 1001 | 11100 |
Color Harmonies of #4E4147
Complementary color
Monochromatic Colors of #4E4147
Black with #4E4147
Text Example
Text Example
White with #4E4147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4147; }
p { color: rgb(78,65,71); }
H1.HeaderClassName
{
color: #4E4147;
}
.AnyTagClassName
{
color: #4E4147;
}
</style>
background-color css
<style>
a { background-color: #4E4147; }
a { background-color: rgb(78,65,71); }
div.DivClassName
{
background-color: #4E4147;
}
.BgClassName
{
background-color: #4E4147;
}
</style>
border-color css
<style>
span { border-color: #4E4147; }
span { border-color: rgb(78,65,71); }
td.TdClassName
{
border-color: #4E4147;
}
.TagClassName
{
border-color: #4E4147;
}
</style>