Shades of Liver #4C4147
Tints of Liver #4C4147
RGB
CMYK
RGB Variations
Color information
#4C4147 (or 0x4C4147) is known color: Liver. HEX triplet: 4C, 41 and 47. RGB value is (76,65,71). Sum of RGB (Red+Green+Blue) = 76+65+71=212 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.85% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 71 (28.12% from 255 or 33.49% from 212); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4147 is #B3BEB8. Grayscale: #444444. Windows color (decimal): -11779769 or 4669772. OLE color: 4669772.
HSL color Cylindrical-coordinate representation of color #4C4147: hue angle of 327.27º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4C4147 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 65 | 71 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.70 |
| HSL | 327.27º | 0.08% | 0.28% | - |
| HSV(B) | 327.27º | 0.14% | 0.3% | - |
| XYZ | 6.01 | 5.77 | 6.76 | - |
| YUV | 68.97 | 129.14 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 65 | 71 | 0 | 0.14 | 0.07 | 0.70 | 327.27 | 0.08 | 0.28 |
| Hex | 4C | 41 | 47 | 0 | E | 7 | 46 | 147 | 8 | 1C |
| Octal | 114 | 101 | 107 | 0 | 16 | 7 | 106 | 507 | 10 | 34 |
| Binary | 1001100 | 1000001 | 1000111 | 0 | 1110 | 111 | 1000110 | 101000111 | 1000 | 11100 |
Color Harmonies of #4C4147
Complementary color
Monochromatic Colors of #4C4147
Black with #4C4147
Text Example
Text Example
White with #4C4147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4147; }
p { color: rgb(76,65,71); }
H1.HeaderClassName
{
color: #4C4147;
}
.AnyTagClassName
{
color: #4C4147;
}
</style>
background-color css
<style>
a { background-color: #4C4147; }
a { background-color: rgb(76,65,71); }
div.DivClassName
{
background-color: #4C4147;
}
.BgClassName
{
background-color: #4C4147;
}
</style>
border-color css
<style>
span { border-color: #4C4147; }
span { border-color: rgb(76,65,71); }
td.TdClassName
{
border-color: #4C4147;
}
.TagClassName
{
border-color: #4C4147;
}
</style>