Shades of Feldgrau #466252
Tints of Feldgrau #466252
RGB
CMYK
RGB Variations
Color information
#466252 (or 0x466252) is known color: Feldgrau. HEX triplet: 46, 62 and 52. RGB value is (70,98,82). Sum of RGB (Red+Green+Blue) = 70+98+82=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 98 (38.67% from 255 or 39.2% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 98 - color contains mainly: green. Hex color #466252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466252 is #B99DAD. Grayscale: #575757. Windows color (decimal): -12164526 or 5399110. OLE color: 5399110.
HSL color Cylindrical-coordinate representation of color #466252: hue angle of 145.71º 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 #466252 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 98 | 82 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.62 |
| HSL | 145.71º | 0.17% | 0.33% | - |
| HSV(B) | 145.71º | 0.29% | 0.38% | - |
| XYZ | 8.42 | 10.65 | 9.59 | - |
| YUV | 87.8 | 124.72 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 98 | 82 | 0.29 | 0 | 0.16 | 0.62 | 145.71 | 0.17 | 0.33 |
| Hex | 46 | 62 | 52 | 1D | 0 | 10 | 3E | 92 | 11 | 21 |
| Octal | 106 | 142 | 122 | 35 | 0 | 20 | 76 | 222 | 21 | 41 |
| Binary | 1000110 | 1100010 | 1010010 | 11101 | 0 | 10000 | 111110 | 10010010 | 10001 | 100001 |
Color Harmonies of #466252
Complementary color
Monochromatic Colors of #466252
Black with #466252
Text Example
Text Example
White with #466252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466252; }
p { color: rgb(70,98,82); }
H1.HeaderClassName
{
color: #466252;
}
.AnyTagClassName
{
color: #466252;
}
</style>
background-color css
<style>
a { background-color: #466252; }
a { background-color: rgb(70,98,82); }
div.DivClassName
{
background-color: #466252;
}
.BgClassName
{
background-color: #466252;
}
</style>
border-color css
<style>
span { border-color: #466252; }
span { border-color: rgb(70,98,82); }
td.TdClassName
{
border-color: #466252;
}
.TagClassName
{
border-color: #466252;
}
</style>