Shades of Liver #4F474B
Tints of Liver #4F474B
RGB
CMYK
RGB Variations
Color information
#4F474B (or 0x4F474B) is known color: Liver. HEX triplet: 4F, 47 and 4B. RGB value is (79,71,75). Sum of RGB (Red+Green+Blue) = 79+71+75=225 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.11% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 79 - color contains mainly: red. Hex color #4F474B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F474B is #B0B8B4. Grayscale: #494949. Windows color (decimal): -11581621 or 4933455. OLE color: 4933455.
HSL color Cylindrical-coordinate representation of color #4F474B: hue angle of 330º 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 #4F474B is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 71 | 75 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.69 |
| HSL | 330º | 0.05% | 0.29% | - |
| HSV(B) | 330º | 0.1% | 0.31% | - |
| XYZ | 6.75 | 6.68 | 7.59 | - |
| YUV | 73.85 | 128.65 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 71 | 75 | 0 | 0.10 | 0.05 | 0.69 | 330 | 0.05 | 0.29 |
| Hex | 4F | 47 | 4B | 0 | A | 5 | 45 | 14A | 5 | 1D |
| Octal | 117 | 107 | 113 | 0 | 12 | 5 | 105 | 512 | 5 | 35 |
| Binary | 1001111 | 1000111 | 1001011 | 0 | 1010 | 101 | 1000101 | 101001010 | 101 | 11101 |
Color Harmonies of #4F474B
Complementary color
Monochromatic Colors of #4F474B
Black with #4F474B
Text Example
Text Example
White with #4F474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F474B; }
p { color: rgb(79,71,75); }
H1.HeaderClassName
{
color: #4F474B;
}
.AnyTagClassName
{
color: #4F474B;
}
</style>
background-color css
<style>
a { background-color: #4F474B; }
a { background-color: rgb(79,71,75); }
div.DivClassName
{
background-color: #4F474B;
}
.BgClassName
{
background-color: #4F474B;
}
</style>
border-color css
<style>
span { border-color: #4F474B; }
span { border-color: rgb(79,71,75); }
td.TdClassName
{
border-color: #4F474B;
}
.TagClassName
{
border-color: #4F474B;
}
</style>