Shades of Liver #4F484C
Tints of Liver #4F484C
RGB
CMYK
RGB Variations
Color information
#4F484C (or 0x4F484C) is known color: Liver. HEX triplet: 4F, 48 and 4C. RGB value is (79,72,76). Sum of RGB (Red+Green+Blue) = 79+72+76=227 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.80% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 79 - color contains mainly: red. Hex color #4F484C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F484C is #B0B7B3. Grayscale: #4A4A4A. Windows color (decimal): -11581364 or 4999247. OLE color: 4999247.
HSL color Cylindrical-coordinate representation of color #4F484C: hue angle of 325.71º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4F484C is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 72 | 76 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.69 |
| HSL | 325.71º | 0.05% | 0.3% | - |
| HSV(B) | 325.71º | 0.09% | 0.31% | - |
| XYZ | 6.85 | 6.82 | 7.79 | - |
| YUV | 74.55 | 128.82 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 72 | 76 | 0 | 0.09 | 0.04 | 0.69 | 325.71 | 0.05 | 0.3 |
| Hex | 4F | 48 | 4C | 0 | 9 | 4 | 45 | 146 | 5 | 1E |
| Octal | 117 | 110 | 114 | 0 | 11 | 4 | 105 | 506 | 5 | 36 |
| Binary | 1001111 | 1001000 | 1001100 | 0 | 1001 | 100 | 1000101 | 101000110 | 101 | 11110 |
Color Harmonies of #4F484C
Complementary color
Monochromatic Colors of #4F484C
Black with #4F484C
Text Example
Text Example
White with #4F484C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F484C; }
p { color: rgb(79,72,76); }
H1.HeaderClassName
{
color: #4F484C;
}
.AnyTagClassName
{
color: #4F484C;
}
</style>
background-color css
<style>
a { background-color: #4F484C; }
a { background-color: rgb(79,72,76); }
div.DivClassName
{
background-color: #4F484C;
}
.BgClassName
{
background-color: #4F484C;
}
</style>
border-color css
<style>
span { border-color: #4F484C; }
span { border-color: rgb(79,72,76); }
td.TdClassName
{
border-color: #4F484C;
}
.TagClassName
{
border-color: #4F484C;
}
</style>