Shades of Liver #4F3D46
Tints of Liver #4F3D46
RGB
CMYK
RGB Variations
Color information
#4F3D46 (or 0x4F3D46) is known color: Liver. HEX triplet: 4F, 3D and 46. RGB value is (79,61,70). Sum of RGB (Red+Green+Blue) = 79+61+70=210 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.62% from 210); Green value is 61 (24.22% from 255 or 29.05% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3D46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3D46 is #B0C2B9. Grayscale: #434343. Windows color (decimal): -11584186 or 4603215. OLE color: 4603215.
HSL color Cylindrical-coordinate representation of color #4F3D46: hue angle of 330º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4F3D46 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 61 | 70 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.69 |
| HSL | 330º | 0.13% | 0.27% | - |
| HSV(B) | 330º | 0.23% | 0.31% | - |
| XYZ | 6 | 5.44 | 6.53 | - |
| YUV | 67.41 | 129.46 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 61 | 70 | 0 | 0.23 | 0.11 | 0.69 | 330 | 0.13 | 0.27 |
| Hex | 4F | 3D | 46 | 0 | 17 | B | 45 | 14A | D | 1B |
| Octal | 117 | 75 | 106 | 0 | 27 | 13 | 105 | 512 | 15 | 33 |
| Binary | 1001111 | 111101 | 1000110 | 0 | 10111 | 1011 | 1000101 | 101001010 | 1101 | 11011 |
Color Harmonies of #4F3D46
Complementary color
Monochromatic Colors of #4F3D46
Black with #4F3D46
Text Example
Text Example
White with #4F3D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3D46; }
p { color: rgb(79,61,70); }
H1.HeaderClassName
{
color: #4F3D46;
}
.AnyTagClassName
{
color: #4F3D46;
}
</style>
background-color css
<style>
a { background-color: #4F3D46; }
a { background-color: rgb(79,61,70); }
div.DivClassName
{
background-color: #4F3D46;
}
.BgClassName
{
background-color: #4F3D46;
}
</style>
border-color css
<style>
span { border-color: #4F3D46; }
span { border-color: rgb(79,61,70); }
td.TdClassName
{
border-color: #4F3D46;
}
.TagClassName
{
border-color: #4F3D46;
}
</style>