Shades of Grey-Asparagus #465A48
Tints of Grey-Asparagus #465A48
RGB
CMYK
RGB Variations
Color information
#465A48 (or 0x465A48) is known color: Grey-Asparagus. HEX triplet: 46, 5A and 48. RGB value is (70,90,72). Sum of RGB (Red+Green+Blue) = 70+90+72=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 90 (35.55% from 255 or 38.79% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 90 - color contains mainly: green. Hex color #465A48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465A48 is #B9A5B7. Grayscale: #525252. Windows color (decimal): -12166584 or 4741702. OLE color: 4741702.
HSL color Cylindrical-coordinate representation of color #465A48: hue angle of 126º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #465A48 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 90 | 72 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.65 |
| HSL | 126º | 0.13% | 0.31% | - |
| HSV(B) | 126º | 0.22% | 0.35% | - |
| XYZ | 7.35 | 9.08 | 7.5 | - |
| YUV | 81.97 | 122.37 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 90 | 72 | 0.22 | 0 | 0.20 | 0.65 | 126 | 0.13 | 0.31 |
| Hex | 46 | 5A | 48 | 16 | 0 | 14 | 41 | 7E | C | 1F |
| Octal | 106 | 132 | 110 | 26 | 0 | 24 | 101 | 176 | 14 | 37 |
| Binary | 1000110 | 1011010 | 1001000 | 10110 | 0 | 10100 | 1000001 | 1111110 | 1100 | 11111 |
Color Harmonies of #465A48
Complementary color
Monochromatic Colors of #465A48
Black with #465A48
Text Example
Text Example
White with #465A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465A48; }
p { color: rgb(70,90,72); }
H1.HeaderClassName
{
color: #465A48;
}
.AnyTagClassName
{
color: #465A48;
}
</style>
background-color css
<style>
a { background-color: #465A48; }
a { background-color: rgb(70,90,72); }
div.DivClassName
{
background-color: #465A48;
}
.BgClassName
{
background-color: #465A48;
}
</style>
border-color css
<style>
span { border-color: #465A48; }
span { border-color: rgb(70,90,72); }
td.TdClassName
{
border-color: #465A48;
}
.TagClassName
{
border-color: #465A48;
}
</style>