Shades of Liver #474144
Tints of Liver #474144
RGB
CMYK
RGB Variations
Color information
#474144 (or 0x474144) is known color: Liver. HEX triplet: 47, 41 and 44. RGB value is (71,65,68). Sum of RGB (Red+Green+Blue) = 71+65+68=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 65 (25.78% from 255 or 31.86% from 204); Blue value is 68 (26.95% from 255 or 33.33% from 204); Max value from RGB is 71 - color contains mainly: red. Hex color #474144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474144 is #B8BEBB. Grayscale: #434343. Windows color (decimal): -12107452 or 4473159. OLE color: 4473159.
HSL color Cylindrical-coordinate representation of color #474144: hue angle of 330º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #474144 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 65 | 68 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.72 |
| HSL | 330º | 0.04% | 0.27% | - |
| HSV(B) | 330º | 0.08% | 0.28% | - |
| XYZ | 5.53 | 5.54 | 6.25 | - |
| YUV | 67.14 | 128.49 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 65 | 68 | 0 | 0.08 | 0.04 | 0.72 | 330 | 0.04 | 0.27 |
| Hex | 47 | 41 | 44 | 0 | 8 | 4 | 48 | 14A | 4 | 1B |
| Octal | 107 | 101 | 104 | 0 | 10 | 4 | 110 | 512 | 4 | 33 |
| Binary | 1000111 | 1000001 | 1000100 | 0 | 1000 | 100 | 1001000 | 101001010 | 100 | 11011 |
Color Harmonies of #474144
Complementary color
Monochromatic Colors of #474144
Black with #474144
Text Example
Text Example
White with #474144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474144; }
p { color: rgb(71,65,68); }
H1.HeaderClassName
{
color: #474144;
}
.AnyTagClassName
{
color: #474144;
}
</style>
background-color css
<style>
a { background-color: #474144; }
a { background-color: rgb(71,65,68); }
div.DivClassName
{
background-color: #474144;
}
.BgClassName
{
background-color: #474144;
}
</style>
border-color css
<style>
span { border-color: #474144; }
span { border-color: rgb(71,65,68); }
td.TdClassName
{
border-color: #474144;
}
.TagClassName
{
border-color: #474144;
}
</style>