Shades of Feldgrau #495A51
Tints of Feldgrau #495A51
RGB
CMYK
RGB Variations
Color information
#495A51 (or 0x495A51) is known color: Feldgrau. HEX triplet: 49, 5A and 51. RGB value is (73,90,81). Sum of RGB (Red+Green+Blue) = 73+90+81=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 90 (35.55% from 255 or 36.89% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 90 - color contains mainly: green. Hex color #495A51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495A51 is #B6A5AE. Grayscale: #535353. Windows color (decimal): -11969967 or 5331529. OLE color: 5331529.
HSL color Cylindrical-coordinate representation of color #495A51: hue angle of 148.24º 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 #495A51 is Cyan = 0.19, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 90 | 81 | - |
| CMYK | 0.19 | 0 | 0.1 | 0.65 |
| HSL | 148.24º | 0.1% | 0.32% | - |
| HSV(B) | 148.24º | 0.19% | 0.35% | - |
| XYZ | 7.89 | 9.32 | 9.17 | - |
| YUV | 83.89 | 126.37 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 90 | 81 | 0.19 | 0 | 0.1 | 0.65 | 148.24 | 0.1 | 0.32 |
| Hex | 49 | 5A | 51 | 13 | 0 | A | 41 | 94 | A | 20 |
| Octal | 111 | 132 | 121 | 23 | 0 | 12 | 101 | 224 | 12 | 40 |
| Binary | 1001001 | 1011010 | 1010001 | 10011 | 0 | 1010 | 1000001 | 10010100 | 1010 | 100000 |
Color Harmonies of #495A51
Complementary color
Monochromatic Colors of #495A51
Black with #495A51
Text Example
Text Example
White with #495A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495A51; }
p { color: rgb(73,90,81); }
H1.HeaderClassName
{
color: #495A51;
}
.AnyTagClassName
{
color: #495A51;
}
</style>
background-color css
<style>
a { background-color: #495A51; }
a { background-color: rgb(73,90,81); }
div.DivClassName
{
background-color: #495A51;
}
.BgClassName
{
background-color: #495A51;
}
</style>
border-color css
<style>
span { border-color: #495A51; }
span { border-color: rgb(73,90,81); }
td.TdClassName
{
border-color: #495A51;
}
.TagClassName
{
border-color: #495A51;
}
</style>