Shades of Liver #4B4145
Tints of Liver #4B4145
RGB
CMYK
RGB Variations
Color information
#4B4145 (or 0x4B4145) is known color: Liver. HEX triplet: 4B, 41 and 45. RGB value is (75,65,69). Sum of RGB (Red+Green+Blue) = 75+65+69=209 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.89% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 69 (27.34% from 255 or 33.01% from 209); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4145 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4145 is #B4BEBA. Grayscale: #444444. Windows color (decimal): -11845307 or 4538699. OLE color: 4538699.
HSL color Cylindrical-coordinate representation of color #4B4145: hue angle of 336º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4B4145 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 65 | 69 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.71 |
| HSL | 336º | 0.07% | 0.27% | - |
| HSV(B) | 336º | 0.13% | 0.29% | - |
| XYZ | 5.87 | 5.71 | 6.42 | - |
| YUV | 68.45 | 128.31 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 65 | 69 | 0 | 0.13 | 0.08 | 0.71 | 336 | 0.07 | 0.27 |
| Hex | 4B | 41 | 45 | 0 | D | 8 | 47 | 150 | 7 | 1B |
| Octal | 113 | 101 | 105 | 0 | 15 | 10 | 107 | 520 | 7 | 33 |
| Binary | 1001011 | 1000001 | 1000101 | 0 | 1101 | 1000 | 1000111 | 101010000 | 111 | 11011 |
Color Harmonies of #4B4145
Complementary color
Monochromatic Colors of #4B4145
Black with #4B4145
Text Example
Text Example
White with #4B4145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4145; }
p { color: rgb(75,65,69); }
H1.HeaderClassName
{
color: #4B4145;
}
.AnyTagClassName
{
color: #4B4145;
}
</style>
background-color css
<style>
a { background-color: #4B4145; }
a { background-color: rgb(75,65,69); }
div.DivClassName
{
background-color: #4B4145;
}
.BgClassName
{
background-color: #4B4145;
}
</style>
border-color css
<style>
span { border-color: #4B4145; }
span { border-color: rgb(75,65,69); }
td.TdClassName
{
border-color: #4B4145;
}
.TagClassName
{
border-color: #4B4145;
}
</style>