Shades of Feldgrau #495B50
Tints of Feldgrau #495B50
RGB
CMYK
RGB Variations
Color information
#495B50 (or 0x495B50) is known color: Feldgrau. HEX triplet: 49, 5B and 50. RGB value is (73,91,80). Sum of RGB (Red+Green+Blue) = 73+91+80=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 91 (35.94% from 255 or 37.30% from 244); Blue value is 80 (31.64% from 255 or 32.79% from 244); Max value from RGB is 91 - color contains mainly: green. Hex color #495B50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495B50 is #B6A4AF. Grayscale: #545454. Windows color (decimal): -11969712 or 5266249. OLE color: 5266249.
HSL color Cylindrical-coordinate representation of color #495B50: hue angle of 143.33º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #495B50 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 91 | 80 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.64 |
| HSL | 143.33º | 0.11% | 0.32% | - |
| HSV(B) | 143.33º | 0.2% | 0.36% | - |
| XYZ | 7.94 | 9.48 | 9 | - |
| YUV | 84.36 | 125.54 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 91 | 80 | 0.20 | 0 | 0.12 | 0.64 | 143.33 | 0.11 | 0.32 |
| Hex | 49 | 5B | 50 | 14 | 0 | C | 40 | 8F | B | 20 |
| Octal | 111 | 133 | 120 | 24 | 0 | 14 | 100 | 217 | 13 | 40 |
| Binary | 1001001 | 1011011 | 1010000 | 10100 | 0 | 1100 | 1000000 | 10001111 | 1011 | 100000 |
Color Harmonies of #495B50
Complementary color
Monochromatic Colors of #495B50
Black with #495B50
Text Example
Text Example
White with #495B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495B50; }
p { color: rgb(73,91,80); }
H1.HeaderClassName
{
color: #495B50;
}
.AnyTagClassName
{
color: #495B50;
}
</style>
background-color css
<style>
a { background-color: #495B50; }
a { background-color: rgb(73,91,80); }
div.DivClassName
{
background-color: #495B50;
}
.BgClassName
{
background-color: #495B50;
}
</style>
border-color css
<style>
span { border-color: #495B50; }
span { border-color: rgb(73,91,80); }
td.TdClassName
{
border-color: #495B50;
}
.TagClassName
{
border-color: #495B50;
}
</style>