Shades of Liver #4C3F46
Tints of Liver #4C3F46
RGB
CMYK
RGB Variations
Color information
#4C3F46 (or 0x4C3F46) is known color: Liver. HEX triplet: 4C, 3F and 46. RGB value is (76,63,70). Sum of RGB (Red+Green+Blue) = 76+63+70=209 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.36% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 70 (27.73% from 255 or 33.49% from 209); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3F46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3F46 is #B3C0B9. Grayscale: #434343. Windows color (decimal): -11780282 or 4603724. OLE color: 4603724.
HSL color Cylindrical-coordinate representation of color #4C3F46: hue angle of 327.69º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4C3F46 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 63 | 70 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.70 |
| HSL | 327.69º | 0.09% | 0.27% | - |
| HSV(B) | 327.69º | 0.17% | 0.3% | - |
| XYZ | 5.86 | 5.53 | 6.55 | - |
| YUV | 67.69 | 129.31 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 63 | 70 | 0 | 0.17 | 0.08 | 0.70 | 327.69 | 0.09 | 0.27 |
| Hex | 4C | 3F | 46 | 0 | 11 | 8 | 46 | 148 | 9 | 1B |
| Octal | 114 | 77 | 106 | 0 | 21 | 10 | 106 | 510 | 11 | 33 |
| Binary | 1001100 | 111111 | 1000110 | 0 | 10001 | 1000 | 1000110 | 101001000 | 1001 | 11011 |
Color Harmonies of #4C3F46
Complementary color
Monochromatic Colors of #4C3F46
Black with #4C3F46
Text Example
Text Example
White with #4C3F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3F46; }
p { color: rgb(76,63,70); }
H1.HeaderClassName
{
color: #4C3F46;
}
.AnyTagClassName
{
color: #4C3F46;
}
</style>
background-color css
<style>
a { background-color: #4C3F46; }
a { background-color: rgb(76,63,70); }
div.DivClassName
{
background-color: #4C3F46;
}
.BgClassName
{
background-color: #4C3F46;
}
</style>
border-color css
<style>
span { border-color: #4C3F46; }
span { border-color: rgb(76,63,70); }
td.TdClassName
{
border-color: #4C3F46;
}
.TagClassName
{
border-color: #4C3F46;
}
</style>