#4A4759

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

Shades of Gun Powder #4A4759

Tints of Gun Powder #4A4759

Color information

#4A4759 (or 0x4A4759) is unknown color: approx Gun Powder. HEX triplet: 4A, 47 and 59. RGB value is (74,71,89). Sum of RGB (Red+Green+Blue) = 74+71+89=234 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.62% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 89 (35.16% from 255 or 38.03% from 234); Max value from RGB is 89 - color contains mainly: blue. Hex color #4A4759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4759 is #B5B8A6. Grayscale: #494949. Windows color (decimal): -11909287 or 5850954. OLE color: 5850954.

HSL color Cylindrical-coordinate representation of color #4A4759: hue angle of 250º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4A4759 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB747189-
CMYK0.170.2000.65
HSL250º11.25%31.37%-
HSV(B)250º20.22%34.9%-
XYZ6.886.6810.38-
YUV73.95136.49128.04-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.62%
GREEN value IS 71 (28.12% from 255) = 30.34%
BLUE value IS 89 (35.16% from 255) = 38.03%
R=31.62%
G=30.34%
B=38.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7471890.170.2000.6525011.2531.37
Hex4A47591114041fab1f
Octal112107131212401013721337
Binary10010101000111101100110001101000100000111111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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