Shades of Feldgrau #455A4D
Tints of Feldgrau #455A4D
RGB
CMYK
RGB Variations
Color information
#455A4D (or 0x455A4D) is known color: Feldgrau. HEX triplet: 45, 5A and 4D. RGB value is (69,90,77). Sum of RGB (Red+Green+Blue) = 69+90+77=236 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.24% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 77 (30.47% from 255 or 32.63% from 236); Max value from RGB is 90 - color contains mainly: green. Hex color #455A4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455A4D is #BAA5B2. Grayscale: #525252. Windows color (decimal): -12232115 or 5069381. OLE color: 5069381.
HSL color Cylindrical-coordinate representation of color #455A4D: hue angle of 142.86º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #455A4D is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 90 | 77 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.65 |
| HSL | 142.86º | 0.13% | 0.31% | - |
| HSV(B) | 142.86º | 0.23% | 0.35% | - |
| XYZ | 7.45 | 9.11 | 8.39 | - |
| YUV | 82.24 | 125.04 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 90 | 77 | 0.23 | 0 | 0.14 | 0.65 | 142.86 | 0.13 | 0.31 |
| Hex | 45 | 5A | 4D | 17 | 0 | E | 41 | 8F | D | 1F |
| Octal | 105 | 132 | 115 | 27 | 0 | 16 | 101 | 217 | 15 | 37 |
| Binary | 1000101 | 1011010 | 1001101 | 10111 | 0 | 1110 | 1000001 | 10001111 | 1101 | 11111 |
Color Harmonies of #455A4D
Complementary color
Monochromatic Colors of #455A4D
Black with #455A4D
Text Example
Text Example
White with #455A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455A4D; }
p { color: rgb(69,90,77); }
H1.HeaderClassName
{
color: #455A4D;
}
.AnyTagClassName
{
color: #455A4D;
}
</style>
background-color css
<style>
a { background-color: #455A4D; }
a { background-color: rgb(69,90,77); }
div.DivClassName
{
background-color: #455A4D;
}
.BgClassName
{
background-color: #455A4D;
}
</style>
border-color css
<style>
span { border-color: #455A4D; }
span { border-color: rgb(69,90,77); }
td.TdClassName
{
border-color: #455A4D;
}
.TagClassName
{
border-color: #455A4D;
}
</style>