#403E59

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

Shades of Gun Powder #403E59

Tints of Gun Powder #403E59

Color information

#403E59 (or 0x403E59) is unknown color: approx Gun Powder. HEX triplet: 40, 3E and 59. RGB value is (64,62,89). Sum of RGB (Red+Green+Blue) = 64+62+89=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 62 (24.61% from 255 or 28.84% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 89 - color contains mainly: blue. Hex color #403E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403E59 is #BFC1A6. Grayscale: #414141. Windows color (decimal): -12566951 or 5848640. OLE color: 5848640.

HSL color Cylindrical-coordinate representation of color #403E59: hue angle of 244.44º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #403E59 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB646289-
CMYK0.280.3000.65
HSL244.44º17.88%29.61%-
HSV(B)244.44º30.34%34.9%-
XYZ5.645.2610.17-
YUV65.68141.16126.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.77%
GREEN value IS 62 (24.61% from 255) = 28.84%
BLUE value IS 89 (35.16% from 255) = 41.40%
R=29.77%
G=28.84%
B=41.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6462890.280.3000.65244.4417.8829.61
Hex403E591C1E041f4121e
Octal10076131343601013642236
Binary10000001111101011001111001111001000001111101001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403E59; }

 p { color: rgb(64,62,89); }

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

<style>
 a { background-color: #403E59; }

 a { background-color: rgb(64,62,89); }

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

<style>
 span { border-color: #403E59; }

 span { border-color: rgb(64,62,89); }

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