Shades of Feldgrau #46594C
Tints of Feldgrau #46594C
RGB
CMYK
RGB Variations
Color information
#46594C (or 0x46594C) is known color: Feldgrau. HEX triplet: 46, 59 and 4C. RGB value is (70,89,76). Sum of RGB (Red+Green+Blue) = 70+89+76=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 89 - color contains mainly: green. Hex color #46594C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46594C is #B9A6B3. Grayscale: #515151. Windows color (decimal): -12166836 or 5003590. OLE color: 5003590.
HSL color Cylindrical-coordinate representation of color #46594C: hue angle of 138.95º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #46594C is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 89 | 76 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.65 |
| HSL | 138.95º | 0.12% | 0.31% | - |
| HSV(B) | 138.95º | 0.21% | 0.35% | - |
| XYZ | 7.4 | 8.97 | 8.18 | - |
| YUV | 81.84 | 124.71 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 89 | 76 | 0.21 | 0 | 0.15 | 0.65 | 138.95 | 0.12 | 0.31 |
| Hex | 46 | 59 | 4C | 15 | 0 | F | 41 | 8B | C | 1F |
| Octal | 106 | 131 | 114 | 25 | 0 | 17 | 101 | 213 | 14 | 37 |
| Binary | 1000110 | 1011001 | 1001100 | 10101 | 0 | 1111 | 1000001 | 10001011 | 1100 | 11111 |
Color Harmonies of #46594C
Complementary color
Monochromatic Colors of #46594C
Black with #46594C
Text Example
Text Example
White with #46594C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46594C; }
p { color: rgb(70,89,76); }
H1.HeaderClassName
{
color: #46594C;
}
.AnyTagClassName
{
color: #46594C;
}
</style>
background-color css
<style>
a { background-color: #46594C; }
a { background-color: rgb(70,89,76); }
div.DivClassName
{
background-color: #46594C;
}
.BgClassName
{
background-color: #46594C;
}
</style>
border-color css
<style>
span { border-color: #46594C; }
span { border-color: rgb(70,89,76); }
td.TdClassName
{
border-color: #46594C;
}
.TagClassName
{
border-color: #46594C;
}
</style>