Shades of Feldgrau #495B4E
Tints of Feldgrau #495B4E
RGB
CMYK
RGB Variations
Color information
#495B4E (or 0x495B4E) is known color: Feldgrau. HEX triplet: 49, 5B and 4E. RGB value is (73,91,78). Sum of RGB (Red+Green+Blue) = 73+91+78=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 91 (35.94% from 255 or 37.60% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 91 - color contains mainly: green. Hex color #495B4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495B4E is #B6A4B1. Grayscale: #545454. Windows color (decimal): -11969714 or 5135177. OLE color: 5135177.
HSL color Cylindrical-coordinate representation of color #495B4E: hue angle of 136.67º 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 #495B4E is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 91 | 78 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.64 |
| HSL | 136.67º | 0.11% | 0.32% | - |
| HSV(B) | 136.67º | 0.2% | 0.36% | - |
| XYZ | 7.86 | 9.45 | 8.62 | - |
| YUV | 84.14 | 124.54 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 91 | 78 | 0.20 | 0 | 0.14 | 0.64 | 136.67 | 0.11 | 0.32 |
| Hex | 49 | 5B | 4E | 14 | 0 | E | 40 | 89 | B | 20 |
| Octal | 111 | 133 | 116 | 24 | 0 | 16 | 100 | 211 | 13 | 40 |
| Binary | 1001001 | 1011011 | 1001110 | 10100 | 0 | 1110 | 1000000 | 10001001 | 1011 | 100000 |
Color Harmonies of #495B4E
Complementary color
Monochromatic Colors of #495B4E
Black with #495B4E
Text Example
Text Example
White with #495B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495B4E; }
p { color: rgb(73,91,78); }
H1.HeaderClassName
{
color: #495B4E;
}
.AnyTagClassName
{
color: #495B4E;
}
</style>
background-color css
<style>
a { background-color: #495B4E; }
a { background-color: rgb(73,91,78); }
div.DivClassName
{
background-color: #495B4E;
}
.BgClassName
{
background-color: #495B4E;
}
</style>
border-color css
<style>
span { border-color: #495B4E; }
span { border-color: rgb(73,91,78); }
td.TdClassName
{
border-color: #495B4E;
}
.TagClassName
{
border-color: #495B4E;
}
</style>