Shades of Gun Powder #4B4A51
Tints of Gun Powder #4B4A51
RGB
CMYK
RGB Variations
Color information
#4B4A51 (or 0x4B4A51) is known color: Gun Powder. HEX triplet: 4B, 4A and 51. RGB value is (75,74,81). Sum of RGB (Red+Green+Blue) = 75+74+81=230 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.61% from 230); Green value is 74 (29.30% from 255 or 32.17% from 230); Blue value is 81 (32.03% from 255 or 35.22% from 230); Max value from RGB is 81 - color contains mainly: blue. Hex color #4B4A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4A51 is #B4B5AE. Grayscale: #4B4B4B. Windows color (decimal): -11842991 or 5327435. OLE color: 5327435.
HSL color Cylindrical-coordinate representation of color #4B4A51: hue angle of 248.57º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4B4A51 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 75 | 74 | 81 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.68 |
| HSL | 248.57º | 0.05% | 0.3% | - |
| HSV(B) | 248.57º | 0.09% | 0.32% | - |
| XYZ | 6.84 | 6.99 | 8.77 | - |
| YUV | 75.1 | 131.33 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 74 | 81 | 0.07 | 0.09 | 0 | 0.68 | 248.57 | 0.05 | 0.3 |
| Hex | 4B | 4A | 51 | 7 | 9 | 0 | 44 | F9 | 5 | 1E |
| Octal | 113 | 112 | 121 | 7 | 11 | 0 | 104 | 371 | 5 | 36 |
| Binary | 1001011 | 1001010 | 1010001 | 111 | 1001 | 0 | 1000100 | 11111001 | 101 | 11110 |
Color Harmonies of #4B4A51
Complementary color
Monochromatic Colors of #4B4A51
Black with #4B4A51
Text Example
Text Example
White with #4B4A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4A51; }
p { color: rgb(75,74,81); }
H1.HeaderClassName
{
color: #4B4A51;
}
.AnyTagClassName
{
color: #4B4A51;
}
</style>
background-color css
<style>
a { background-color: #4B4A51; }
a { background-color: rgb(75,74,81); }
div.DivClassName
{
background-color: #4B4A51;
}
.BgClassName
{
background-color: #4B4A51;
}
</style>
border-color css
<style>
span { border-color: #4B4A51; }
span { border-color: rgb(75,74,81); }
td.TdClassName
{
border-color: #4B4A51;
}
.TagClassName
{
border-color: #4B4A51;
}
</style>