Shades of Liver #474546
Tints of Liver #474546
RGB
CMYK
RGB Variations
Color information
#474546 (or 0x474546) is known color: Liver. HEX triplet: 47, 45 and 46. RGB value is (71,69,70). Sum of RGB (Red+Green+Blue) = 71+69+70=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 71 - color contains mainly: red. Hex color #474546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474546 is #B8BAB9. Grayscale: #454545. Windows color (decimal): -12106426 or 4605255. OLE color: 4605255.
HSL color Cylindrical-coordinate representation of color #474546: hue angle of 330º degrees, saturation: 0.01, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #474546 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 69 | 70 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.72 |
| HSL | 330º | 0.01% | 0.27% | - |
| HSV(B) | 330º | 0.03% | 0.28% | - |
| XYZ | 5.83 | 6.04 | 6.65 | - |
| YUV | 69.71 | 128.16 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 69 | 70 | 0 | 0.03 | 0.01 | 0.72 | 330 | 0.01 | 0.27 |
| Hex | 47 | 45 | 46 | 0 | 3 | 1 | 48 | 14A | 1 | 1B |
| Octal | 107 | 105 | 106 | 0 | 3 | 1 | 110 | 512 | 1 | 33 |
| Binary | 1000111 | 1000101 | 1000110 | 0 | 11 | 1 | 1001000 | 101001010 | 1 | 11011 |
Color Harmonies of #474546
Complementary color
Monochromatic Colors of #474546
Black with #474546
Text Example
Text Example
White with #474546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474546; }
p { color: rgb(71,69,70); }
H1.HeaderClassName
{
color: #474546;
}
.AnyTagClassName
{
color: #474546;
}
</style>
background-color css
<style>
a { background-color: #474546; }
a { background-color: rgb(71,69,70); }
div.DivClassName
{
background-color: #474546;
}
.BgClassName
{
background-color: #474546;
}
</style>
border-color css
<style>
span { border-color: #474546; }
span { border-color: rgb(71,69,70); }
td.TdClassName
{
border-color: #474546;
}
.TagClassName
{
border-color: #474546;
}
</style>