#4B4958

Color #4B4958 Gun Powder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gun Powder #4B4958

Tints of Gun Powder #4B4958

Color information

#4B4958 (or 0x4B4958) is unknown color: approx Gun Powder. HEX triplet: 4B, 49 and 58. RGB value is (75,73,88). Sum of RGB (Red+Green+Blue) = 75+73+88=236 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.78% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 88 (34.77% from 255 or 37.29% from 236); Max value from RGB is 88 - color contains mainly: blue. Hex color #4B4958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4958 is #B4B6A7. Grayscale: #4B4B4B. Windows color (decimal): -11843240 or 5785931. OLE color: 5785931.

HSL color Cylindrical-coordinate representation of color #4B4958: hue angle of 248º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4B4958 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB757388-
CMYK0.150.1700.65
HSL248º9.32%31.57%-
HSV(B)248º17.05%34.51%-
XYZ7.056.9710.21-
YUV75.31135.16127.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 75 (29.69% from 255) = 31.78%
GREEN value IS 73 (28.91% from 255) = 30.93%
BLUE value IS 88 (34.77% from 255) = 37.29%
R=31.78%
G=30.93%
B=37.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7573880.150.1700.652489.3231.57
Hex4B4958F11041f8920
Octal113111130172101013701140
Binary10010111001001101100011111000101000001111110001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B4958; }

 p { color: rgb(75,73,88); }

 H1.HeaderClassName
 {
   color: #4B4958;
 }
 .AnyTagClassName
 {
   color: #4B4958;
 }
</style>
background-color css

<style>
 a { background-color: #4B4958; }

 a { background-color: rgb(75,73,88); }

 div.DivClassName
 {
   background-color: #4B4958;
 }
 .BgClassName
 {
   background-color: #4B4958;
 }
</style>
border-color css

<style>
 span { border-color: #4B4958; }

 span { border-color: rgb(75,73,88); }

 td.TdClassName
 {
   border-color: #4B4958;
 }
 .TagClassName
 {
   border-color: #4B4958;
 }
</style>