Shades of Feldgrau #466251
Tints of Feldgrau #466251
RGB
CMYK
RGB Variations
Color information
#466251 (or 0x466251) is known color: Feldgrau. HEX triplet: 46, 62 and 51. RGB value is (70,98,81). Sum of RGB (Red+Green+Blue) = 70+98+81=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 81 (32.03% from 255 or 32.53% from 249); Max value from RGB is 98 - color contains mainly: green. Hex color #466251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466251 is #B99DAE. Grayscale: #575757. Windows color (decimal): -12164527 or 5333574. OLE color: 5333574.
HSL color Cylindrical-coordinate representation of color #466251: hue angle of 143.57º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #466251 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 98 | 81 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.62 |
| HSL | 143.57º | 0.17% | 0.33% | - |
| HSV(B) | 143.57º | 0.29% | 0.38% | - |
| XYZ | 8.38 | 10.63 | 9.4 | - |
| YUV | 87.69 | 124.22 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 98 | 81 | 0.29 | 0 | 0.17 | 0.62 | 143.57 | 0.17 | 0.33 |
| Hex | 46 | 62 | 51 | 1D | 0 | 11 | 3E | 90 | 11 | 21 |
| Octal | 106 | 142 | 121 | 35 | 0 | 21 | 76 | 220 | 21 | 41 |
| Binary | 1000110 | 1100010 | 1010001 | 11101 | 0 | 10001 | 111110 | 10010000 | 10001 | 100001 |
Color Harmonies of #466251
Complementary color
Monochromatic Colors of #466251
Black with #466251
Text Example
Text Example
White with #466251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466251; }
p { color: rgb(70,98,81); }
H1.HeaderClassName
{
color: #466251;
}
.AnyTagClassName
{
color: #466251;
}
</style>
background-color css
<style>
a { background-color: #466251; }
a { background-color: rgb(70,98,81); }
div.DivClassName
{
background-color: #466251;
}
.BgClassName
{
background-color: #466251;
}
</style>
border-color css
<style>
span { border-color: #466251; }
span { border-color: rgb(70,98,81); }
td.TdClassName
{
border-color: #466251;
}
.TagClassName
{
border-color: #466251;
}
</style>