Shades of Liver #4C4449
Tints of Liver #4C4449
RGB
CMYK
RGB Variations
Color information
#4C4449 (or 0x4C4449) is known color: Liver. HEX triplet: 4C, 44 and 49. RGB value is (76,68,73). Sum of RGB (Red+Green+Blue) = 76+68+73=217 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.02% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4449 is #B3BBB6. Grayscale: #464646. Windows color (decimal): -11778999 or 4801612. OLE color: 4801612.
HSL color Cylindrical-coordinate representation of color #4C4449: hue angle of 322.5º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4C4449 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 68 | 73 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.70 |
| HSL | 322.5º | 0.06% | 0.28% | - |
| HSV(B) | 322.5º | 0.11% | 0.3% | - |
| XYZ | 6.25 | 6.15 | 7.16 | - |
| YUV | 70.96 | 129.15 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 68 | 73 | 0 | 0.11 | 0.04 | 0.70 | 322.5 | 0.06 | 0.28 |
| Hex | 4C | 44 | 49 | 0 | B | 4 | 46 | 142 | 6 | 1C |
| Octal | 114 | 104 | 111 | 0 | 13 | 4 | 106 | 502 | 6 | 34 |
| Binary | 1001100 | 1000100 | 1001001 | 0 | 1011 | 100 | 1000110 | 101000010 | 110 | 11100 |
Color Harmonies of #4C4449
Complementary color
Monochromatic Colors of #4C4449
Black with #4C4449
Text Example
Text Example
White with #4C4449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4449; }
p { color: rgb(76,68,73); }
H1.HeaderClassName
{
color: #4C4449;
}
.AnyTagClassName
{
color: #4C4449;
}
</style>
background-color css
<style>
a { background-color: #4C4449; }
a { background-color: rgb(76,68,73); }
div.DivClassName
{
background-color: #4C4449;
}
.BgClassName
{
background-color: #4C4449;
}
</style>
border-color css
<style>
span { border-color: #4C4449; }
span { border-color: rgb(76,68,73); }
td.TdClassName
{
border-color: #4C4449;
}
.TagClassName
{
border-color: #4C4449;
}
</style>