Shades of Feldgrau #4A524D
Tints of Feldgrau #4A524D
RGB
CMYK
RGB Variations
Color information
#4A524D (or 0x4A524D) is known color: Feldgrau. HEX triplet: 4A, 52 and 4D. RGB value is (74,82,77). Sum of RGB (Red+Green+Blue) = 74+82+77=233 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.76% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 82 - color contains mainly: green. Hex color #4A524D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A524D is #B5ADB2. Grayscale: #4F4F4F. Windows color (decimal): -11906483 or 5067338. OLE color: 5067338.
HSL color Cylindrical-coordinate representation of color #4A524D: hue angle of 142.5º 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 #4A524D is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 74 | 82 | 77 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.68 |
| HSL | 142.5º | 0.05% | 0.31% | - |
| HSV(B) | 142.5º | 0.1% | 0.32% | - |
| XYZ | 7.18 | 8.03 | 8.19 | - |
| YUV | 79.04 | 126.85 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 82 | 77 | 0.10 | 0 | 0.06 | 0.68 | 142.5 | 0.05 | 0.31 |
| Hex | 4A | 52 | 4D | A | 0 | 6 | 44 | 8E | 5 | 1F |
| Octal | 112 | 122 | 115 | 12 | 0 | 6 | 104 | 216 | 5 | 37 |
| Binary | 1001010 | 1010010 | 1001101 | 1010 | 0 | 110 | 1000100 | 10001110 | 101 | 11111 |
Color Harmonies of #4A524D
Complementary color
Monochromatic Colors of #4A524D
Black with #4A524D
Text Example
Text Example
White with #4A524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A524D; }
p { color: rgb(74,82,77); }
H1.HeaderClassName
{
color: #4A524D;
}
.AnyTagClassName
{
color: #4A524D;
}
</style>
background-color css
<style>
a { background-color: #4A524D; }
a { background-color: rgb(74,82,77); }
div.DivClassName
{
background-color: #4A524D;
}
.BgClassName
{
background-color: #4A524D;
}
</style>
border-color css
<style>
span { border-color: #4A524D; }
span { border-color: rgb(74,82,77); }
td.TdClassName
{
border-color: #4A524D;
}
.TagClassName
{
border-color: #4A524D;
}
</style>