Shades of Feldgrau #455C4E
Tints of Feldgrau #455C4E
RGB
CMYK
RGB Variations
Color information
#455C4E (or 0x455C4E) is known color: Feldgrau. HEX triplet: 45, 5C and 4E. RGB value is (69,92,78). Sum of RGB (Red+Green+Blue) = 69+92+78=239 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.87% from 239); Green value is 92 (36.33% from 255 or 38.49% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 92 - color contains mainly: green. Hex color #455C4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455C4E is #BAA3B1. Grayscale: #535353. Windows color (decimal): -12231602 or 5135429. OLE color: 5135429.
HSL color Cylindrical-coordinate representation of color #455C4E: hue angle of 143.48º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #455C4E is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 92 | 78 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.64 |
| HSL | 143.48º | 0.14% | 0.32% | - |
| HSV(B) | 143.48º | 0.25% | 0.36% | - |
| XYZ | 7.66 | 9.47 | 8.63 | - |
| YUV | 83.53 | 124.88 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 92 | 78 | 0.25 | 0 | 0.15 | 0.64 | 143.48 | 0.14 | 0.32 |
| Hex | 45 | 5C | 4E | 19 | 0 | F | 40 | 8F | E | 20 |
| Octal | 105 | 134 | 116 | 31 | 0 | 17 | 100 | 217 | 16 | 40 |
| Binary | 1000101 | 1011100 | 1001110 | 11001 | 0 | 1111 | 1000000 | 10001111 | 1110 | 100000 |
Color Harmonies of #455C4E
Complementary color
Monochromatic Colors of #455C4E
Black with #455C4E
Text Example
Text Example
White with #455C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455C4E; }
p { color: rgb(69,92,78); }
H1.HeaderClassName
{
color: #455C4E;
}
.AnyTagClassName
{
color: #455C4E;
}
</style>
background-color css
<style>
a { background-color: #455C4E; }
a { background-color: rgb(69,92,78); }
div.DivClassName
{
background-color: #455C4E;
}
.BgClassName
{
background-color: #455C4E;
}
</style>
border-color css
<style>
span { border-color: #455C4E; }
span { border-color: rgb(69,92,78); }
td.TdClassName
{
border-color: #455C4E;
}
.TagClassName
{
border-color: #455C4E;
}
</style>