Shades of Liver #4E464B
Tints of Liver #4E464B
RGB
CMYK
RGB Variations
Color information
#4E464B (or 0x4E464B) is known color: Liver. HEX triplet: 4E, 46 and 4B. RGB value is (78,70,75). Sum of RGB (Red+Green+Blue) = 78+70+75=223 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.98% from 223); Green value is 70 (27.73% from 255 or 31.39% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 78 - color contains mainly: red. Hex color #4E464B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E464B is #B1B9B4. Grayscale: #484848. Windows color (decimal): -11647413 or 4933198. OLE color: 4933198.
HSL color Cylindrical-coordinate representation of color #4E464B: hue angle of 322.5º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4E464B is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 70 | 75 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.69 |
| HSL | 322.5º | 0.05% | 0.29% | - |
| HSV(B) | 322.5º | 0.1% | 0.31% | - |
| XYZ | 6.6 | 6.51 | 7.56 | - |
| YUV | 72.96 | 129.15 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 70 | 75 | 0 | 0.10 | 0.04 | 0.69 | 322.5 | 0.05 | 0.29 |
| Hex | 4E | 46 | 4B | 0 | A | 4 | 45 | 142 | 5 | 1D |
| Octal | 116 | 106 | 113 | 0 | 12 | 4 | 105 | 502 | 5 | 35 |
| Binary | 1001110 | 1000110 | 1001011 | 0 | 1010 | 100 | 1000101 | 101000010 | 101 | 11101 |
Color Harmonies of #4E464B
Complementary color
Monochromatic Colors of #4E464B
Black with #4E464B
Text Example
Text Example
White with #4E464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E464B; }
p { color: rgb(78,70,75); }
H1.HeaderClassName
{
color: #4E464B;
}
.AnyTagClassName
{
color: #4E464B;
}
</style>
background-color css
<style>
a { background-color: #4E464B; }
a { background-color: rgb(78,70,75); }
div.DivClassName
{
background-color: #4E464B;
}
.BgClassName
{
background-color: #4E464B;
}
</style>
border-color css
<style>
span { border-color: #4E464B; }
span { border-color: rgb(78,70,75); }
td.TdClassName
{
border-color: #4E464B;
}
.TagClassName
{
border-color: #4E464B;
}
</style>