Shades of Grey-Asparagus #465145
Tints of Grey-Asparagus #465145
RGB
CMYK
RGB Variations
Color information
#465145 (or 0x465145) is known color: Grey-Asparagus. HEX triplet: 46, 51 and 45. RGB value is (70,81,69). Sum of RGB (Red+Green+Blue) = 70+81+69=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 81 (32.03% from 255 or 36.82% from 220); Blue value is 69 (27.34% from 255 or 31.36% from 220); Max value from RGB is 81 - color contains mainly: green. Hex color #465145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465145 is #B9AEBA. Grayscale: #4C4C4C. Windows color (decimal): -12168891 or 4542790. OLE color: 4542790.
HSL color Cylindrical-coordinate representation of color #465145: hue angle of 115º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #465145 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 81 | 69 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.68 |
| HSL | 115º | 0.08% | 0.29% | - |
| HSV(B) | 115º | 0.15% | 0.32% | - |
| XYZ | 6.54 | 7.62 | 6.76 | - |
| YUV | 76.34 | 123.86 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 81 | 69 | 0.14 | 0 | 0.15 | 0.68 | 115 | 0.08 | 0.29 |
| Hex | 46 | 51 | 45 | E | 0 | F | 44 | 73 | 8 | 1D |
| Octal | 106 | 121 | 105 | 16 | 0 | 17 | 104 | 163 | 10 | 35 |
| Binary | 1000110 | 1010001 | 1000101 | 1110 | 0 | 1111 | 1000100 | 1110011 | 1000 | 11101 |
Color Harmonies of #465145
Complementary color
Monochromatic Colors of #465145
Black with #465145
Text Example
Text Example
White with #465145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465145; }
p { color: rgb(70,81,69); }
H1.HeaderClassName
{
color: #465145;
}
.AnyTagClassName
{
color: #465145;
}
</style>
background-color css
<style>
a { background-color: #465145; }
a { background-color: rgb(70,81,69); }
div.DivClassName
{
background-color: #465145;
}
.BgClassName
{
background-color: #465145;
}
</style>
border-color css
<style>
span { border-color: #465145; }
span { border-color: rgb(70,81,69); }
td.TdClassName
{
border-color: #465145;
}
.TagClassName
{
border-color: #465145;
}
</style>