Shades of Liver #4F454B
Tints of Liver #4F454B
RGB
CMYK
RGB Variations
Color information
#4F454B (or 0x4F454B) is known color: Liver. HEX triplet: 4F, 45 and 4B. RGB value is (79,69,75). Sum of RGB (Red+Green+Blue) = 79+69+75=223 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.43% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 79 - color contains mainly: red. Hex color #4F454B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F454B is #B0BAB4. Grayscale: #484848. Windows color (decimal): -11582133 or 4932943. OLE color: 4932943.
HSL color Cylindrical-coordinate representation of color #4F454B: hue angle of 324º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4F454B is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 69 | 75 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.69 |
| HSL | 324º | 0.07% | 0.29% | - |
| HSV(B) | 324º | 0.13% | 0.31% | - |
| XYZ | 6.62 | 6.43 | 7.55 | - |
| YUV | 72.67 | 129.31 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 69 | 75 | 0 | 0.13 | 0.05 | 0.69 | 324 | 0.07 | 0.29 |
| Hex | 4F | 45 | 4B | 0 | D | 5 | 45 | 144 | 7 | 1D |
| Octal | 117 | 105 | 113 | 0 | 15 | 5 | 105 | 504 | 7 | 35 |
| Binary | 1001111 | 1000101 | 1001011 | 0 | 1101 | 101 | 1000101 | 101000100 | 111 | 11101 |
Color Harmonies of #4F454B
Complementary color
Monochromatic Colors of #4F454B
Black with #4F454B
Text Example
Text Example
White with #4F454B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F454B; }
p { color: rgb(79,69,75); }
H1.HeaderClassName
{
color: #4F454B;
}
.AnyTagClassName
{
color: #4F454B;
}
</style>
background-color css
<style>
a { background-color: #4F454B; }
a { background-color: rgb(79,69,75); }
div.DivClassName
{
background-color: #4F454B;
}
.BgClassName
{
background-color: #4F454B;
}
</style>
border-color css
<style>
span { border-color: #4F454B; }
span { border-color: rgb(79,69,75); }
td.TdClassName
{
border-color: #4F454B;
}
.TagClassName
{
border-color: #4F454B;
}
</style>