Shades of Liver #484446
Tints of Liver #484446
RGB
CMYK
RGB Variations
Color information
#484446 (or 0x484446) is known color: Liver. HEX triplet: 48, 44 and 46. RGB value is (72,68,70). Sum of RGB (Red+Green+Blue) = 72+68+70=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 72 - color contains mainly: red. Hex color #484446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484446 is #B7BBB9. Grayscale: #454545. Windows color (decimal): -12041146 or 4605000. OLE color: 4605000.
HSL color Cylindrical-coordinate representation of color #484446: hue angle of 330º degrees, saturation: 0.03, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #484446 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 68 | 70 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.72 |
| HSL | 330º | 0.03% | 0.27% | - |
| HSV(B) | 330º | 0.06% | 0.28% | - |
| XYZ | 5.85 | 5.95 | 6.64 | - |
| YUV | 69.42 | 128.33 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 68 | 70 | 0 | 0.06 | 0.03 | 0.72 | 330 | 0.03 | 0.27 |
| Hex | 48 | 44 | 46 | 0 | 6 | 3 | 48 | 14A | 3 | 1B |
| Octal | 110 | 104 | 106 | 0 | 6 | 3 | 110 | 512 | 3 | 33 |
| Binary | 1001000 | 1000100 | 1000110 | 0 | 110 | 11 | 1001000 | 101001010 | 11 | 11011 |
Color Harmonies of #484446
Complementary color
Monochromatic Colors of #484446
Black with #484446
Text Example
Text Example
White with #484446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484446; }
p { color: rgb(72,68,70); }
H1.HeaderClassName
{
color: #484446;
}
.AnyTagClassName
{
color: #484446;
}
</style>
background-color css
<style>
a { background-color: #484446; }
a { background-color: rgb(72,68,70); }
div.DivClassName
{
background-color: #484446;
}
.BgClassName
{
background-color: #484446;
}
</style>
border-color css
<style>
span { border-color: #484446; }
span { border-color: rgb(72,68,70); }
td.TdClassName
{
border-color: #484446;
}
.TagClassName
{
border-color: #484446;
}
</style>