Shades of Feldgrau #455B4E
Tints of Feldgrau #455B4E
RGB
CMYK
RGB Variations
Color information
#455B4E (or 0x455B4E) is known color: Feldgrau. HEX triplet: 45, 5B and 4E. RGB value is (69,91,78). Sum of RGB (Red+Green+Blue) = 69+91+78=238 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.99% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 91 - color contains mainly: green. Hex color #455B4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455B4E is #BAA4B1. Grayscale: #525252. Windows color (decimal): -12231858 or 5135173. OLE color: 5135173.
HSL color Cylindrical-coordinate representation of color #455B4E: hue angle of 144.55º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #455B4E is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 91 | 78 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.64 |
| HSL | 144.55º | 0.14% | 0.31% | - |
| HSV(B) | 144.55º | 0.24% | 0.36% | - |
| XYZ | 7.57 | 9.3 | 8.6 | - |
| YUV | 82.94 | 125.21 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 91 | 78 | 0.24 | 0 | 0.14 | 0.64 | 144.55 | 0.14 | 0.31 |
| Hex | 45 | 5B | 4E | 18 | 0 | E | 40 | 91 | E | 1F |
| Octal | 105 | 133 | 116 | 30 | 0 | 16 | 100 | 221 | 16 | 37 |
| Binary | 1000101 | 1011011 | 1001110 | 11000 | 0 | 1110 | 1000000 | 10010001 | 1110 | 11111 |
Color Harmonies of #455B4E
Complementary color
Monochromatic Colors of #455B4E
Black with #455B4E
Text Example
Text Example
White with #455B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455B4E; }
p { color: rgb(69,91,78); }
H1.HeaderClassName
{
color: #455B4E;
}
.AnyTagClassName
{
color: #455B4E;
}
</style>
background-color css
<style>
a { background-color: #455B4E; }
a { background-color: rgb(69,91,78); }
div.DivClassName
{
background-color: #455B4E;
}
.BgClassName
{
background-color: #455B4E;
}
</style>
border-color css
<style>
span { border-color: #455B4E; }
span { border-color: rgb(69,91,78); }
td.TdClassName
{
border-color: #455B4E;
}
.TagClassName
{
border-color: #455B4E;
}
</style>