Shades of Feldgrau #455C4F
Tints of Feldgrau #455C4F
RGB
CMYK
RGB Variations
Color information
#455C4F (or 0x455C4F) is known color: Feldgrau. HEX triplet: 45, 5C and 4F. RGB value is (69,92,79). Sum of RGB (Red+Green+Blue) = 69+92+79=240 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.75% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 92 - color contains mainly: green. Hex color #455C4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455C4F is #BAA3B0. Grayscale: #535353. Windows color (decimal): -12231601 or 5200965. OLE color: 5200965.
HSL color Cylindrical-coordinate representation of color #455C4F: hue angle of 146.09º 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 #455C4F is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 92 | 79 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.64 |
| HSL | 146.09º | 0.14% | 0.32% | - |
| HSV(B) | 146.09º | 0.25% | 0.36% | - |
| XYZ | 7.69 | 9.48 | 8.82 | - |
| YUV | 83.64 | 125.38 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 92 | 79 | 0.25 | 0 | 0.14 | 0.64 | 146.09 | 0.14 | 0.32 |
| Hex | 45 | 5C | 4F | 19 | 0 | E | 40 | 92 | E | 20 |
| Octal | 105 | 134 | 117 | 31 | 0 | 16 | 100 | 222 | 16 | 40 |
| Binary | 1000101 | 1011100 | 1001111 | 11001 | 0 | 1110 | 1000000 | 10010010 | 1110 | 100000 |
Color Harmonies of #455C4F
Complementary color
Monochromatic Colors of #455C4F
Black with #455C4F
Text Example
Text Example
White with #455C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455C4F; }
p { color: rgb(69,92,79); }
H1.HeaderClassName
{
color: #455C4F;
}
.AnyTagClassName
{
color: #455C4F;
}
</style>
background-color css
<style>
a { background-color: #455C4F; }
a { background-color: rgb(69,92,79); }
div.DivClassName
{
background-color: #455C4F;
}
.BgClassName
{
background-color: #455C4F;
}
</style>
border-color css
<style>
span { border-color: #455C4F; }
span { border-color: rgb(69,92,79); }
td.TdClassName
{
border-color: #455C4F;
}
.TagClassName
{
border-color: #455C4F;
}
</style>