Shades of Feldgrau #46614F
Tints of Feldgrau #46614F
RGB
CMYK
RGB Variations
Color information
#46614F (or 0x46614F) is known color: Feldgrau. HEX triplet: 46, 61 and 4F. RGB value is (70,97,79). Sum of RGB (Red+Green+Blue) = 70+97+79=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 97 - color contains mainly: green. Hex color #46614F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46614F is #B99EB0. Grayscale: #565656. Windows color (decimal): -12164785 or 5202246. OLE color: 5202246.
HSL color Cylindrical-coordinate representation of color #46614F: hue angle of 140º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #46614F is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 97 | 79 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.62 |
| HSL | 140º | 0.16% | 0.33% | - |
| HSV(B) | 140º | 0.28% | 0.38% | - |
| XYZ | 8.21 | 10.42 | 8.97 | - |
| YUV | 86.88 | 123.55 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 97 | 79 | 0.28 | 0 | 0.19 | 0.62 | 140 | 0.16 | 0.33 |
| Hex | 46 | 61 | 4F | 1C | 0 | 13 | 3E | 8C | 10 | 21 |
| Octal | 106 | 141 | 117 | 34 | 0 | 23 | 76 | 214 | 20 | 41 |
| Binary | 1000110 | 1100001 | 1001111 | 11100 | 0 | 10011 | 111110 | 10001100 | 10000 | 100001 |
Color Harmonies of #46614F
Complementary color
Monochromatic Colors of #46614F
Black with #46614F
Text Example
Text Example
White with #46614F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46614F; }
p { color: rgb(70,97,79); }
H1.HeaderClassName
{
color: #46614F;
}
.AnyTagClassName
{
color: #46614F;
}
</style>
background-color css
<style>
a { background-color: #46614F; }
a { background-color: rgb(70,97,79); }
div.DivClassName
{
background-color: #46614F;
}
.BgClassName
{
background-color: #46614F;
}
</style>
border-color css
<style>
span { border-color: #46614F; }
span { border-color: rgb(70,97,79); }
td.TdClassName
{
border-color: #46614F;
}
.TagClassName
{
border-color: #46614F;
}
</style>