Shades of Grey-Asparagus #4A514A
Tints of Grey-Asparagus #4A514A
RGB
CMYK
RGB Variations
Color information
#4A514A (or 0x4A514A) is known color: Grey-Asparagus. HEX triplet: 4A, 51 and 4A. RGB value is (74,81,74). Sum of RGB (Red+Green+Blue) = 74+81+74=229 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.31% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 74 (29.30% from 255 or 32.31% from 229); Max value from RGB is 81 - color contains mainly: green. Hex color #4A514A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A514A is #B5AEB5. Grayscale: #4E4E4E. Windows color (decimal): -11906742 or 4870474. OLE color: 4870474.
HSL color Cylindrical-coordinate representation of color #4A514A: hue angle of 120º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4A514A is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 74 | 81 | 74 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.68 |
| HSL | 120º | 0.05% | 0.3% | - |
| HSV(B) | 120º | 0.09% | 0.32% | - |
| XYZ | 7 | 7.84 | 7.62 | - |
| YUV | 78.11 | 125.68 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 81 | 74 | 0.09 | 0 | 0.09 | 0.68 | 120 | 0.05 | 0.3 |
| Hex | 4A | 51 | 4A | 9 | 0 | 9 | 44 | 78 | 5 | 1E |
| Octal | 112 | 121 | 112 | 11 | 0 | 11 | 104 | 170 | 5 | 36 |
| Binary | 1001010 | 1010001 | 1001010 | 1001 | 0 | 1001 | 1000100 | 1111000 | 101 | 11110 |
Color Harmonies of #4A514A
Complementary color
Monochromatic Colors of #4A514A
Black with #4A514A
Text Example
Text Example
White with #4A514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A514A; }
p { color: rgb(74,81,74); }
H1.HeaderClassName
{
color: #4A514A;
}
.AnyTagClassName
{
color: #4A514A;
}
</style>
background-color css
<style>
a { background-color: #4A514A; }
a { background-color: rgb(74,81,74); }
div.DivClassName
{
background-color: #4A514A;
}
.BgClassName
{
background-color: #4A514A;
}
</style>
border-color css
<style>
span { border-color: #4A514A; }
span { border-color: rgb(74,81,74); }
td.TdClassName
{
border-color: #4A514A;
}
.TagClassName
{
border-color: #4A514A;
}
</style>