Shades of Feldgrau #455B4D
Tints of Feldgrau #455B4D
RGB
CMYK
RGB Variations
Color information
#455B4D (or 0x455B4D) is known color: Feldgrau. HEX triplet: 45, 5B and 4D. RGB value is (69,91,77). Sum of RGB (Red+Green+Blue) = 69+91+77=237 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.11% from 237); Green value is 91 (35.94% from 255 or 38.40% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 91 - color contains mainly: green. Hex color #455B4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455B4D is #BAA4B2. Grayscale: #525252. Windows color (decimal): -12231859 or 5069637. OLE color: 5069637.
HSL color Cylindrical-coordinate representation of color #455B4D: hue angle of 141.82º 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 #455B4D is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 91 | 77 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.64 |
| HSL | 141.82º | 0.14% | 0.31% | - |
| HSV(B) | 141.82º | 0.24% | 0.36% | - |
| XYZ | 7.53 | 9.28 | 8.42 | - |
| YUV | 82.83 | 124.71 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 91 | 77 | 0.24 | 0 | 0.15 | 0.64 | 141.82 | 0.14 | 0.31 |
| Hex | 45 | 5B | 4D | 18 | 0 | F | 40 | 8E | E | 1F |
| Octal | 105 | 133 | 115 | 30 | 0 | 17 | 100 | 216 | 16 | 37 |
| Binary | 1000101 | 1011011 | 1001101 | 11000 | 0 | 1111 | 1000000 | 10001110 | 1110 | 11111 |
Color Harmonies of #455B4D
Complementary color
Monochromatic Colors of #455B4D
Black with #455B4D
Text Example
Text Example
White with #455B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455B4D; }
p { color: rgb(69,91,77); }
H1.HeaderClassName
{
color: #455B4D;
}
.AnyTagClassName
{
color: #455B4D;
}
</style>
background-color css
<style>
a { background-color: #455B4D; }
a { background-color: rgb(69,91,77); }
div.DivClassName
{
background-color: #455B4D;
}
.BgClassName
{
background-color: #455B4D;
}
</style>
border-color css
<style>
span { border-color: #455B4D; }
span { border-color: rgb(69,91,77); }
td.TdClassName
{
border-color: #455B4D;
}
.TagClassName
{
border-color: #455B4D;
}
</style>