#4B4951

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

Shades of Gun Powder #4B4951

Tints of Gun Powder #4B4951

Color information

#4B4951 (or 0x4B4951) is unknown color: approx 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

RGB757381-
CMYK0.070.1000.68
HSL255º5.19%30.2%-
HSV(B)255º9.88%31.76%-
XYZ6.776.868.75-
YUV74.51131.66128.35-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.75%
GREEN value IS 73 (28.91% from 255) = 31.88%
BLUE value IS 81 (32.03% from 255) = 35.37%
R=32.75%
G=31.88%
B=35.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7573810.070.1000.682555.1930.2
Hex4B49517A044ff51e
Octal1131111217120104377536
Binary1001011100100110100011111010010001001111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>