Shades of Feldgrau #4B6154
Tints of Feldgrau #4B6154
RGB
CMYK
RGB Variations
Color information
#4B6154 (or 0x4B6154) is known color: Feldgrau. HEX triplet: 4B, 61 and 54. RGB value is (75,97,84). Sum of RGB (Red+Green+Blue) = 75+97+84=256 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.30% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 84 (33.20% from 255 or 32.81% from 256); Max value from RGB is 97 - color contains mainly: green. Hex color #4B6154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6154 is #B49EAB. Grayscale: #585858. Windows color (decimal): -11837100 or 5529931. OLE color: 5529931.
HSL color Cylindrical-coordinate representation of color #4B6154: hue angle of 144.55º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4B6154 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 75 | 97 | 84 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.62 |
| HSL | 144.55º | 0.13% | 0.34% | - |
| HSV(B) | 144.55º | 0.23% | 0.38% | - |
| XYZ | 8.78 | 10.69 | 9.99 | - |
| YUV | 88.94 | 125.21 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 97 | 84 | 0.23 | 0 | 0.13 | 0.62 | 144.55 | 0.13 | 0.34 |
| Hex | 4B | 61 | 54 | 17 | 0 | D | 3E | 91 | D | 22 |
| Octal | 113 | 141 | 124 | 27 | 0 | 15 | 76 | 221 | 15 | 42 |
| Binary | 1001011 | 1100001 | 1010100 | 10111 | 0 | 1101 | 111110 | 10010001 | 1101 | 100010 |
Color Harmonies of #4B6154
Complementary color
Monochromatic Colors of #4B6154
Black with #4B6154
Text Example
Text Example
White with #4B6154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6154; }
p { color: rgb(75,97,84); }
H1.HeaderClassName
{
color: #4B6154;
}
.AnyTagClassName
{
color: #4B6154;
}
</style>
background-color css
<style>
a { background-color: #4B6154; }
a { background-color: rgb(75,97,84); }
div.DivClassName
{
background-color: #4B6154;
}
.BgClassName
{
background-color: #4B6154;
}
</style>
border-color css
<style>
span { border-color: #4B6154; }
span { border-color: rgb(75,97,84); }
td.TdClassName
{
border-color: #4B6154;
}
.TagClassName
{
border-color: #4B6154;
}
</style>