Shades of Feldgrau #49574E
Tints of Feldgrau #49574E
RGB
CMYK
RGB Variations
Color information
#49574E (or 0x49574E) is known color: Feldgrau. HEX triplet: 49, 57 and 4E. RGB value is (73,87,78). Sum of RGB (Red+Green+Blue) = 73+87+78=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 87 (34.38% from 255 or 36.55% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 87 - color contains mainly: green. Hex color #49574E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49574E is #B6A8B1. Grayscale: #515151. Windows color (decimal): -11970738 or 5134153. OLE color: 5134153.
HSL color Cylindrical-coordinate representation of color #49574E: hue angle of 141.43º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #49574E is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 73 | 87 | 78 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.66 |
| HSL | 141.43º | 0.09% | 0.31% | - |
| HSV(B) | 141.43º | 0.16% | 0.34% | - |
| XYZ | 7.53 | 8.78 | 8.51 | - |
| YUV | 81.79 | 125.86 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 87 | 78 | 0.16 | 0 | 0.10 | 0.66 | 141.43 | 0.09 | 0.31 |
| Hex | 49 | 57 | 4E | 10 | 0 | A | 42 | 8D | 9 | 1F |
| Octal | 111 | 127 | 116 | 20 | 0 | 12 | 102 | 215 | 11 | 37 |
| Binary | 1001001 | 1010111 | 1001110 | 10000 | 0 | 1010 | 1000010 | 10001101 | 1001 | 11111 |
Color Harmonies of #49574E
Complementary color
Monochromatic Colors of #49574E
Black with #49574E
Text Example
Text Example
White with #49574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49574E; }
p { color: rgb(73,87,78); }
H1.HeaderClassName
{
color: #49574E;
}
.AnyTagClassName
{
color: #49574E;
}
</style>
background-color css
<style>
a { background-color: #49574E; }
a { background-color: rgb(73,87,78); }
div.DivClassName
{
background-color: #49574E;
}
.BgClassName
{
background-color: #49574E;
}
</style>
border-color css
<style>
span { border-color: #49574E; }
span { border-color: rgb(73,87,78); }
td.TdClassName
{
border-color: #49574E;
}
.TagClassName
{
border-color: #49574E;
}
</style>