Shades of Liver #4E3F45
Tints of Liver #4E3F45
RGB
CMYK
RGB Variations
Color information
#4E3F45 (or 0x4E3F45) is known color: Liver. HEX triplet: 4E, 3F and 45. RGB value is (78,63,69). Sum of RGB (Red+Green+Blue) = 78+63+69=210 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.14% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3F45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3F45 is #B1C0BA. Grayscale: #444444. Windows color (decimal): -11649211 or 4538190. OLE color: 4538190.
HSL color Cylindrical-coordinate representation of color #4E3F45: hue angle of 336º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4E3F45 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 63 | 69 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.69 |
| HSL | 336º | 0.11% | 0.28% | - |
| HSV(B) | 336º | 0.19% | 0.31% | - |
| XYZ | 5.99 | 5.6 | 6.4 | - |
| YUV | 68.17 | 128.47 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 63 | 69 | 0 | 0.19 | 0.12 | 0.69 | 336 | 0.11 | 0.28 |
| Hex | 4E | 3F | 45 | 0 | 13 | C | 45 | 150 | B | 1C |
| Octal | 116 | 77 | 105 | 0 | 23 | 14 | 105 | 520 | 13 | 34 |
| Binary | 1001110 | 111111 | 1000101 | 0 | 10011 | 1100 | 1000101 | 101010000 | 1011 | 11100 |
Color Harmonies of #4E3F45
Complementary color
Monochromatic Colors of #4E3F45
Black with #4E3F45
Text Example
Text Example
White with #4E3F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3F45; }
p { color: rgb(78,63,69); }
H1.HeaderClassName
{
color: #4E3F45;
}
.AnyTagClassName
{
color: #4E3F45;
}
</style>
background-color css
<style>
a { background-color: #4E3F45; }
a { background-color: rgb(78,63,69); }
div.DivClassName
{
background-color: #4E3F45;
}
.BgClassName
{
background-color: #4E3F45;
}
</style>
border-color css
<style>
span { border-color: #4E3F45; }
span { border-color: rgb(78,63,69); }
td.TdClassName
{
border-color: #4E3F45;
}
.TagClassName
{
border-color: #4E3F45;
}
</style>