#404059

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

Shades of Gun Powder #404059

Tints of Gun Powder #404059

Color information

#404059 (or 0x404059) is unknown color: approx Gun Powder. HEX triplet: 40, 40 and 59. RGB value is (64,64,89). Sum of RGB (Red+Green+Blue) = 64+64+89=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 89 (35.16% from 255 or 41.01% from 217); Max value from RGB is 89 - color contains mainly: blue. Hex color #404059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404059 is #BFBFA6. Grayscale: #424242. Windows color (decimal): -12566439 or 5849152. OLE color: 5849152.

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

Color convert

RGB646489-
CMYK0.280.2800.65
HSL240º16.34%30%-
HSV(B)240º28.09%34.9%-
XYZ5.755.4810.21-
YUV66.85140.5125.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.49%
GREEN value IS 64 (25.39% from 255) = 29.49%
BLUE value IS 89 (35.16% from 255) = 41.01%
R=29.49%
G=29.49%
B=41.01%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6464890.280.2800.6524016.3430
Hex4040591C1C041f0101e
Octal100100131343401013602036
Binary100000010000001011001111001110001000001111100001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404059; }

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

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

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

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

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

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

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

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