Shades of Feldgrau #49594E
Tints of Feldgrau #49594E
RGB
CMYK
RGB Variations
Color information
#49594E (or 0x49594E) is known color: Feldgrau. HEX triplet: 49, 59 and 4E. RGB value is (73,89,78). Sum of RGB (Red+Green+Blue) = 73+89+78=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 89 - color contains mainly: green. Hex color #49594E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49594E is #B6A6B1. Grayscale: #525252. Windows color (decimal): -11970226 or 5134665. OLE color: 5134665.
HSL color Cylindrical-coordinate representation of color #49594E: hue angle of 138.75º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #49594E is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 89 | 78 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.65 |
| HSL | 138.75º | 0.1% | 0.32% | - |
| HSV(B) | 138.75º | 0.18% | 0.35% | - |
| XYZ | 7.7 | 9.11 | 8.56 | - |
| YUV | 82.96 | 125.2 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 89 | 78 | 0.18 | 0 | 0.12 | 0.65 | 138.75 | 0.1 | 0.32 |
| Hex | 49 | 59 | 4E | 12 | 0 | C | 41 | 8B | A | 20 |
| Octal | 111 | 131 | 116 | 22 | 0 | 14 | 101 | 213 | 12 | 40 |
| Binary | 1001001 | 1011001 | 1001110 | 10010 | 0 | 1100 | 1000001 | 10001011 | 1010 | 100000 |
Color Harmonies of #49594E
Complementary color
Monochromatic Colors of #49594E
Black with #49594E
Text Example
Text Example
White with #49594E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49594E; }
p { color: rgb(73,89,78); }
H1.HeaderClassName
{
color: #49594E;
}
.AnyTagClassName
{
color: #49594E;
}
</style>
background-color css
<style>
a { background-color: #49594E; }
a { background-color: rgb(73,89,78); }
div.DivClassName
{
background-color: #49594E;
}
.BgClassName
{
background-color: #49594E;
}
</style>
border-color css
<style>
span { border-color: #49594E; }
span { border-color: rgb(73,89,78); }
td.TdClassName
{
border-color: #49594E;
}
.TagClassName
{
border-color: #49594E;
}
</style>