Shades of Grey-Asparagus #4A5449
Tints of Grey-Asparagus #4A5449
RGB
CMYK
RGB Variations
Color information
#4A5449 (or 0x4A5449) is known color: Grey-Asparagus. HEX triplet: 4A, 54 and 49. RGB value is (74,84,73). Sum of RGB (Red+Green+Blue) = 74+84+73=231 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.03% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 73 (28.91% from 255 or 31.60% from 231); Max value from RGB is 84 - color contains mainly: green. Hex color #4A5449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5449 is #B5ABB6. Grayscale: #4F4F4F. Windows color (decimal): -11905975 or 4805706. OLE color: 4805706.
HSL color Cylindrical-coordinate representation of color #4A5449: hue angle of 114.55º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4A5449 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 84 | 73 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.67 |
| HSL | 114.55º | 0.07% | 0.31% | - |
| HSV(B) | 114.55º | 0.13% | 0.33% | - |
| XYZ | 7.2 | 8.28 | 7.52 | - |
| YUV | 79.76 | 124.19 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 84 | 73 | 0.12 | 0 | 0.13 | 0.67 | 114.55 | 0.07 | 0.31 |
| Hex | 4A | 54 | 49 | C | 0 | D | 43 | 73 | 7 | 1F |
| Octal | 112 | 124 | 111 | 14 | 0 | 15 | 103 | 163 | 7 | 37 |
| Binary | 1001010 | 1010100 | 1001001 | 1100 | 0 | 1101 | 1000011 | 1110011 | 111 | 11111 |
Color Harmonies of #4A5449
Complementary color
Monochromatic Colors of #4A5449
Black with #4A5449
Text Example
Text Example
White with #4A5449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5449; }
p { color: rgb(74,84,73); }
H1.HeaderClassName
{
color: #4A5449;
}
.AnyTagClassName
{
color: #4A5449;
}
</style>
background-color css
<style>
a { background-color: #4A5449; }
a { background-color: rgb(74,84,73); }
div.DivClassName
{
background-color: #4A5449;
}
.BgClassName
{
background-color: #4A5449;
}
</style>
border-color css
<style>
span { border-color: #4A5449; }
span { border-color: rgb(74,84,73); }
td.TdClassName
{
border-color: #4A5449;
}
.TagClassName
{
border-color: #4A5449;
}
</style>