Shades of Grey-Asparagus #485447
Tints of Grey-Asparagus #485447
RGB
CMYK
RGB Variations
Color information
#485447 (or 0x485447) is known color: Grey-Asparagus. HEX triplet: 48, 54 and 47. RGB value is (72,84,71). Sum of RGB (Red+Green+Blue) = 72+84+71=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 71 (28.12% from 255 or 31.28% from 227); Max value from RGB is 84 - color contains mainly: green. Hex color #485447 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485447 is #B7ABB8. Grayscale: #4E4E4E. Windows color (decimal): -12037049 or 4674632. OLE color: 4674632.
HSL color Cylindrical-coordinate representation of color #485447: hue angle of 115.38º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #485447 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 84 | 71 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.67 |
| HSL | 115.38º | 0.08% | 0.3% | - |
| HSV(B) | 115.38º | 0.15% | 0.33% | - |
| XYZ | 6.98 | 8.17 | 7.17 | - |
| YUV | 78.93 | 123.52 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 84 | 71 | 0.14 | 0 | 0.15 | 0.67 | 115.38 | 0.08 | 0.3 |
| Hex | 48 | 54 | 47 | E | 0 | F | 43 | 73 | 8 | 1E |
| Octal | 110 | 124 | 107 | 16 | 0 | 17 | 103 | 163 | 10 | 36 |
| Binary | 1001000 | 1010100 | 1000111 | 1110 | 0 | 1111 | 1000011 | 1110011 | 1000 | 11110 |
Color Harmonies of #485447
Complementary color
Monochromatic Colors of #485447
Black with #485447
Text Example
Text Example
White with #485447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485447; }
p { color: rgb(72,84,71); }
H1.HeaderClassName
{
color: #485447;
}
.AnyTagClassName
{
color: #485447;
}
</style>
background-color css
<style>
a { background-color: #485447; }
a { background-color: rgb(72,84,71); }
div.DivClassName
{
background-color: #485447;
}
.BgClassName
{
background-color: #485447;
}
</style>
border-color css
<style>
span { border-color: #485447; }
span { border-color: rgb(72,84,71); }
td.TdClassName
{
border-color: #485447;
}
.TagClassName
{
border-color: #485447;
}
</style>