#413F5D

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

Shades of Gun Powder #413F5D

Tints of Gun Powder #413F5D

Color information

#413F5D (or 0x413F5D) is unknown color: approx Gun Powder. HEX triplet: 41, 3F and 5D. RGB value is (65,63,93). Sum of RGB (Red+Green+Blue) = 65+63+93=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 63 (25% from 255 or 28.51% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 93 - color contains mainly: blue. Hex color #413F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413F5D is #BEC0A2. Grayscale: #424242. Windows color (decimal): -12501155 or 6111041. OLE color: 6111041.

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

Color convert

RGB656393-
CMYK0.300.3200.64
HSL244º19.23%30.59%-
HSV(B)244º32.26%36.47%-
XYZ5.935.4711.1-
YUV67.02142.66126.56-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.41%
GREEN value IS 63 (25% from 255) = 28.51%
BLUE value IS 93 (36.72% from 255) = 42.08%
R=29.41%
G=28.51%
B=42.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6563930.300.3200.6424419.2330.59
Hex413F5D1E20040f4131f
Octal10177135364001003642337
Binary100000111111110111011111010000001000000111101001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413F5D; }

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

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

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

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

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

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

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

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