Shades of Feldgrau #46584C
Tints of Feldgrau #46584C
RGB
CMYK
RGB Variations
Color information
#46584C (or 0x46584C) is known color: Feldgrau. HEX triplet: 46, 58 and 4C. RGB value is (70,88,76). Sum of RGB (Red+Green+Blue) = 70+88+76=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 88 - color contains mainly: green. Hex color #46584C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46584C is #B9A7B3. Grayscale: #515151. Windows color (decimal): -12167092 or 5003334. OLE color: 5003334.
HSL color Cylindrical-coordinate representation of color #46584C: hue angle of 140º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #46584C is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 88 | 76 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.65 |
| HSL | 140º | 0.11% | 0.31% | - |
| HSV(B) | 140º | 0.2% | 0.35% | - |
| XYZ | 7.32 | 8.8 | 8.15 | - |
| YUV | 81.25 | 125.04 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 88 | 76 | 0.20 | 0 | 0.14 | 0.65 | 140 | 0.11 | 0.31 |
| Hex | 46 | 58 | 4C | 14 | 0 | E | 41 | 8C | B | 1F |
| Octal | 106 | 130 | 114 | 24 | 0 | 16 | 101 | 214 | 13 | 37 |
| Binary | 1000110 | 1011000 | 1001100 | 10100 | 0 | 1110 | 1000001 | 10001100 | 1011 | 11111 |
Color Harmonies of #46584C
Complementary color
Monochromatic Colors of #46584C
Black with #46584C
Text Example
Text Example
White with #46584C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46584C; }
p { color: rgb(70,88,76); }
H1.HeaderClassName
{
color: #46584C;
}
.AnyTagClassName
{
color: #46584C;
}
</style>
background-color css
<style>
a { background-color: #46584C; }
a { background-color: rgb(70,88,76); }
div.DivClassName
{
background-color: #46584C;
}
.BgClassName
{
background-color: #46584C;
}
</style>
border-color css
<style>
span { border-color: #46584C; }
span { border-color: rgb(70,88,76); }
td.TdClassName
{
border-color: #46584C;
}
.TagClassName
{
border-color: #46584C;
}
</style>