#4B4A59

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

Shades of Gun Powder #4B4A59

Tints of Gun Powder #4B4A59

Color information

#4B4A59 (or 0x4B4A59) is unknown color: approx Gun Powder. HEX triplet: 4B, 4A and 59. RGB value is (75,74,89). Sum of RGB (Red+Green+Blue) = 75+74+89=238 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.51% from 238); Green value is 74 (29.30% from 255 or 31.09% from 238); Blue value is 89 (35.16% from 255 or 37.39% from 238); Max value from RGB is 89 - color contains mainly: blue. Hex color #4B4A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4A59 is #B4B5A6. Grayscale: #4B4B4B. Windows color (decimal): -11842983 or 5851723. OLE color: 5851723.

HSL color Cylindrical-coordinate representation of color #4B4A59: hue angle of 244º 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 #4B4A59 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB757489-
CMYK0.160.1700.65
HSL244º9.2%31.96%-
HSV(B)244º16.85%34.9%-
XYZ7.157.1110.45-
YUV76.01135.33127.28-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.51%
GREEN value IS 74 (29.30% from 255) = 31.09%
BLUE value IS 89 (35.16% from 255) = 37.39%
R=31.51%
G=31.09%
B=37.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7574890.160.1700.652449.231.96
Hex4B4A591011041f4920
Octal113112131202101013641140
Binary100101110010101011001100001000101000001111101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,74,89); }

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

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

 a { background-color: rgb(75,74,89); }

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

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

 span { border-color: rgb(75,74,89); }

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