Shades of Feldgrau #465B4E
Tints of Feldgrau #465B4E
RGB
CMYK
RGB Variations
Color information
#465B4E (or 0x465B4E) is known color: Feldgrau. HEX triplet: 46, 5B and 4E. RGB value is (70,91,78). Sum of RGB (Red+Green+Blue) = 70+91+78=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 91 - color contains mainly: green. Hex color #465B4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465B4E is #B9A4B1. Grayscale: #535353. Windows color (decimal): -12166322 or 5135174. OLE color: 5135174.
HSL color Cylindrical-coordinate representation of color #465B4E: hue angle of 142.86º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #465B4E is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 91 | 78 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.64 |
| HSL | 142.86º | 0.13% | 0.32% | - |
| HSV(B) | 142.86º | 0.23% | 0.36% | - |
| XYZ | 7.64 | 9.33 | 8.61 | - |
| YUV | 83.24 | 125.04 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 78 | 0.23 | 0 | 0.14 | 0.64 | 142.86 | 0.13 | 0.32 |
| Hex | 46 | 5B | 4E | 17 | 0 | E | 40 | 8F | D | 20 |
| Octal | 106 | 133 | 116 | 27 | 0 | 16 | 100 | 217 | 15 | 40 |
| Binary | 1000110 | 1011011 | 1001110 | 10111 | 0 | 1110 | 1000000 | 10001111 | 1101 | 100000 |
Color Harmonies of #465B4E
Complementary color
Monochromatic Colors of #465B4E
Black with #465B4E
Text Example
Text Example
White with #465B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465B4E; }
p { color: rgb(70,91,78); }
H1.HeaderClassName
{
color: #465B4E;
}
.AnyTagClassName
{
color: #465B4E;
}
</style>
background-color css
<style>
a { background-color: #465B4E; }
a { background-color: rgb(70,91,78); }
div.DivClassName
{
background-color: #465B4E;
}
.BgClassName
{
background-color: #465B4E;
}
</style>
border-color css
<style>
span { border-color: #465B4E; }
span { border-color: rgb(70,91,78); }
td.TdClassName
{
border-color: #465B4E;
}
.TagClassName
{
border-color: #465B4E;
}
</style>