#40415D

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

Shades of Gun Powder #40415D

Tints of Gun Powder #40415D

Color information

#40415D (or 0x40415D) is unknown color: approx Gun Powder. HEX triplet: 40, 41 and 5D. RGB value is (64,65,93). Sum of RGB (Red+Green+Blue) = 64+65+93=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 93 (36.72% from 255 or 41.89% from 222); Max value from RGB is 93 - color contains mainly: blue. Hex color #40415D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40415D is #BFBEA2. Grayscale: #434343. Windows color (decimal): -12566179 or 6111552. OLE color: 6111552.

HSL color Cylindrical-coordinate representation of color #40415D: hue angle of 237.93º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #40415D is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB646593-
CMYK0.310.3000.64
HSL237.93º18.47%30.78%-
HSV(B)237.93º31.18%36.47%-
XYZ5.985.6611.13-
YUV67.89142.17125.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.83%
GREEN value IS 65 (25.78% from 255) = 29.28%
BLUE value IS 93 (36.72% from 255) = 41.89%
R=28.83%
G=29.28%
B=41.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6465930.310.3000.64237.9318.4730.78
Hex40415D1F1E040ee121f
Octal100101135373601003562237
Binary100000010000011011101111111111001000000111011101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40415D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40415D; }

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

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

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

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

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

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

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

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