Shades of Gun Powder #4B4758
Tints of Gun Powder #4B4758
RGB
CMYK
RGB Variations
Color information
#4B4758 (or 0x4B4758) is known color: Gun Powder. HEX triplet: 4B, 47 and 58. RGB value is (75,71,88). Sum of RGB (Red+Green+Blue) = 75+71+88=234 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.05% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 88 (34.77% from 255 or 37.61% from 234); Max value from RGB is 88 - color contains mainly: blue. Hex color #4B4758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4758 is #B4B8A7. Grayscale: #4A4A4A. Windows color (decimal): -11843752 or 5785419. OLE color: 5785419.
HSL color Cylindrical-coordinate representation of color #4B4758: hue angle of 254.12º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4B4758 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 71 | 88 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.65 |
| HSL | 254.12º | 0.11% | 0.31% | - |
| HSV(B) | 254.12º | 0.19% | 0.35% | - |
| XYZ | 6.92 | 6.71 | 10.16 | - |
| YUV | 74.13 | 135.83 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 71 | 88 | 0.15 | 0.19 | 0 | 0.65 | 254.12 | 0.11 | 0.31 |
| Hex | 4B | 47 | 58 | F | 13 | 0 | 41 | FE | B | 1F |
| Octal | 113 | 107 | 130 | 17 | 23 | 0 | 101 | 376 | 13 | 37 |
| Binary | 1001011 | 1000111 | 1011000 | 1111 | 10011 | 0 | 1000001 | 11111110 | 1011 | 11111 |
Color Harmonies of #4B4758
Complementary color
Monochromatic Colors of #4B4758
Black with #4B4758
Text Example
Text Example
White with #4B4758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4758; }
p { color: rgb(75,71,88); }
H1.HeaderClassName
{
color: #4B4758;
}
.AnyTagClassName
{
color: #4B4758;
}
</style>
background-color css
<style>
a { background-color: #4B4758; }
a { background-color: rgb(75,71,88); }
div.DivClassName
{
background-color: #4B4758;
}
.BgClassName
{
background-color: #4B4758;
}
</style>
border-color css
<style>
span { border-color: #4B4758; }
span { border-color: rgb(75,71,88); }
td.TdClassName
{
border-color: #4B4758;
}
.TagClassName
{
border-color: #4B4758;
}
</style>