Shades of Feldgrau #454E48
Tints of Feldgrau #454E48
RGB
CMYK
RGB Variations
Color information
#454E48 (or 0x454E48) is known color: Feldgrau. HEX triplet: 45, 4E and 48. RGB value is (69,78,72). Sum of RGB (Red+Green+Blue) = 69+78+72=219 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.51% from 219); Green value is 78 (30.86% from 255 or 35.62% from 219); Blue value is 72 (28.52% from 255 or 32.88% from 219); Max value from RGB is 78 - color contains mainly: green. Hex color #454E48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454E48 is #BAB1B7. Grayscale: #4A4A4A. Windows color (decimal): -12235192 or 4738629. OLE color: 4738629.
HSL color Cylindrical-coordinate representation of color #454E48: hue angle of 140º degrees, saturation: 0.06, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #454E48 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 78 | 72 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.69 |
| HSL | 140º | 0.06% | 0.29% | - |
| HSV(B) | 140º | 0.12% | 0.31% | - |
| XYZ | 6.35 | 7.18 | 7.18 | - |
| YUV | 74.63 | 126.52 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 78 | 72 | 0.12 | 0 | 0.08 | 0.69 | 140 | 0.06 | 0.29 |
| Hex | 45 | 4E | 48 | C | 0 | 8 | 45 | 8C | 6 | 1D |
| Octal | 105 | 116 | 110 | 14 | 0 | 10 | 105 | 214 | 6 | 35 |
| Binary | 1000101 | 1001110 | 1001000 | 1100 | 0 | 1000 | 1000101 | 10001100 | 110 | 11101 |
Color Harmonies of #454E48
Complementary color
Monochromatic Colors of #454E48
Black with #454E48
Text Example
Text Example
White with #454E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454E48; }
p { color: rgb(69,78,72); }
H1.HeaderClassName
{
color: #454E48;
}
.AnyTagClassName
{
color: #454E48;
}
</style>
background-color css
<style>
a { background-color: #454E48; }
a { background-color: rgb(69,78,72); }
div.DivClassName
{
background-color: #454E48;
}
.BgClassName
{
background-color: #454E48;
}
</style>
border-color css
<style>
span { border-color: #454E48; }
span { border-color: rgb(69,78,72); }
td.TdClassName
{
border-color: #454E48;
}
.TagClassName
{
border-color: #454E48;
}
</style>