Shades of Feldgrau #455D4C
Tints of Feldgrau #455D4C
RGB
CMYK
RGB Variations
Color information
#455D4C (or 0x455D4C) is known color: Feldgrau. HEX triplet: 45, 5D and 4C. RGB value is (69,93,76). Sum of RGB (Red+Green+Blue) = 69+93+76=238 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.99% from 238); Green value is 93 (36.72% from 255 or 39.08% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 93 - color contains mainly: green. Hex color #455D4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455D4C is #BAA2B3. Grayscale: #535353. Windows color (decimal): -12231348 or 5004613. OLE color: 5004613.
HSL color Cylindrical-coordinate representation of color #455D4C: hue angle of 137.5º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #455D4C is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 93 | 76 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.64 |
| HSL | 137.5º | 0.15% | 0.32% | - |
| HSV(B) | 137.5º | 0.26% | 0.36% | - |
| XYZ | 7.67 | 9.62 | 8.29 | - |
| YUV | 83.89 | 123.55 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 93 | 76 | 0.26 | 0 | 0.18 | 0.64 | 137.5 | 0.15 | 0.32 |
| Hex | 45 | 5D | 4C | 1A | 0 | 12 | 40 | 8A | F | 20 |
| Octal | 105 | 135 | 114 | 32 | 0 | 22 | 100 | 212 | 17 | 40 |
| Binary | 1000101 | 1011101 | 1001100 | 11010 | 0 | 10010 | 1000000 | 10001010 | 1111 | 100000 |
Color Harmonies of #455D4C
Complementary color
Monochromatic Colors of #455D4C
Black with #455D4C
Text Example
Text Example
White with #455D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455D4C; }
p { color: rgb(69,93,76); }
H1.HeaderClassName
{
color: #455D4C;
}
.AnyTagClassName
{
color: #455D4C;
}
</style>
background-color css
<style>
a { background-color: #455D4C; }
a { background-color: rgb(69,93,76); }
div.DivClassName
{
background-color: #455D4C;
}
.BgClassName
{
background-color: #455D4C;
}
</style>
border-color css
<style>
span { border-color: #455D4C; }
span { border-color: rgb(69,93,76); }
td.TdClassName
{
border-color: #455D4C;
}
.TagClassName
{
border-color: #455D4C;
}
</style>