Shades of Feldgrau #465E4E
Tints of Feldgrau #465E4E
RGB
CMYK
RGB Variations
Color information
#465E4E (or 0x465E4E) is known color: Feldgrau. HEX triplet: 46, 5E and 4E. RGB value is (70,94,78). Sum of RGB (Red+Green+Blue) = 70+94+78=242 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.93% from 242); Green value is 94 (37.11% from 255 or 38.84% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 94 - color contains mainly: green. Hex color #465E4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465E4E is #B9A1B1. Grayscale: #555555. Windows color (decimal): -12165554 or 5135942. OLE color: 5135942.
HSL color Cylindrical-coordinate representation of color #465E4E: hue angle of 140º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #465E4E is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 94 | 78 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.63 |
| HSL | 140º | 0.15% | 0.32% | - |
| HSV(B) | 140º | 0.26% | 0.37% | - |
| XYZ | 7.9 | 9.86 | 8.69 | - |
| YUV | 85 | 124.05 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 94 | 78 | 0.26 | 0 | 0.17 | 0.63 | 140 | 0.15 | 0.32 |
| Hex | 46 | 5E | 4E | 1A | 0 | 11 | 3F | 8C | F | 20 |
| Octal | 106 | 136 | 116 | 32 | 0 | 21 | 77 | 214 | 17 | 40 |
| Binary | 1000110 | 1011110 | 1001110 | 11010 | 0 | 10001 | 111111 | 10001100 | 1111 | 100000 |
Color Harmonies of #465E4E
Complementary color
Monochromatic Colors of #465E4E
Black with #465E4E
Text Example
Text Example
White with #465E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465E4E; }
p { color: rgb(70,94,78); }
H1.HeaderClassName
{
color: #465E4E;
}
.AnyTagClassName
{
color: #465E4E;
}
</style>
background-color css
<style>
a { background-color: #465E4E; }
a { background-color: rgb(70,94,78); }
div.DivClassName
{
background-color: #465E4E;
}
.BgClassName
{
background-color: #465E4E;
}
</style>
border-color css
<style>
span { border-color: #465E4E; }
span { border-color: rgb(70,94,78); }
td.TdClassName
{
border-color: #465E4E;
}
.TagClassName
{
border-color: #465E4E;
}
</style>