Shades of Feldgrau #466250
Tints of Feldgrau #466250
RGB
CMYK
RGB Variations
Color information
#466250 (or 0x466250) is known color: Feldgrau. HEX triplet: 46, 62 and 50. RGB value is (70,98,80). Sum of RGB (Red+Green+Blue) = 70+98+80=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 98 - color contains mainly: green. Hex color #466250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466250 is #B99DAF. Grayscale: #575757. Windows color (decimal): -12164528 or 5268038. OLE color: 5268038.
HSL color Cylindrical-coordinate representation of color #466250: hue angle of 141.43º 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 #466250 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 98 | 80 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.62 |
| HSL | 141.43º | 0.17% | 0.33% | - |
| HSV(B) | 141.43º | 0.29% | 0.38% | - |
| XYZ | 8.34 | 10.62 | 9.2 | - |
| YUV | 87.58 | 123.72 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 98 | 80 | 0.29 | 0 | 0.18 | 0.62 | 141.43 | 0.17 | 0.33 |
| Hex | 46 | 62 | 50 | 1D | 0 | 12 | 3E | 8D | 11 | 21 |
| Octal | 106 | 142 | 120 | 35 | 0 | 22 | 76 | 215 | 21 | 41 |
| Binary | 1000110 | 1100010 | 1010000 | 11101 | 0 | 10010 | 111110 | 10001101 | 10001 | 100001 |
Color Harmonies of #466250
Complementary color
Monochromatic Colors of #466250
Black with #466250
Text Example
Text Example
White with #466250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466250; }
p { color: rgb(70,98,80); }
H1.HeaderClassName
{
color: #466250;
}
.AnyTagClassName
{
color: #466250;
}
</style>
background-color css
<style>
a { background-color: #466250; }
a { background-color: rgb(70,98,80); }
div.DivClassName
{
background-color: #466250;
}
.BgClassName
{
background-color: #466250;
}
</style>
border-color css
<style>
span { border-color: #466250; }
span { border-color: rgb(70,98,80); }
td.TdClassName
{
border-color: #466250;
}
.TagClassName
{
border-color: #466250;
}
</style>