Shades of Gun Powder #4B475D
Tints of Gun Powder #4B475D
RGB
CMYK
RGB Variations
Color information
#4B475D (or 0x4B475D) is known color: Gun Powder. HEX triplet: 4B, 47 and 5D. RGB value is (75,71,93). Sum of RGB (Red+Green+Blue) = 75+71+93=239 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.38% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 93 - color contains mainly: blue. Hex color #4B475D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B475D is #B4B8A2. Grayscale: #4A4A4A. Windows color (decimal): -11843747 or 6113099. OLE color: 6113099.
HSL color Cylindrical-coordinate representation of color #4B475D: hue angle of 250.91º degrees, saturation: 0.13, 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 #4B475D is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 71 | 93 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.64 |
| HSL | 250.91º | 0.13% | 0.32% | - |
| HSV(B) | 250.91º | 0.24% | 0.36% | - |
| XYZ | 7.13 | 6.79 | 11.29 | - |
| YUV | 74.7 | 138.33 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 71 | 93 | 0.19 | 0.24 | 0 | 0.64 | 250.91 | 0.13 | 0.32 |
| Hex | 4B | 47 | 5D | 13 | 18 | 0 | 40 | FB | D | 20 |
| Octal | 113 | 107 | 135 | 23 | 30 | 0 | 100 | 373 | 15 | 40 |
| Binary | 1001011 | 1000111 | 1011101 | 10011 | 11000 | 0 | 1000000 | 11111011 | 1101 | 100000 |
Color Harmonies of #4B475D
Complementary color
Monochromatic Colors of #4B475D
Black with #4B475D
Text Example
Text Example
White with #4B475D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B475D; }
p { color: rgb(75,71,93); }
H1.HeaderClassName
{
color: #4B475D;
}
.AnyTagClassName
{
color: #4B475D;
}
</style>
background-color css
<style>
a { background-color: #4B475D; }
a { background-color: rgb(75,71,93); }
div.DivClassName
{
background-color: #4B475D;
}
.BgClassName
{
background-color: #4B475D;
}
</style>
border-color css
<style>
span { border-color: #4B475D; }
span { border-color: rgb(75,71,93); }
td.TdClassName
{
border-color: #4B475D;
}
.TagClassName
{
border-color: #4B475D;
}
</style>