Shades of Liver #4F434A
Tints of Liver #4F434A
RGB
CMYK
RGB Variations
Color information
#4F434A (or 0x4F434A) is known color: Liver. HEX triplet: 4F, 43 and 4A. RGB value is (79,67,74). Sum of RGB (Red+Green+Blue) = 79+67+74=220 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.91% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 79 - color contains mainly: red. Hex color #4F434A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F434A is #B0BCB5. Grayscale: #474747. Windows color (decimal): -11582646 or 4866895. OLE color: 4866895.
HSL color Cylindrical-coordinate representation of color #4F434A: hue angle of 325º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4F434A is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 67 | 74 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.69 |
| HSL | 325º | 0.08% | 0.29% | - |
| HSV(B) | 325º | 0.15% | 0.31% | - |
| XYZ | 6.47 | 6.17 | 7.33 | - |
| YUV | 71.39 | 129.48 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 67 | 74 | 0 | 0.15 | 0.06 | 0.69 | 325 | 0.08 | 0.29 |
| Hex | 4F | 43 | 4A | 0 | F | 6 | 45 | 145 | 8 | 1D |
| Octal | 117 | 103 | 112 | 0 | 17 | 6 | 105 | 505 | 10 | 35 |
| Binary | 1001111 | 1000011 | 1001010 | 0 | 1111 | 110 | 1000101 | 101000101 | 1000 | 11101 |
Color Harmonies of #4F434A
Complementary color
Monochromatic Colors of #4F434A
Black with #4F434A
Text Example
Text Example
White with #4F434A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F434A; }
p { color: rgb(79,67,74); }
H1.HeaderClassName
{
color: #4F434A;
}
.AnyTagClassName
{
color: #4F434A;
}
</style>
background-color css
<style>
a { background-color: #4F434A; }
a { background-color: rgb(79,67,74); }
div.DivClassName
{
background-color: #4F434A;
}
.BgClassName
{
background-color: #4F434A;
}
</style>
border-color css
<style>
span { border-color: #4F434A; }
span { border-color: rgb(79,67,74); }
td.TdClassName
{
border-color: #4F434A;
}
.TagClassName
{
border-color: #4F434A;
}
</style>