Shades of Grey-Asparagus #464E45
Tints of Grey-Asparagus #464E45
RGB
CMYK
RGB Variations
Color information
#464E45 (or 0x464E45) is known color: Grey-Asparagus. HEX triplet: 46, 4E and 45. RGB value is (70,78,69). Sum of RGB (Red+Green+Blue) = 70+78+69=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 78 (30.86% from 255 or 35.94% from 217); Blue value is 69 (27.34% from 255 or 31.80% from 217); Max value from RGB is 78 - color contains mainly: green. Hex color #464E45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464E45 is #B9B1BA. Grayscale: #4A4A4A. Windows color (decimal): -12169659 or 4542022. OLE color: 4542022.
HSL color Cylindrical-coordinate representation of color #464E45: hue angle of 113.33º degrees, saturation: 0.06, 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 #464E45 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 78 | 69 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.69 |
| HSL | 113.33º | 0.06% | 0.29% | - |
| HSV(B) | 113.33º | 0.12% | 0.31% | - |
| XYZ | 6.32 | 7.18 | 6.68 | - |
| YUV | 74.58 | 124.85 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 78 | 69 | 0.10 | 0 | 0.12 | 0.69 | 113.33 | 0.06 | 0.29 |
| Hex | 46 | 4E | 45 | A | 0 | C | 45 | 71 | 6 | 1D |
| Octal | 106 | 116 | 105 | 12 | 0 | 14 | 105 | 161 | 6 | 35 |
| Binary | 1000110 | 1001110 | 1000101 | 1010 | 0 | 1100 | 1000101 | 1110001 | 110 | 11101 |
Color Harmonies of #464E45
Complementary color
Monochromatic Colors of #464E45
Black with #464E45
Text Example
Text Example
White with #464E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464E45; }
p { color: rgb(70,78,69); }
H1.HeaderClassName
{
color: #464E45;
}
.AnyTagClassName
{
color: #464E45;
}
</style>
background-color css
<style>
a { background-color: #464E45; }
a { background-color: rgb(70,78,69); }
div.DivClassName
{
background-color: #464E45;
}
.BgClassName
{
background-color: #464E45;
}
</style>
border-color css
<style>
span { border-color: #464E45; }
span { border-color: rgb(70,78,69); }
td.TdClassName
{
border-color: #464E45;
}
.TagClassName
{
border-color: #464E45;
}
</style>