Shades of Feldgrau #4A5F53
Tints of Feldgrau #4A5F53
RGB
CMYK
RGB Variations
Color information
#4A5F53 (or 0x4A5F53) is known color: Feldgrau. HEX triplet: 4A, 5F and 53. RGB value is (74,95,83). Sum of RGB (Red+Green+Blue) = 74+95+83=252 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.37% from 252); Green value is 95 (37.5% from 255 or 37.70% from 252); Blue value is 83 (32.81% from 255 or 32.94% from 252); Max value from RGB is 95 - color contains mainly: green. Hex color #4A5F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5F53 is #B5A0AC. Grayscale: #575757. Windows color (decimal): -11903149 or 5463882. OLE color: 5463882.
HSL color Cylindrical-coordinate representation of color #4A5F53: hue angle of 145.71º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4A5F53 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 74 | 95 | 83 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.63 |
| HSL | 145.71º | 0.12% | 0.33% | - |
| HSV(B) | 145.71º | 0.22% | 0.37% | - |
| XYZ | 8.48 | 10.26 | 9.72 | - |
| YUV | 87.35 | 125.54 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 95 | 83 | 0.22 | 0 | 0.13 | 0.63 | 145.71 | 0.12 | 0.33 |
| Hex | 4A | 5F | 53 | 16 | 0 | D | 3F | 92 | C | 21 |
| Octal | 112 | 137 | 123 | 26 | 0 | 15 | 77 | 222 | 14 | 41 |
| Binary | 1001010 | 1011111 | 1010011 | 10110 | 0 | 1101 | 111111 | 10010010 | 1100 | 100001 |
Color Harmonies of #4A5F53
Complementary color
Monochromatic Colors of #4A5F53
Black with #4A5F53
Text Example
Text Example
White with #4A5F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5F53; }
p { color: rgb(74,95,83); }
H1.HeaderClassName
{
color: #4A5F53;
}
.AnyTagClassName
{
color: #4A5F53;
}
</style>
background-color css
<style>
a { background-color: #4A5F53; }
a { background-color: rgb(74,95,83); }
div.DivClassName
{
background-color: #4A5F53;
}
.BgClassName
{
background-color: #4A5F53;
}
</style>
border-color css
<style>
span { border-color: #4A5F53; }
span { border-color: rgb(74,95,83); }
td.TdClassName
{
border-color: #4A5F53;
}
.TagClassName
{
border-color: #4A5F53;
}
</style>