Shades of Liver #4C4246
Tints of Liver #4C4246
RGB
CMYK
RGB Variations
Color information
#4C4246 (or 0x4C4246) is known color: Liver. HEX triplet: 4C, 42 and 46. RGB value is (76,66,70). Sum of RGB (Red+Green+Blue) = 76+66+70=212 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.85% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4246 is #B3BDB9. Grayscale: #454545. Windows color (decimal): -11779514 or 4604492. OLE color: 4604492.
HSL color Cylindrical-coordinate representation of color #4C4246: hue angle of 336º degrees, saturation: 0.07, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4C4246 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 66 | 70 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.70 |
| HSL | 336º | 0.07% | 0.28% | - |
| HSV(B) | 336º | 0.13% | 0.3% | - |
| XYZ | 6.03 | 5.88 | 6.61 | - |
| YUV | 69.45 | 128.31 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 66 | 70 | 0 | 0.13 | 0.08 | 0.70 | 336 | 0.07 | 0.28 |
| Hex | 4C | 42 | 46 | 0 | D | 8 | 46 | 150 | 7 | 1C |
| Octal | 114 | 102 | 106 | 0 | 15 | 10 | 106 | 520 | 7 | 34 |
| Binary | 1001100 | 1000010 | 1000110 | 0 | 1101 | 1000 | 1000110 | 101010000 | 111 | 11100 |
Color Harmonies of #4C4246
Complementary color
Monochromatic Colors of #4C4246
Black with #4C4246
Text Example
Text Example
White with #4C4246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4246; }
p { color: rgb(76,66,70); }
H1.HeaderClassName
{
color: #4C4246;
}
.AnyTagClassName
{
color: #4C4246;
}
</style>
background-color css
<style>
a { background-color: #4C4246; }
a { background-color: rgb(76,66,70); }
div.DivClassName
{
background-color: #4C4246;
}
.BgClassName
{
background-color: #4C4246;
}
</style>
border-color css
<style>
span { border-color: #4C4246; }
span { border-color: rgb(76,66,70); }
td.TdClassName
{
border-color: #4C4246;
}
.TagClassName
{
border-color: #4C4246;
}
</style>