Shades of Feldgrau #46604E
Tints of Feldgrau #46604E
RGB
CMYK
RGB Variations
Color information
#46604E (or 0x46604E) is known color: Feldgrau. HEX triplet: 46, 60 and 4E. RGB value is (70,96,78). Sum of RGB (Red+Green+Blue) = 70+96+78=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 96 - color contains mainly: green. Hex color #46604E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46604E is #B99FB1. Grayscale: #565656. Windows color (decimal): -12165042 or 5136454. OLE color: 5136454.
HSL color Cylindrical-coordinate representation of color #46604E: hue angle of 138.46º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #46604E is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 96 | 78 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.62 |
| HSL | 138.46º | 0.16% | 0.33% | - |
| HSV(B) | 138.46º | 0.27% | 0.38% | - |
| XYZ | 8.08 | 10.22 | 8.75 | - |
| YUV | 86.17 | 123.39 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 96 | 78 | 0.27 | 0 | 0.19 | 0.62 | 138.46 | 0.16 | 0.33 |
| Hex | 46 | 60 | 4E | 1B | 0 | 13 | 3E | 8A | 10 | 21 |
| Octal | 106 | 140 | 116 | 33 | 0 | 23 | 76 | 212 | 20 | 41 |
| Binary | 1000110 | 1100000 | 1001110 | 11011 | 0 | 10011 | 111110 | 10001010 | 10000 | 100001 |
Color Harmonies of #46604E
Complementary color
Monochromatic Colors of #46604E
Black with #46604E
Text Example
Text Example
White with #46604E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46604E; }
p { color: rgb(70,96,78); }
H1.HeaderClassName
{
color: #46604E;
}
.AnyTagClassName
{
color: #46604E;
}
</style>
background-color css
<style>
a { background-color: #46604E; }
a { background-color: rgb(70,96,78); }
div.DivClassName
{
background-color: #46604E;
}
.BgClassName
{
background-color: #46604E;
}
</style>
border-color css
<style>
span { border-color: #46604E; }
span { border-color: rgb(70,96,78); }
td.TdClassName
{
border-color: #46604E;
}
.TagClassName
{
border-color: #46604E;
}
</style>