Shades of Liver #4F4047
Tints of Liver #4F4047
RGB
CMYK
RGB Variations
Color information
#4F4047 (or 0x4F4047) is known color: Liver. HEX triplet: 4F, 40 and 47. RGB value is (79,64,71). Sum of RGB (Red+Green+Blue) = 79+64+71=214 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.92% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 71 (28.12% from 255 or 33.18% from 214); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4047 is #B0BFB8. Grayscale: #454545. Windows color (decimal): -11583417 or 4669519. OLE color: 4669519.
HSL color Cylindrical-coordinate representation of color #4F4047: hue angle of 332º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4F4047 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 64 | 71 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.69 |
| HSL | 332º | 0.1% | 0.28% | - |
| HSV(B) | 332º | 0.19% | 0.31% | - |
| XYZ | 6.2 | 5.78 | 6.75 | - |
| YUV | 69.28 | 128.97 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 64 | 71 | 0 | 0.19 | 0.10 | 0.69 | 332 | 0.1 | 0.28 |
| Hex | 4F | 40 | 47 | 0 | 13 | A | 45 | 14C | A | 1C |
| Octal | 117 | 100 | 107 | 0 | 23 | 12 | 105 | 514 | 12 | 34 |
| Binary | 1001111 | 1000000 | 1000111 | 0 | 10011 | 1010 | 1000101 | 101001100 | 1010 | 11100 |
Color Harmonies of #4F4047
Complementary color
Monochromatic Colors of #4F4047
Black with #4F4047
Text Example
Text Example
White with #4F4047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4047; }
p { color: rgb(79,64,71); }
H1.HeaderClassName
{
color: #4F4047;
}
.AnyTagClassName
{
color: #4F4047;
}
</style>
background-color css
<style>
a { background-color: #4F4047; }
a { background-color: rgb(79,64,71); }
div.DivClassName
{
background-color: #4F4047;
}
.BgClassName
{
background-color: #4F4047;
}
</style>
border-color css
<style>
span { border-color: #4F4047; }
span { border-color: rgb(79,64,71); }
td.TdClassName
{
border-color: #4F4047;
}
.TagClassName
{
border-color: #4F4047;
}
</style>