Shades of Liver #50464B
Tints of Liver #50464B
RGB
CMYK
RGB Variations
Color information
#50464B (or 0x50464B) is known color: Liver. HEX triplet: 50, 46 and 4B. RGB value is (80,70,75). Sum of RGB (Red+Green+Blue) = 80+70+75=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 80 - color contains mainly: red. Hex color #50464B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50464B is #AFB9B4. Grayscale: #494949. Windows color (decimal): -11516341 or 4933200. OLE color: 4933200.
HSL color Cylindrical-coordinate representation of color #50464B: hue angle of 330º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #50464B is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 70 | 75 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.69 |
| HSL | 330º | 0.07% | 0.29% | - |
| HSV(B) | 330º | 0.13% | 0.31% | - |
| XYZ | 6.77 | 6.59 | 7.57 | - |
| YUV | 73.56 | 128.81 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 70 | 75 | 0 | 0.12 | 0.06 | 0.69 | 330 | 0.07 | 0.29 |
| Hex | 50 | 46 | 4B | 0 | C | 6 | 45 | 14A | 7 | 1D |
| Octal | 120 | 106 | 113 | 0 | 14 | 6 | 105 | 512 | 7 | 35 |
| Binary | 1010000 | 1000110 | 1001011 | 0 | 1100 | 110 | 1000101 | 101001010 | 111 | 11101 |
Color Harmonies of #50464B
Complementary color
Monochromatic Colors of #50464B
Black with #50464B
Text Example
Text Example
White with #50464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50464B; }
p { color: rgb(80,70,75); }
H1.HeaderClassName
{
color: #50464B;
}
.AnyTagClassName
{
color: #50464B;
}
</style>
background-color css
<style>
a { background-color: #50464B; }
a { background-color: rgb(80,70,75); }
div.DivClassName
{
background-color: #50464B;
}
.BgClassName
{
background-color: #50464B;
}
</style>
border-color css
<style>
span { border-color: #50464B; }
span { border-color: rgb(80,70,75); }
td.TdClassName
{
border-color: #50464B;
}
.TagClassName
{
border-color: #50464B;
}
</style>