Shades of Feldgrau #4A6053
Tints of Feldgrau #4A6053
RGB
CMYK
RGB Variations
Color information
#4A6053 (or 0x4A6053) is known color: Feldgrau. HEX triplet: 4A, 60 and 53. RGB value is (74,96,83). Sum of RGB (Red+Green+Blue) = 74+96+83=253 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.25% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 96 - color contains mainly: green. Hex color #4A6053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6053 is #B59FAC. Grayscale: #575757. Windows color (decimal): -11902893 or 5464138. OLE color: 5464138.
HSL color Cylindrical-coordinate representation of color #4A6053: hue angle of 144.55º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4A6053 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 96 | 83 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.62 |
| HSL | 144.55º | 0.13% | 0.33% | - |
| HSV(B) | 144.55º | 0.23% | 0.38% | - |
| XYZ | 8.57 | 10.45 | 9.75 | - |
| YUV | 87.94 | 125.21 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 96 | 83 | 0.23 | 0 | 0.14 | 0.62 | 144.55 | 0.13 | 0.33 |
| Hex | 4A | 60 | 53 | 17 | 0 | E | 3E | 91 | D | 21 |
| Octal | 112 | 140 | 123 | 27 | 0 | 16 | 76 | 221 | 15 | 41 |
| Binary | 1001010 | 1100000 | 1010011 | 10111 | 0 | 1110 | 111110 | 10010001 | 1101 | 100001 |
Color Harmonies of #4A6053
Complementary color
Monochromatic Colors of #4A6053
Black with #4A6053
Text Example
Text Example
White with #4A6053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6053; }
p { color: rgb(74,96,83); }
H1.HeaderClassName
{
color: #4A6053;
}
.AnyTagClassName
{
color: #4A6053;
}
</style>
background-color css
<style>
a { background-color: #4A6053; }
a { background-color: rgb(74,96,83); }
div.DivClassName
{
background-color: #4A6053;
}
.BgClassName
{
background-color: #4A6053;
}
</style>
border-color css
<style>
span { border-color: #4A6053; }
span { border-color: rgb(74,96,83); }
td.TdClassName
{
border-color: #4A6053;
}
.TagClassName
{
border-color: #4A6053;
}
</style>