Shades of Grey-Asparagus #464A45
Tints of Grey-Asparagus #464A45
RGB
CMYK
RGB Variations
Color information
#464A45 (or 0x464A45) is known color: Grey-Asparagus. HEX triplet: 46, 4A and 45. RGB value is (70,74,69). Sum of RGB (Red+Green+Blue) = 70+74+69=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 74 (29.30% from 255 or 34.74% from 213); Blue value is 69 (27.34% from 255 or 32.39% from 213); Max value from RGB is 74 - color contains mainly: green. Hex color #464A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464A45 is #B9B5BA. Grayscale: #484848. Windows color (decimal): -12170683 or 4540998. OLE color: 4540998.
HSL color Cylindrical-coordinate representation of color #464A45: hue angle of 108º degrees, saturation: 0.03, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #464A45 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 74 | 69 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.71 |
| HSL | 108º | 0.03% | 0.28% | - |
| HSV(B) | 108º | 0.07% | 0.29% | - |
| XYZ | 6.05 | 6.63 | 6.59 | - |
| YUV | 72.23 | 126.17 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 74 | 69 | 0.05 | 0 | 0.07 | 0.71 | 108 | 0.03 | 0.28 |
| Hex | 46 | 4A | 45 | 5 | 0 | 7 | 47 | 6C | 3 | 1C |
| Octal | 106 | 112 | 105 | 5 | 0 | 7 | 107 | 154 | 3 | 34 |
| Binary | 1000110 | 1001010 | 1000101 | 101 | 0 | 111 | 1000111 | 1101100 | 11 | 11100 |
Color Harmonies of #464A45
Complementary color
Monochromatic Colors of #464A45
Black with #464A45
Text Example
Text Example
White with #464A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464A45; }
p { color: rgb(70,74,69); }
H1.HeaderClassName
{
color: #464A45;
}
.AnyTagClassName
{
color: #464A45;
}
</style>
background-color css
<style>
a { background-color: #464A45; }
a { background-color: rgb(70,74,69); }
div.DivClassName
{
background-color: #464A45;
}
.BgClassName
{
background-color: #464A45;
}
</style>
border-color css
<style>
span { border-color: #464A45; }
span { border-color: rgb(70,74,69); }
td.TdClassName
{
border-color: #464A45;
}
.TagClassName
{
border-color: #464A45;
}
</style>