Shades of Feldgrau #485B50
Tints of Feldgrau #485B50
RGB
CMYK
RGB Variations
Color information
#485B50 (or 0x485B50) is known color: Feldgrau. HEX triplet: 48, 5B and 50. RGB value is (72,91,80). Sum of RGB (Red+Green+Blue) = 72+91+80=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 91 - color contains mainly: green. Hex color #485B50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485B50 is #B7A4AF. Grayscale: #545454. Windows color (decimal): -12035248 or 5266248. OLE color: 5266248.
HSL color Cylindrical-coordinate representation of color #485B50: hue angle of 145.26º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #485B50 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 91 | 80 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.64 |
| HSL | 145.26º | 0.12% | 0.32% | - |
| HSV(B) | 145.26º | 0.21% | 0.36% | - |
| XYZ | 7.86 | 9.44 | 9 | - |
| YUV | 84.07 | 125.71 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 91 | 80 | 0.21 | 0 | 0.12 | 0.64 | 145.26 | 0.12 | 0.32 |
| Hex | 48 | 5B | 50 | 15 | 0 | C | 40 | 91 | C | 20 |
| Octal | 110 | 133 | 120 | 25 | 0 | 14 | 100 | 221 | 14 | 40 |
| Binary | 1001000 | 1011011 | 1010000 | 10101 | 0 | 1100 | 1000000 | 10010001 | 1100 | 100000 |
Color Harmonies of #485B50
Complementary color
Monochromatic Colors of #485B50
Black with #485B50
Text Example
Text Example
White with #485B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485B50; }
p { color: rgb(72,91,80); }
H1.HeaderClassName
{
color: #485B50;
}
.AnyTagClassName
{
color: #485B50;
}
</style>
background-color css
<style>
a { background-color: #485B50; }
a { background-color: rgb(72,91,80); }
div.DivClassName
{
background-color: #485B50;
}
.BgClassName
{
background-color: #485B50;
}
</style>
border-color css
<style>
span { border-color: #485B50; }
span { border-color: rgb(72,91,80); }
td.TdClassName
{
border-color: #485B50;
}
.TagClassName
{
border-color: #485B50;
}
</style>