Shades of Liver #4E3E46
Tints of Liver #4E3E46
RGB
CMYK
RGB Variations
Color information
#4E3E46 (or 0x4E3E46) is known color: Liver. HEX triplet: 4E, 3E and 46. RGB value is (78,62,70). Sum of RGB (Red+Green+Blue) = 78+62+70=210 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.14% from 210); Green value is 62 (24.61% from 255 or 29.52% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3E46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3E46 is #B1C1B9. Grayscale: #434343. Windows color (decimal): -11649466 or 4603470. OLE color: 4603470.
HSL color Cylindrical-coordinate representation of color #4E3E46: hue angle of 330º degrees, saturation: 0.11, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4E3E46 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 62 | 70 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.69 |
| HSL | 330º | 0.11% | 0.27% | - |
| HSV(B) | 330º | 0.21% | 0.31% | - |
| XYZ | 5.97 | 5.51 | 6.54 | - |
| YUV | 67.7 | 129.3 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 62 | 70 | 0 | 0.21 | 0.10 | 0.69 | 330 | 0.11 | 0.27 |
| Hex | 4E | 3E | 46 | 0 | 15 | A | 45 | 14A | B | 1B |
| Octal | 116 | 76 | 106 | 0 | 25 | 12 | 105 | 512 | 13 | 33 |
| Binary | 1001110 | 111110 | 1000110 | 0 | 10101 | 1010 | 1000101 | 101001010 | 1011 | 11011 |
Color Harmonies of #4E3E46
Complementary color
Monochromatic Colors of #4E3E46
Black with #4E3E46
Text Example
Text Example
White with #4E3E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3E46; }
p { color: rgb(78,62,70); }
H1.HeaderClassName
{
color: #4E3E46;
}
.AnyTagClassName
{
color: #4E3E46;
}
</style>
background-color css
<style>
a { background-color: #4E3E46; }
a { background-color: rgb(78,62,70); }
div.DivClassName
{
background-color: #4E3E46;
}
.BgClassName
{
background-color: #4E3E46;
}
</style>
border-color css
<style>
span { border-color: #4E3E46; }
span { border-color: rgb(78,62,70); }
td.TdClassName
{
border-color: #4E3E46;
}
.TagClassName
{
border-color: #4E3E46;
}
</style>