Shades of Feldgrau #495D4F
Tints of Feldgrau #495D4F
RGB
CMYK
RGB Variations
Color information
#495D4F (or 0x495D4F) is known color: Feldgrau. HEX triplet: 49, 5D and 4F. RGB value is (73,93,79). Sum of RGB (Red+Green+Blue) = 73+93+79=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 93 (36.72% from 255 or 37.96% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 93 - color contains mainly: green. Hex color #495D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495D4F is #B6A2B0. Grayscale: #555555. Windows color (decimal): -11969201 or 5201225. OLE color: 5201225.
HSL color Cylindrical-coordinate representation of color #495D4F: hue angle of 138º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #495D4F is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 93 | 79 | - |
| CMYK | 0.22 | 0 | 0.15 | 0.64 |
| HSL | 138º | 0.12% | 0.33% | - |
| HSV(B) | 138º | 0.22% | 0.36% | - |
| XYZ | 8.07 | 9.81 | 8.87 | - |
| YUV | 85.42 | 124.37 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 93 | 79 | 0.22 | 0 | 0.15 | 0.64 | 138 | 0.12 | 0.33 |
| Hex | 49 | 5D | 4F | 16 | 0 | F | 40 | 8A | C | 21 |
| Octal | 111 | 135 | 117 | 26 | 0 | 17 | 100 | 212 | 14 | 41 |
| Binary | 1001001 | 1011101 | 1001111 | 10110 | 0 | 1111 | 1000000 | 10001010 | 1100 | 100001 |
Color Harmonies of #495D4F
Complementary color
Monochromatic Colors of #495D4F
Black with #495D4F
Text Example
Text Example
White with #495D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495D4F; }
p { color: rgb(73,93,79); }
H1.HeaderClassName
{
color: #495D4F;
}
.AnyTagClassName
{
color: #495D4F;
}
</style>
background-color css
<style>
a { background-color: #495D4F; }
a { background-color: rgb(73,93,79); }
div.DivClassName
{
background-color: #495D4F;
}
.BgClassName
{
background-color: #495D4F;
}
</style>
border-color css
<style>
span { border-color: #495D4F; }
span { border-color: rgb(73,93,79); }
td.TdClassName
{
border-color: #495D4F;
}
.TagClassName
{
border-color: #495D4F;
}
</style>