Shades of Liver #4F474A
Tints of Liver #4F474A
RGB
CMYK
RGB Variations
Color information
#4F474A (or 0x4F474A) is known color: Liver. HEX triplet: 4F, 47 and 4A. RGB value is (79,71,74). Sum of RGB (Red+Green+Blue) = 79+71+74=224 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.27% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 79 - color contains mainly: red. Hex color #4F474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F474A is #B0B8B5. Grayscale: #494949. Windows color (decimal): -11581622 or 4867919. OLE color: 4867919.
HSL color Cylindrical-coordinate representation of color #4F474A: hue angle of 337.5º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4F474A is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 71 | 74 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.69 |
| HSL | 337.5º | 0.05% | 0.29% | - |
| HSV(B) | 337.5º | 0.1% | 0.31% | - |
| XYZ | 6.71 | 6.66 | 7.41 | - |
| YUV | 73.73 | 128.15 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 71 | 74 | 0 | 0.10 | 0.06 | 0.69 | 337.5 | 0.05 | 0.29 |
| Hex | 4F | 47 | 4A | 0 | A | 6 | 45 | 152 | 5 | 1D |
| Octal | 117 | 107 | 112 | 0 | 12 | 6 | 105 | 522 | 5 | 35 |
| Binary | 1001111 | 1000111 | 1001010 | 0 | 1010 | 110 | 1000101 | 101010010 | 101 | 11101 |
Color Harmonies of #4F474A
Complementary color
Monochromatic Colors of #4F474A
Black with #4F474A
Text Example
Text Example
White with #4F474A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F474A; }
p { color: rgb(79,71,74); }
H1.HeaderClassName
{
color: #4F474A;
}
.AnyTagClassName
{
color: #4F474A;
}
</style>
background-color css
<style>
a { background-color: #4F474A; }
a { background-color: rgb(79,71,74); }
div.DivClassName
{
background-color: #4F474A;
}
.BgClassName
{
background-color: #4F474A;
}
</style>
border-color css
<style>
span { border-color: #4F474A; }
span { border-color: rgb(79,71,74); }
td.TdClassName
{
border-color: #4F474A;
}
.TagClassName
{
border-color: #4F474A;
}
</style>