Shades of Liver #484245
Tints of Liver #484245
RGB
CMYK
RGB Variations
Color information
#484245 (or 0x484245) is known color: Liver. HEX triplet: 48, 42 and 45. RGB value is (72,66,69). Sum of RGB (Red+Green+Blue) = 72+66+69=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 69 (27.34% from 255 or 33.33% from 207); Max value from RGB is 72 - color contains mainly: red. Hex color #484245 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484245 is #B7BDBA. Grayscale: #444444. Windows color (decimal): -12041659 or 4538952. OLE color: 4538952.
HSL color Cylindrical-coordinate representation of color #484245: 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 #484245 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 66 | 69 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.72 |
| HSL | 330º | 0.04% | 0.27% | - |
| HSV(B) | 330º | 0.08% | 0.28% | - |
| XYZ | 5.69 | 5.7 | 6.43 | - |
| YUV | 68.14 | 128.49 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 66 | 69 | 0 | 0.08 | 0.04 | 0.72 | 330 | 0.04 | 0.27 |
| Hex | 48 | 42 | 45 | 0 | 8 | 4 | 48 | 14A | 4 | 1B |
| Octal | 110 | 102 | 105 | 0 | 10 | 4 | 110 | 512 | 4 | 33 |
| Binary | 1001000 | 1000010 | 1000101 | 0 | 1000 | 100 | 1001000 | 101001010 | 100 | 11011 |
Color Harmonies of #484245
Complementary color
Monochromatic Colors of #484245
Black with #484245
Text Example
Text Example
White with #484245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484245; }
p { color: rgb(72,66,69); }
H1.HeaderClassName
{
color: #484245;
}
.AnyTagClassName
{
color: #484245;
}
</style>
background-color css
<style>
a { background-color: #484245; }
a { background-color: rgb(72,66,69); }
div.DivClassName
{
background-color: #484245;
}
.BgClassName
{
background-color: #484245;
}
</style>
border-color css
<style>
span { border-color: #484245; }
span { border-color: rgb(72,66,69); }
td.TdClassName
{
border-color: #484245;
}
.TagClassName
{
border-color: #484245;
}
</style>