Shades of Grey-Asparagus #465345
Tints of Grey-Asparagus #465345
RGB
CMYK
RGB Variations
Color information
#465345 (or 0x465345) is known color: Grey-Asparagus. HEX triplet: 46, 53 and 45. RGB value is (70,83,69). Sum of RGB (Red+Green+Blue) = 70+83+69=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 69 (27.34% from 255 or 31.08% from 222); Max value from RGB is 83 - color contains mainly: green. Hex color #465345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465345 is #B9ACBA. Grayscale: #4D4D4D. Windows color (decimal): -12168379 or 4543302. OLE color: 4543302.
HSL color Cylindrical-coordinate representation of color #465345: hue angle of 115.71º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #465345 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 83 | 69 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.67 |
| HSL | 115.71º | 0.09% | 0.3% | - |
| HSV(B) | 115.71º | 0.17% | 0.33% | - |
| XYZ | 6.69 | 7.92 | 6.81 | - |
| YUV | 77.52 | 123.19 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 83 | 69 | 0.16 | 0 | 0.17 | 0.67 | 115.71 | 0.09 | 0.3 |
| Hex | 46 | 53 | 45 | 10 | 0 | 11 | 43 | 74 | 9 | 1E |
| Octal | 106 | 123 | 105 | 20 | 0 | 21 | 103 | 164 | 11 | 36 |
| Binary | 1000110 | 1010011 | 1000101 | 10000 | 0 | 10001 | 1000011 | 1110100 | 1001 | 11110 |
Color Harmonies of #465345
Complementary color
Monochromatic Colors of #465345
Black with #465345
Text Example
Text Example
White with #465345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465345; }
p { color: rgb(70,83,69); }
H1.HeaderClassName
{
color: #465345;
}
.AnyTagClassName
{
color: #465345;
}
</style>
background-color css
<style>
a { background-color: #465345; }
a { background-color: rgb(70,83,69); }
div.DivClassName
{
background-color: #465345;
}
.BgClassName
{
background-color: #465345;
}
</style>
border-color css
<style>
span { border-color: #465345; }
span { border-color: rgb(70,83,69); }
td.TdClassName
{
border-color: #465345;
}
.TagClassName
{
border-color: #465345;
}
</style>