Shades of Grey-Asparagus #465144
Tints of Grey-Asparagus #465144
RGB
CMYK
RGB Variations
Color information
#465144 (or 0x465144) is known color: Grey-Asparagus. HEX triplet: 46, 51 and 44. RGB value is (70,81,68). Sum of RGB (Red+Green+Blue) = 70+81+68=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 68 (26.95% from 255 or 31.05% from 219); Max value from RGB is 81 - color contains mainly: green. Hex color #465144 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465144 is #B9AEBB. Grayscale: #4C4C4C. Windows color (decimal): -12168892 or 4477254. OLE color: 4477254.
HSL color Cylindrical-coordinate representation of color #465144: hue angle of 110.77º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #465144 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 81 | 68 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.68 |
| HSL | 110.77º | 0.09% | 0.29% | - |
| HSV(B) | 110.77º | 0.16% | 0.32% | - |
| XYZ | 6.51 | 7.6 | 6.59 | - |
| YUV | 76.23 | 123.36 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 81 | 68 | 0.14 | 0 | 0.16 | 0.68 | 110.77 | 0.09 | 0.29 |
| Hex | 46 | 51 | 44 | E | 0 | 10 | 44 | 6F | 9 | 1D |
| Octal | 106 | 121 | 104 | 16 | 0 | 20 | 104 | 157 | 11 | 35 |
| Binary | 1000110 | 1010001 | 1000100 | 1110 | 0 | 10000 | 1000100 | 1101111 | 1001 | 11101 |
Color Harmonies of #465144
Complementary color
Monochromatic Colors of #465144
Black with #465144
Text Example
Text Example
White with #465144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465144; }
p { color: rgb(70,81,68); }
H1.HeaderClassName
{
color: #465144;
}
.AnyTagClassName
{
color: #465144;
}
</style>
background-color css
<style>
a { background-color: #465144; }
a { background-color: rgb(70,81,68); }
div.DivClassName
{
background-color: #465144;
}
.BgClassName
{
background-color: #465144;
}
</style>
border-color css
<style>
span { border-color: #465144; }
span { border-color: rgb(70,81,68); }
td.TdClassName
{
border-color: #465144;
}
.TagClassName
{
border-color: #465144;
}
</style>