#413E55

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

Shades of Gun Powder #413E55

Tints of Gun Powder #413E55

Color information

#413E55 (or 0x413E55) is unknown color: approx Gun Powder. HEX triplet: 41, 3E and 55. RGB value is (65,62,85). Sum of RGB (Red+Green+Blue) = 65+62+85=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 62 (24.61% from 255 or 29.25% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 85 - color contains mainly: blue. Hex color #413E55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413E55 is #BEC1AA. Grayscale: #414141. Windows color (decimal): -12501419 or 5586497. OLE color: 5586497.

HSL color Cylindrical-coordinate representation of color #413E55: hue angle of 247.83º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #413E55 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB656285-
CMYK0.240.2700.67
HSL247.83º15.65%28.82%-
HSV(B)247.83º27.06%33.33%-
XYZ5.545.229.31-
YUV65.52138.99127.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.66%
GREEN value IS 62 (24.61% from 255) = 29.25%
BLUE value IS 85 (33.59% from 255) = 40.09%
R=30.66%
G=29.25%
B=40.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6562850.240.2700.67247.8315.6528.82
Hex413E55181B043f8101d
Octal10176125303301033702035
Binary10000011111101010101110001101101000011111110001000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,62,85); }

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

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

 a { background-color: rgb(65,62,85); }

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

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

 span { border-color: rgb(65,62,85); }

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