Shades of Feldgrau #46614E
Tints of Feldgrau #46614E
RGB
CMYK
RGB Variations
Color information
#46614E (or 0x46614E) is known color: Feldgrau. HEX triplet: 46, 61 and 4E. RGB value is (70,97,78). Sum of RGB (Red+Green+Blue) = 70+97+78=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 97 - color contains mainly: green. Hex color #46614E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46614E is #B99EB1. Grayscale: #565656. Windows color (decimal): -12164786 or 5136710. OLE color: 5136710.
HSL color Cylindrical-coordinate representation of color #46614E: hue angle of 137.78º 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 #46614E is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 97 | 78 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.62 |
| HSL | 137.78º | 0.16% | 0.33% | - |
| HSV(B) | 137.78º | 0.28% | 0.38% | - |
| XYZ | 8.18 | 10.4 | 8.78 | - |
| YUV | 86.76 | 123.05 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 97 | 78 | 0.28 | 0 | 0.20 | 0.62 | 137.78 | 0.16 | 0.33 |
| Hex | 46 | 61 | 4E | 1C | 0 | 14 | 3E | 8A | 10 | 21 |
| Octal | 106 | 141 | 116 | 34 | 0 | 24 | 76 | 212 | 20 | 41 |
| Binary | 1000110 | 1100001 | 1001110 | 11100 | 0 | 10100 | 111110 | 10001010 | 10000 | 100001 |
Color Harmonies of #46614E
Complementary color
Monochromatic Colors of #46614E
Black with #46614E
Text Example
Text Example
White with #46614E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46614E; }
p { color: rgb(70,97,78); }
H1.HeaderClassName
{
color: #46614E;
}
.AnyTagClassName
{
color: #46614E;
}
</style>
background-color css
<style>
a { background-color: #46614E; }
a { background-color: rgb(70,97,78); }
div.DivClassName
{
background-color: #46614E;
}
.BgClassName
{
background-color: #46614E;
}
</style>
border-color css
<style>
span { border-color: #46614E; }
span { border-color: rgb(70,97,78); }
td.TdClassName
{
border-color: #46614E;
}
.TagClassName
{
border-color: #46614E;
}
</style>