Shades of Liver #4E4349
Tints of Liver #4E4349
RGB
CMYK
RGB Variations
Color information
#4E4349 (or 0x4E4349) is known color: Liver. HEX triplet: 4E, 43 and 49. RGB value is (78,67,73). Sum of RGB (Red+Green+Blue) = 78+67+73=218 (28% of max value = 765). Red value is 78 (30.86% from 255 or 35.78% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4349 is #B1BCB6. Grayscale: #464646. Windows color (decimal): -11648183 or 4801358. OLE color: 4801358.
HSL color Cylindrical-coordinate representation of color #4E4349: hue angle of 327.27º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4E4349 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 67 | 73 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.69 |
| HSL | 327.27º | 0.08% | 0.28% | - |
| HSV(B) | 327.27º | 0.14% | 0.31% | - |
| XYZ | 6.35 | 6.12 | 7.15 | - |
| YUV | 70.97 | 129.14 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 67 | 73 | 0 | 0.14 | 0.06 | 0.69 | 327.27 | 0.08 | 0.28 |
| Hex | 4E | 43 | 49 | 0 | E | 6 | 45 | 147 | 8 | 1C |
| Octal | 116 | 103 | 111 | 0 | 16 | 6 | 105 | 507 | 10 | 34 |
| Binary | 1001110 | 1000011 | 1001001 | 0 | 1110 | 110 | 1000101 | 101000111 | 1000 | 11100 |
Color Harmonies of #4E4349
Complementary color
Monochromatic Colors of #4E4349
Black with #4E4349
Text Example
Text Example
White with #4E4349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4349; }
p { color: rgb(78,67,73); }
H1.HeaderClassName
{
color: #4E4349;
}
.AnyTagClassName
{
color: #4E4349;
}
</style>
background-color css
<style>
a { background-color: #4E4349; }
a { background-color: rgb(78,67,73); }
div.DivClassName
{
background-color: #4E4349;
}
.BgClassName
{
background-color: #4E4349;
}
</style>
border-color css
<style>
span { border-color: #4E4349; }
span { border-color: rgb(78,67,73); }
td.TdClassName
{
border-color: #4E4349;
}
.TagClassName
{
border-color: #4E4349;
}
</style>