Shades of Liver #4C4047
Tints of Liver #4C4047
RGB
CMYK
RGB Variations
Color information
#4C4047 (or 0x4C4047) is known color: Liver. HEX triplet: 4C, 40 and 47. RGB value is (76,64,71). Sum of RGB (Red+Green+Blue) = 76+64+71=211 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.02% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 71 (28.12% from 255 or 33.65% from 211); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4047 is #B3BFB8. Grayscale: #444444. Windows color (decimal): -11780025 or 4669516. OLE color: 4669516.
HSL color Cylindrical-coordinate representation of color #4C4047: hue angle of 325º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4C4047 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 64 | 71 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.70 |
| HSL | 325º | 0.09% | 0.27% | - |
| HSV(B) | 325º | 0.16% | 0.3% | - |
| XYZ | 5.95 | 5.66 | 6.74 | - |
| YUV | 68.39 | 129.48 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 64 | 71 | 0 | 0.16 | 0.07 | 0.70 | 325 | 0.09 | 0.27 |
| Hex | 4C | 40 | 47 | 0 | 10 | 7 | 46 | 145 | 9 | 1B |
| Octal | 114 | 100 | 107 | 0 | 20 | 7 | 106 | 505 | 11 | 33 |
| Binary | 1001100 | 1000000 | 1000111 | 0 | 10000 | 111 | 1000110 | 101000101 | 1001 | 11011 |
Color Harmonies of #4C4047
Complementary color
Monochromatic Colors of #4C4047
Black with #4C4047
Text Example
Text Example
White with #4C4047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4047; }
p { color: rgb(76,64,71); }
H1.HeaderClassName
{
color: #4C4047;
}
.AnyTagClassName
{
color: #4C4047;
}
</style>
background-color css
<style>
a { background-color: #4C4047; }
a { background-color: rgb(76,64,71); }
div.DivClassName
{
background-color: #4C4047;
}
.BgClassName
{
background-color: #4C4047;
}
</style>
border-color css
<style>
span { border-color: #4C4047; }
span { border-color: rgb(76,64,71); }
td.TdClassName
{
border-color: #4C4047;
}
.TagClassName
{
border-color: #4C4047;
}
</style>