Shades of Gun Powder #4B4951
Tints of Gun Powder #4B4951
RGB
CMYK
RGB Variations
Color information
#4B4951 (or 0x4B4951) is known color: Gun Powder. HEX triplet: 4B, 49 and 51. RGB value is (75,73,81). Sum of RGB (Red+Green+Blue) = 75+73+81=229 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.75% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 81 (32.03% from 255 or 35.37% from 229); Max value from RGB is 81 - color contains mainly: blue. Hex color #4B4951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4951 is #B4B6AE. Grayscale: #4A4A4A. Windows color (decimal): -11843247 or 5327179. OLE color: 5327179.
HSL color Cylindrical-coordinate representation of color #4B4951: hue angle of 255º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4B4951 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 75 | 73 | 81 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.68 |
| HSL | 255º | 0.05% | 0.3% | - |
| HSV(B) | 255º | 0.1% | 0.32% | - |
| XYZ | 6.77 | 6.86 | 8.75 | - |
| YUV | 74.51 | 131.66 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 73 | 81 | 0.07 | 0.10 | 0 | 0.68 | 255 | 0.05 | 0.3 |
| Hex | 4B | 49 | 51 | 7 | A | 0 | 44 | FF | 5 | 1E |
| Octal | 113 | 111 | 121 | 7 | 12 | 0 | 104 | 377 | 5 | 36 |
| Binary | 1001011 | 1001001 | 1010001 | 111 | 1010 | 0 | 1000100 | 11111111 | 101 | 11110 |
Color Harmonies of #4B4951
Complementary color
Monochromatic Colors of #4B4951
Black with #4B4951
Text Example
Text Example
White with #4B4951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4951; }
p { color: rgb(75,73,81); }
H1.HeaderClassName
{
color: #4B4951;
}
.AnyTagClassName
{
color: #4B4951;
}
</style>
background-color css
<style>
a { background-color: #4B4951; }
a { background-color: rgb(75,73,81); }
div.DivClassName
{
background-color: #4B4951;
}
.BgClassName
{
background-color: #4B4951;
}
</style>
border-color css
<style>
span { border-color: #4B4951; }
span { border-color: rgb(75,73,81); }
td.TdClassName
{
border-color: #4B4951;
}
.TagClassName
{
border-color: #4B4951;
}
</style>