Shades of Feldgrau #465A4E
Tints of Feldgrau #465A4E
RGB
CMYK
RGB Variations
Color information
#465A4E (or 0x465A4E) is known color: Feldgrau. HEX triplet: 46, 5A and 4E. RGB value is (70,90,78). Sum of RGB (Red+Green+Blue) = 70+90+78=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 90 (35.55% from 255 or 37.82% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 90 - color contains mainly: green. Hex color #465A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465A4E is #B9A5B1. Grayscale: #525252. Windows color (decimal): -12166578 or 5134918. OLE color: 5134918.
HSL color Cylindrical-coordinate representation of color #465A4E: hue angle of 144º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #465A4E is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 90 | 78 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.65 |
| HSL | 144º | 0.13% | 0.31% | - |
| HSV(B) | 144º | 0.22% | 0.35% | - |
| XYZ | 7.56 | 9.16 | 8.58 | - |
| YUV | 82.65 | 125.37 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 90 | 78 | 0.22 | 0 | 0.13 | 0.65 | 144 | 0.13 | 0.31 |
| Hex | 46 | 5A | 4E | 16 | 0 | D | 41 | 90 | C | 1F |
| Octal | 106 | 132 | 116 | 26 | 0 | 15 | 101 | 220 | 14 | 37 |
| Binary | 1000110 | 1011010 | 1001110 | 10110 | 0 | 1101 | 1000001 | 10010000 | 1100 | 11111 |
Color Harmonies of #465A4E
Complementary color
Monochromatic Colors of #465A4E
Black with #465A4E
Text Example
Text Example
White with #465A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465A4E; }
p { color: rgb(70,90,78); }
H1.HeaderClassName
{
color: #465A4E;
}
.AnyTagClassName
{
color: #465A4E;
}
</style>
background-color css
<style>
a { background-color: #465A4E; }
a { background-color: rgb(70,90,78); }
div.DivClassName
{
background-color: #465A4E;
}
.BgClassName
{
background-color: #465A4E;
}
</style>
border-color css
<style>
span { border-color: #465A4E; }
span { border-color: rgb(70,90,78); }
td.TdClassName
{
border-color: #465A4E;
}
.TagClassName
{
border-color: #465A4E;
}
</style>