Shades of Gun Powder #4B475E
Tints of Gun Powder #4B475E
RGB
CMYK
RGB Variations
Color information
#4B475E (or 0x4B475E) is known color: Gun Powder. HEX triplet: 4B, 47 and 5E. RGB value is (75,71,94). Sum of RGB (Red+Green+Blue) = 75+71+94=240 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.25% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 94 - color contains mainly: blue. Hex color #4B475E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B475E is #B4B8A1. Grayscale: #4A4A4A. Windows color (decimal): -11843746 or 6178635. OLE color: 6178635.
HSL color Cylindrical-coordinate representation of color #4B475E: hue angle of 250.43º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4B475E is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 75 | 71 | 94 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.63 |
| HSL | 250.43º | 0.14% | 0.32% | - |
| HSV(B) | 250.43º | 0.24% | 0.37% | - |
| XYZ | 7.18 | 6.81 | 11.53 | - |
| YUV | 74.82 | 138.83 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 71 | 94 | 0.20 | 0.24 | 0 | 0.63 | 250.43 | 0.14 | 0.32 |
| Hex | 4B | 47 | 5E | 14 | 18 | 0 | 3F | FA | E | 20 |
| Octal | 113 | 107 | 136 | 24 | 30 | 0 | 77 | 372 | 16 | 40 |
| Binary | 1001011 | 1000111 | 1011110 | 10100 | 11000 | 0 | 111111 | 11111010 | 1110 | 100000 |
Color Harmonies of #4B475E
Complementary color
Monochromatic Colors of #4B475E
Black with #4B475E
Text Example
Text Example
White with #4B475E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B475E; }
p { color: rgb(75,71,94); }
H1.HeaderClassName
{
color: #4B475E;
}
.AnyTagClassName
{
color: #4B475E;
}
</style>
background-color css
<style>
a { background-color: #4B475E; }
a { background-color: rgb(75,71,94); }
div.DivClassName
{
background-color: #4B475E;
}
.BgClassName
{
background-color: #4B475E;
}
</style>
border-color css
<style>
span { border-color: #4B475E; }
span { border-color: rgb(75,71,94); }
td.TdClassName
{
border-color: #4B475E;
}
.TagClassName
{
border-color: #4B475E;
}
</style>