Shades of Feldgrau #465D50
Tints of Feldgrau #465D50
RGB
CMYK
RGB Variations
Color information
#465D50 (or 0x465D50) is known color: Feldgrau. HEX triplet: 46, 5D and 50. RGB value is (70,93,80). Sum of RGB (Red+Green+Blue) = 70+93+80=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 93 (36.72% from 255 or 38.27% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 93 - color contains mainly: green. Hex color #465D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465D50 is #B9A2AF. Grayscale: #545454. Windows color (decimal): -12165808 or 5266758. OLE color: 5266758.
HSL color Cylindrical-coordinate representation of color #465D50: hue angle of 146.09º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #465D50 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 93 | 80 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.64 |
| HSL | 146.09º | 0.14% | 0.32% | - |
| HSV(B) | 146.09º | 0.25% | 0.36% | - |
| XYZ | 7.89 | 9.71 | 9.05 | - |
| YUV | 84.64 | 125.38 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 93 | 80 | 0.25 | 0 | 0.14 | 0.64 | 146.09 | 0.14 | 0.32 |
| Hex | 46 | 5D | 50 | 19 | 0 | E | 40 | 92 | E | 20 |
| Octal | 106 | 135 | 120 | 31 | 0 | 16 | 100 | 222 | 16 | 40 |
| Binary | 1000110 | 1011101 | 1010000 | 11001 | 0 | 1110 | 1000000 | 10010010 | 1110 | 100000 |
Color Harmonies of #465D50
Complementary color
Monochromatic Colors of #465D50
Black with #465D50
Text Example
Text Example
White with #465D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465D50; }
p { color: rgb(70,93,80); }
H1.HeaderClassName
{
color: #465D50;
}
.AnyTagClassName
{
color: #465D50;
}
</style>
background-color css
<style>
a { background-color: #465D50; }
a { background-color: rgb(70,93,80); }
div.DivClassName
{
background-color: #465D50;
}
.BgClassName
{
background-color: #465D50;
}
</style>
border-color css
<style>
span { border-color: #465D50; }
span { border-color: rgb(70,93,80); }
td.TdClassName
{
border-color: #465D50;
}
.TagClassName
{
border-color: #465D50;
}
</style>