Shades of Feldgrau #4B554E
Tints of Feldgrau #4B554E
RGB
CMYK
RGB Variations
Color information
#4B554E (or 0x4B554E) is known color: Feldgrau. HEX triplet: 4B, 55 and 4E. RGB value is (75,85,78). Sum of RGB (Red+Green+Blue) = 75+85+78=238 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.51% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 85 - color contains mainly: green. Hex color #4B554E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B554E is #B4AAB1. Grayscale: #515151. Windows color (decimal): -11840178 or 5133643. OLE color: 5133643.
HSL color Cylindrical-coordinate representation of color #4B554E: hue angle of 138º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4B554E is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 85 | 78 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.67 |
| HSL | 138º | 0.06% | 0.31% | - |
| HSV(B) | 138º | 0.12% | 0.33% | - |
| XYZ | 7.53 | 8.54 | 8.46 | - |
| YUV | 81.21 | 126.19 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 85 | 78 | 0.12 | 0 | 0.08 | 0.67 | 138 | 0.06 | 0.31 |
| Hex | 4B | 55 | 4E | C | 0 | 8 | 43 | 8A | 6 | 1F |
| Octal | 113 | 125 | 116 | 14 | 0 | 10 | 103 | 212 | 6 | 37 |
| Binary | 1001011 | 1010101 | 1001110 | 1100 | 0 | 1000 | 1000011 | 10001010 | 110 | 11111 |
Color Harmonies of #4B554E
Complementary color
Monochromatic Colors of #4B554E
Black with #4B554E
Text Example
Text Example
White with #4B554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B554E; }
p { color: rgb(75,85,78); }
H1.HeaderClassName
{
color: #4B554E;
}
.AnyTagClassName
{
color: #4B554E;
}
</style>
background-color css
<style>
a { background-color: #4B554E; }
a { background-color: rgb(75,85,78); }
div.DivClassName
{
background-color: #4B554E;
}
.BgClassName
{
background-color: #4B554E;
}
</style>
border-color css
<style>
span { border-color: #4B554E; }
span { border-color: rgb(75,85,78); }
td.TdClassName
{
border-color: #4B554E;
}
.TagClassName
{
border-color: #4B554E;
}
</style>