Shades of Feldgrau #4A6253
Tints of Feldgrau #4A6253
RGB
CMYK
RGB Variations
Color information
#4A6253 (or 0x4A6253) is known color: Feldgrau. HEX triplet: 4A, 62 and 53. RGB value is (74,98,83). Sum of RGB (Red+Green+Blue) = 74+98+83=255 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.02% from 255); Green value is 98 (38.67% from 255 or 38.43% from 255); Blue value is 83 (32.81% from 255 or 32.55% from 255); Max value from RGB is 98 - color contains mainly: green. Hex color #4A6253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6253 is #B59DAC. Grayscale: #595959. Windows color (decimal): -11902381 or 5464650. OLE color: 5464650.
HSL color Cylindrical-coordinate representation of color #4A6253: hue angle of 142.5º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4A6253 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 98 | 83 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.62 |
| HSL | 142.5º | 0.14% | 0.34% | - |
| HSV(B) | 142.5º | 0.24% | 0.38% | - |
| XYZ | 8.75 | 10.82 | 9.81 | - |
| YUV | 89.11 | 124.55 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 98 | 83 | 0.24 | 0 | 0.15 | 0.62 | 142.5 | 0.14 | 0.34 |
| Hex | 4A | 62 | 53 | 18 | 0 | F | 3E | 8E | E | 22 |
| Octal | 112 | 142 | 123 | 30 | 0 | 17 | 76 | 216 | 16 | 42 |
| Binary | 1001010 | 1100010 | 1010011 | 11000 | 0 | 1111 | 111110 | 10001110 | 1110 | 100010 |
Color Harmonies of #4A6253
Complementary color
Monochromatic Colors of #4A6253
Black with #4A6253
Text Example
Text Example
White with #4A6253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6253; }
p { color: rgb(74,98,83); }
H1.HeaderClassName
{
color: #4A6253;
}
.AnyTagClassName
{
color: #4A6253;
}
</style>
background-color css
<style>
a { background-color: #4A6253; }
a { background-color: rgb(74,98,83); }
div.DivClassName
{
background-color: #4A6253;
}
.BgClassName
{
background-color: #4A6253;
}
</style>
border-color css
<style>
span { border-color: #4A6253; }
span { border-color: rgb(74,98,83); }
td.TdClassName
{
border-color: #4A6253;
}
.TagClassName
{
border-color: #4A6253;
}
</style>