Shades of Feldgrau #465C4D
Tints of Feldgrau #465C4D
RGB
CMYK
RGB Variations
Color information
#465C4D (or 0x465C4D) is known color: Feldgrau. HEX triplet: 46, 5C and 4D. RGB value is (70,92,77). Sum of RGB (Red+Green+Blue) = 70+92+77=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 92 (36.33% from 255 or 38.49% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 92 - color contains mainly: green. Hex color #465C4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465C4D is #B9A3B2. Grayscale: #535353. Windows color (decimal): -12166067 or 5069894. OLE color: 5069894.
HSL color Cylindrical-coordinate representation of color #465C4D: hue angle of 139.09º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #465C4D is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 92 | 77 | - |
| CMYK | 0.24 | 0 | 0.16 | 0.64 |
| HSL | 139.09º | 0.14% | 0.32% | - |
| HSV(B) | 139.09º | 0.24% | 0.36% | - |
| XYZ | 7.69 | 9.49 | 8.45 | - |
| YUV | 83.71 | 124.21 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 92 | 77 | 0.24 | 0 | 0.16 | 0.64 | 139.09 | 0.14 | 0.32 |
| Hex | 46 | 5C | 4D | 18 | 0 | 10 | 40 | 8B | E | 20 |
| Octal | 106 | 134 | 115 | 30 | 0 | 20 | 100 | 213 | 16 | 40 |
| Binary | 1000110 | 1011100 | 1001101 | 11000 | 0 | 10000 | 1000000 | 10001011 | 1110 | 100000 |
Color Harmonies of #465C4D
Complementary color
Monochromatic Colors of #465C4D
Black with #465C4D
Text Example
Text Example
White with #465C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465C4D; }
p { color: rgb(70,92,77); }
H1.HeaderClassName
{
color: #465C4D;
}
.AnyTagClassName
{
color: #465C4D;
}
</style>
background-color css
<style>
a { background-color: #465C4D; }
a { background-color: rgb(70,92,77); }
div.DivClassName
{
background-color: #465C4D;
}
.BgClassName
{
background-color: #465C4D;
}
</style>
border-color css
<style>
span { border-color: #465C4D; }
span { border-color: rgb(70,92,77); }
td.TdClassName
{
border-color: #465C4D;
}
.TagClassName
{
border-color: #465C4D;
}
</style>