Shades of Liver #4C484A
Tints of Liver #4C484A
RGB
CMYK
RGB Variations
Color information
#4C484A (or 0x4C484A) is known color: Liver. HEX triplet: 4C, 48 and 4A. RGB value is (76,72,74). Sum of RGB (Red+Green+Blue) = 76+72+74=222 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.23% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 76 - color contains mainly: red. Hex color #4C484A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C484A is #B3B7B5. Grayscale: #494949. Windows color (decimal): -11777974 or 4868172. OLE color: 4868172.
HSL color Cylindrical-coordinate representation of color #4C484A: hue angle of 330º degrees, saturation: 0.03, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #4C484A is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 72 | 74 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.70 |
| HSL | 330º | 0.03% | 0.29% | - |
| HSV(B) | 330º | 0.05% | 0.3% | - |
| XYZ | 6.53 | 6.67 | 7.42 | - |
| YUV | 73.42 | 128.33 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 72 | 74 | 0 | 0.05 | 0.03 | 0.70 | 330 | 0.03 | 0.29 |
| Hex | 4C | 48 | 4A | 0 | 5 | 3 | 46 | 14A | 3 | 1D |
| Octal | 114 | 110 | 112 | 0 | 5 | 3 | 106 | 512 | 3 | 35 |
| Binary | 1001100 | 1001000 | 1001010 | 0 | 101 | 11 | 1000110 | 101001010 | 11 | 11101 |
Color Harmonies of #4C484A
Complementary color
Monochromatic Colors of #4C484A
Black with #4C484A
Text Example
Text Example
White with #4C484A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C484A; }
p { color: rgb(76,72,74); }
H1.HeaderClassName
{
color: #4C484A;
}
.AnyTagClassName
{
color: #4C484A;
}
</style>
background-color css
<style>
a { background-color: #4C484A; }
a { background-color: rgb(76,72,74); }
div.DivClassName
{
background-color: #4C484A;
}
.BgClassName
{
background-color: #4C484A;
}
</style>
border-color css
<style>
span { border-color: #4C484A; }
span { border-color: rgb(76,72,74); }
td.TdClassName
{
border-color: #4C484A;
}
.TagClassName
{
border-color: #4C484A;
}
</style>