Shades of Feldgrau #495A4E
Tints of Feldgrau #495A4E
RGB
CMYK
RGB Variations
Color information
#495A4E (or 0x495A4E) is known color: Feldgrau. HEX triplet: 49, 5A and 4E. RGB value is (73,90,78). Sum of RGB (Red+Green+Blue) = 73+90+78=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 90 (35.55% from 255 or 37.34% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 90 - color contains mainly: green. Hex color #495A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495A4E is #B6A5B1. Grayscale: #535353. Windows color (decimal): -11969970 or 5134921. OLE color: 5134921.
HSL color Cylindrical-coordinate representation of color #495A4E: hue angle of 137.65º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #495A4E is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 90 | 78 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.65 |
| HSL | 137.65º | 0.1% | 0.32% | - |
| HSV(B) | 137.65º | 0.19% | 0.35% | - |
| XYZ | 7.78 | 9.28 | 8.59 | - |
| YUV | 83.55 | 124.87 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 90 | 78 | 0.19 | 0 | 0.13 | 0.65 | 137.65 | 0.1 | 0.32 |
| Hex | 49 | 5A | 4E | 13 | 0 | D | 41 | 8A | A | 20 |
| Octal | 111 | 132 | 116 | 23 | 0 | 15 | 101 | 212 | 12 | 40 |
| Binary | 1001001 | 1011010 | 1001110 | 10011 | 0 | 1101 | 1000001 | 10001010 | 1010 | 100000 |
Color Harmonies of #495A4E
Complementary color
Monochromatic Colors of #495A4E
Black with #495A4E
Text Example
Text Example
White with #495A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495A4E; }
p { color: rgb(73,90,78); }
H1.HeaderClassName
{
color: #495A4E;
}
.AnyTagClassName
{
color: #495A4E;
}
</style>
background-color css
<style>
a { background-color: #495A4E; }
a { background-color: rgb(73,90,78); }
div.DivClassName
{
background-color: #495A4E;
}
.BgClassName
{
background-color: #495A4E;
}
</style>
border-color css
<style>
span { border-color: #495A4E; }
span { border-color: rgb(73,90,78); }
td.TdClassName
{
border-color: #495A4E;
}
.TagClassName
{
border-color: #495A4E;
}
</style>