Shades of Liver #494144
Tints of Liver #494144
RGB
CMYK
RGB Variations
Color information
#494144 (or 0x494144) is known color: Liver. HEX triplet: 49, 41 and 44. RGB value is (73,65,68). Sum of RGB (Red+Green+Blue) = 73+65+68=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 68 (26.95% from 255 or 33.01% from 206); Max value from RGB is 73 - color contains mainly: red. Hex color #494144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494144 is #B6BEBB. Grayscale: #434343. Windows color (decimal): -11976380 or 4473161. OLE color: 4473161.
HSL color Cylindrical-coordinate representation of color #494144: hue angle of 337.5º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #494144 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 65 | 68 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.71 |
| HSL | 337.5º | 0.06% | 0.27% | - |
| HSV(B) | 337.5º | 0.11% | 0.29% | - |
| XYZ | 5.68 | 5.61 | 6.25 | - |
| YUV | 67.73 | 128.15 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 65 | 68 | 0 | 0.11 | 0.07 | 0.71 | 337.5 | 0.06 | 0.27 |
| Hex | 49 | 41 | 44 | 0 | B | 7 | 47 | 152 | 6 | 1B |
| Octal | 111 | 101 | 104 | 0 | 13 | 7 | 107 | 522 | 6 | 33 |
| Binary | 1001001 | 1000001 | 1000100 | 0 | 1011 | 111 | 1000111 | 101010010 | 110 | 11011 |
Color Harmonies of #494144
Complementary color
Monochromatic Colors of #494144
Black with #494144
Text Example
Text Example
White with #494144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494144; }
p { color: rgb(73,65,68); }
H1.HeaderClassName
{
color: #494144;
}
.AnyTagClassName
{
color: #494144;
}
</style>
background-color css
<style>
a { background-color: #494144; }
a { background-color: rgb(73,65,68); }
div.DivClassName
{
background-color: #494144;
}
.BgClassName
{
background-color: #494144;
}
</style>
border-color css
<style>
span { border-color: #494144; }
span { border-color: rgb(73,65,68); }
td.TdClassName
{
border-color: #494144;
}
.TagClassName
{
border-color: #494144;
}
</style>