Shades of Feldgrau #40664E
Tints of Feldgrau #40664E
RGB
CMYK
RGB Variations
Color information
#40664E (or 0x40664E) is known color: Feldgrau. HEX triplet: 40, 66 and 4E. RGB value is (64,102,78). Sum of RGB (Red+Green+Blue) = 64+102+78=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 102 (40.23% from 255 or 41.80% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 102 - color contains mainly: green. Hex color #40664E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40664E is #BF99B1. Grayscale: #575757. Windows color (decimal): -12556722 or 5137984. OLE color: 5137984.
HSL color Cylindrical-coordinate representation of color #40664E: hue angle of 142.11º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #40664E is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 64 | 102 | 78 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.6 |
| HSL | 142.11º | 0.23% | 0.33% | - |
| HSV(B) | 142.11º | 0.37% | 0.4% | - |
| XYZ | 8.24 | 11.14 | 8.92 | - |
| YUV | 87.9 | 122.41 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 102 | 78 | 0.37 | 0 | 0.24 | 0.6 | 142.11 | 0.23 | 0.33 |
| Hex | 40 | 66 | 4E | 25 | 0 | 18 | 3C | 8E | 17 | 21 |
| Octal | 100 | 146 | 116 | 45 | 0 | 30 | 74 | 216 | 27 | 41 |
| Binary | 1000000 | 1100110 | 1001110 | 100101 | 0 | 11000 | 111100 | 10001110 | 10111 | 100001 |
Color Harmonies of #40664E
Complementary color
Monochromatic Colors of #40664E
Black with #40664E
Text Example
Text Example
White with #40664E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40664E; }
p { color: rgb(64,102,78); }
H1.HeaderClassName
{
color: #40664E;
}
.AnyTagClassName
{
color: #40664E;
}
</style>
background-color css
<style>
a { background-color: #40664E; }
a { background-color: rgb(64,102,78); }
div.DivClassName
{
background-color: #40664E;
}
.BgClassName
{
background-color: #40664E;
}
</style>
border-color css
<style>
span { border-color: #40664E; }
span { border-color: rgb(64,102,78); }
td.TdClassName
{
border-color: #40664E;
}
.TagClassName
{
border-color: #40664E;
}
</style>