Shades of Grey-Asparagus #4A524A
Tints of Grey-Asparagus #4A524A
RGB
CMYK
RGB Variations
Color information
#4A524A (or 0x4A524A) is known color: Grey-Asparagus. HEX triplet: 4A, 52 and 4A. RGB value is (74,82,74). Sum of RGB (Red+Green+Blue) = 74+82+74=230 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.17% from 230); Green value is 82 (32.42% from 255 or 35.65% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 82 - color contains mainly: green. Hex color #4A524A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A524A is #B5ADB5. Grayscale: #4E4E4E. Windows color (decimal): -11906486 or 4870730. OLE color: 4870730.
HSL color Cylindrical-coordinate representation of color #4A524A: hue angle of 120º degrees, saturation: 0.05, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4A524A is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 74 | 82 | 74 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.68 |
| HSL | 120º | 0.05% | 0.31% | - |
| HSV(B) | 120º | 0.1% | 0.32% | - |
| XYZ | 7.08 | 7.98 | 7.65 | - |
| YUV | 78.7 | 125.35 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 82 | 74 | 0.10 | 0 | 0.10 | 0.68 | 120 | 0.05 | 0.31 |
| Hex | 4A | 52 | 4A | A | 0 | A | 44 | 78 | 5 | 1F |
| Octal | 112 | 122 | 112 | 12 | 0 | 12 | 104 | 170 | 5 | 37 |
| Binary | 1001010 | 1010010 | 1001010 | 1010 | 0 | 1010 | 1000100 | 1111000 | 101 | 11111 |
Color Harmonies of #4A524A
Complementary color
Monochromatic Colors of #4A524A
Black with #4A524A
Text Example
Text Example
White with #4A524A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A524A; }
p { color: rgb(74,82,74); }
H1.HeaderClassName
{
color: #4A524A;
}
.AnyTagClassName
{
color: #4A524A;
}
</style>
background-color css
<style>
a { background-color: #4A524A; }
a { background-color: rgb(74,82,74); }
div.DivClassName
{
background-color: #4A524A;
}
.BgClassName
{
background-color: #4A524A;
}
</style>
border-color css
<style>
span { border-color: #4A524A; }
span { border-color: rgb(74,82,74); }
td.TdClassName
{
border-color: #4A524A;
}
.TagClassName
{
border-color: #4A524A;
}
</style>