Shades of Feldgrau #455D4B
Tints of Feldgrau #455D4B
RGB
CMYK
RGB Variations
Color information
#455D4B (or 0x455D4B) is known color: Feldgrau. HEX triplet: 45, 5D and 4B. RGB value is (69,93,75). Sum of RGB (Red+Green+Blue) = 69+93+75=237 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.11% from 237); Green value is 93 (36.72% from 255 or 39.24% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 93 - color contains mainly: green. Hex color #455D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455D4B is #BAA2B4. Grayscale: #535353. Windows color (decimal): -12231349 or 4939077. OLE color: 4939077.
HSL color Cylindrical-coordinate representation of color #455D4B: hue angle of 135º 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 #455D4B is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 93 | 75 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.64 |
| HSL | 135º | 0.15% | 0.32% | - |
| HSV(B) | 135º | 0.26% | 0.36% | - |
| XYZ | 7.64 | 9.6 | 8.11 | - |
| YUV | 83.77 | 123.05 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 93 | 75 | 0.26 | 0 | 0.19 | 0.64 | 135 | 0.15 | 0.32 |
| Hex | 45 | 5D | 4B | 1A | 0 | 13 | 40 | 87 | F | 20 |
| Octal | 105 | 135 | 113 | 32 | 0 | 23 | 100 | 207 | 17 | 40 |
| Binary | 1000101 | 1011101 | 1001011 | 11010 | 0 | 10011 | 1000000 | 10000111 | 1111 | 100000 |
Color Harmonies of #455D4B
Complementary color
Monochromatic Colors of #455D4B
Black with #455D4B
Text Example
Text Example
White with #455D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455D4B; }
p { color: rgb(69,93,75); }
H1.HeaderClassName
{
color: #455D4B;
}
.AnyTagClassName
{
color: #455D4B;
}
</style>
background-color css
<style>
a { background-color: #455D4B; }
a { background-color: rgb(69,93,75); }
div.DivClassName
{
background-color: #455D4B;
}
.BgClassName
{
background-color: #455D4B;
}
</style>
border-color css
<style>
span { border-color: #455D4B; }
span { border-color: rgb(69,93,75); }
td.TdClassName
{
border-color: #455D4B;
}
.TagClassName
{
border-color: #455D4B;
}
</style>