Shades of Feldgrau #466450
Tints of Feldgrau #466450
RGB
CMYK
RGB Variations
Color information
#466450 (or 0x466450) is known color: Feldgrau. HEX triplet: 46, 64 and 50. RGB value is (70,100,80). Sum of RGB (Red+Green+Blue) = 70+100+80=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 100 - color contains mainly: green. Hex color #466450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466450 is #B99BAF. Grayscale: #585858. Windows color (decimal): -12164016 or 5268550. OLE color: 5268550.
HSL color Cylindrical-coordinate representation of color #466450: hue angle of 140º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #466450 is Cyan = 0.30, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 70 | 100 | 80 | - |
| CMYK | 0.30 | 0 | 0.2 | 0.61 |
| HSL | 140º | 0.18% | 0.33% | - |
| HSV(B) | 140º | 0.3% | 0.39% | - |
| XYZ | 8.53 | 11 | 9.26 | - |
| YUV | 88.75 | 123.06 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 100 | 80 | 0.30 | 0 | 0.2 | 0.61 | 140 | 0.18 | 0.33 |
| Hex | 46 | 64 | 50 | 1E | 0 | 14 | 3D | 8C | 12 | 21 |
| Octal | 106 | 144 | 120 | 36 | 0 | 24 | 75 | 214 | 22 | 41 |
| Binary | 1000110 | 1100100 | 1010000 | 11110 | 0 | 10100 | 111101 | 10001100 | 10010 | 100001 |
Color Harmonies of #466450
Complementary color
Monochromatic Colors of #466450
Black with #466450
Text Example
Text Example
White with #466450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466450; }
p { color: rgb(70,100,80); }
H1.HeaderClassName
{
color: #466450;
}
.AnyTagClassName
{
color: #466450;
}
</style>
background-color css
<style>
a { background-color: #466450; }
a { background-color: rgb(70,100,80); }
div.DivClassName
{
background-color: #466450;
}
.BgClassName
{
background-color: #466450;
}
</style>
border-color css
<style>
span { border-color: #466450; }
span { border-color: rgb(70,100,80); }
td.TdClassName
{
border-color: #466450;
}
.TagClassName
{
border-color: #466450;
}
</style>