Shades of Feldgrau #455849
Tints of Feldgrau #455849
RGB
CMYK
RGB Variations
Color information
#455849 (or 0x455849) is known color: Feldgrau. HEX triplet: 45, 58 and 49. RGB value is (69,88,73). Sum of RGB (Red+Green+Blue) = 69+88+73=230 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30% from 230); Green value is 88 (34.77% from 255 or 38.26% from 230); Blue value is 73 (28.91% from 255 or 31.74% from 230); Max value from RGB is 88 - color contains mainly: green. Hex color #455849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455849 is #BAA7B6. Grayscale: #505050. Windows color (decimal): -12232631 or 4806725. OLE color: 4806725.
HSL color Cylindrical-coordinate representation of color #455849: hue angle of 132.63º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #455849 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 88 | 73 | - |
| CMYK | 0.22 | 0 | 0.17 | 0.65 |
| HSL | 132.63º | 0.12% | 0.31% | - |
| HSV(B) | 132.63º | 0.22% | 0.35% | - |
| XYZ | 7.15 | 8.73 | 7.61 | - |
| YUV | 80.61 | 123.71 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 88 | 73 | 0.22 | 0 | 0.17 | 0.65 | 132.63 | 0.12 | 0.31 |
| Hex | 45 | 58 | 49 | 16 | 0 | 11 | 41 | 85 | C | 1F |
| Octal | 105 | 130 | 111 | 26 | 0 | 21 | 101 | 205 | 14 | 37 |
| Binary | 1000101 | 1011000 | 1001001 | 10110 | 0 | 10001 | 1000001 | 10000101 | 1100 | 11111 |
Color Harmonies of #455849
Complementary color
Monochromatic Colors of #455849
Black with #455849
Text Example
Text Example
White with #455849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455849; }
p { color: rgb(69,88,73); }
H1.HeaderClassName
{
color: #455849;
}
.AnyTagClassName
{
color: #455849;
}
</style>
background-color css
<style>
a { background-color: #455849; }
a { background-color: rgb(69,88,73); }
div.DivClassName
{
background-color: #455849;
}
.BgClassName
{
background-color: #455849;
}
</style>
border-color css
<style>
span { border-color: #455849; }
span { border-color: rgb(69,88,73); }
td.TdClassName
{
border-color: #455849;
}
.TagClassName
{
border-color: #455849;
}
</style>