#404158

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

Shades of Gun Powder #404158

Tints of Gun Powder #404158

Color information

#404158 (or 0x404158) is unknown color: approx Gun Powder. HEX triplet: 40, 41 and 58. RGB value is (64,65,88). Sum of RGB (Red+Green+Blue) = 64+65+88=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 88 - color contains mainly: blue. Hex color #404158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404158 is #BFBEA7. Grayscale: #434343. Windows color (decimal): -12566184 or 5783872. OLE color: 5783872.

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

Color convert

RGB646588-
CMYK0.270.2600.65
HSL237.5º15.79%29.8%-
HSV(B)237.5º27.27%34.51%-
XYZ5.775.5810-
YUV67.32139.67125.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.49%
GREEN value IS 65 (25.78% from 255) = 29.95%
BLUE value IS 88 (34.77% from 255) = 40.55%
R=29.49%
G=29.95%
B=40.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6465880.270.2600.65237.515.7929.8
Hex4041581B1A041ee101e
Octal100101130333201013562036
Binary100000010000011011000110111101001000001111011101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404158; }

 p { color: rgb(64,65,88); }

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

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

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

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

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

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

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