Shades of Liver #4F444B
Tints of Liver #4F444B
RGB
CMYK
RGB Variations
Color information
#4F444B (or 0x4F444B) is known color: Liver. HEX triplet: 4F, 44 and 4B. RGB value is (79,68,75). Sum of RGB (Red+Green+Blue) = 79+68+75=222 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.59% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 79 - color contains mainly: red. Hex color #4F444B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F444B is #B0BBB4. Grayscale: #484848. Windows color (decimal): -11582389 or 4932687. OLE color: 4932687.
HSL color Cylindrical-coordinate representation of color #4F444B: hue angle of 321.82º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4F444B is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 68 | 75 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.69 |
| HSL | 321.82º | 0.07% | 0.29% | - |
| HSV(B) | 321.82º | 0.14% | 0.31% | - |
| XYZ | 6.56 | 6.3 | 7.53 | - |
| YUV | 72.09 | 129.64 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 68 | 75 | 0 | 0.14 | 0.05 | 0.69 | 321.82 | 0.07 | 0.29 |
| Hex | 4F | 44 | 4B | 0 | E | 5 | 45 | 142 | 7 | 1D |
| Octal | 117 | 104 | 113 | 0 | 16 | 5 | 105 | 502 | 7 | 35 |
| Binary | 1001111 | 1000100 | 1001011 | 0 | 1110 | 101 | 1000101 | 101000010 | 111 | 11101 |
Color Harmonies of #4F444B
Complementary color
Monochromatic Colors of #4F444B
Black with #4F444B
Text Example
Text Example
White with #4F444B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F444B; }
p { color: rgb(79,68,75); }
H1.HeaderClassName
{
color: #4F444B;
}
.AnyTagClassName
{
color: #4F444B;
}
</style>
background-color css
<style>
a { background-color: #4F444B; }
a { background-color: rgb(79,68,75); }
div.DivClassName
{
background-color: #4F444B;
}
.BgClassName
{
background-color: #4F444B;
}
</style>
border-color css
<style>
span { border-color: #4F444B; }
span { border-color: rgb(79,68,75); }
td.TdClassName
{
border-color: #4F444B;
}
.TagClassName
{
border-color: #4F444B;
}
</style>