#413E54

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

Shades of Gun Powder #413E54

Tints of Gun Powder #413E54

Color information

#413E54 (or 0x413E54) is unknown color: approx Gun Powder. HEX triplet: 41, 3E and 54. RGB value is (65,62,84). Sum of RGB (Red+Green+Blue) = 65+62+84=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 62 (24.61% from 255 or 29.38% from 211); Blue value is 84 (33.20% from 255 or 39.81% from 211); Max value from RGB is 84 - color contains mainly: blue. Hex color #413E54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413E54 is #BEC1AB. Grayscale: #414141. Windows color (decimal): -12501420 or 5520961. OLE color: 5520961.

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

Color convert

RGB656284-
CMYK0.230.2600.67
HSL248.18º15.07%28.63%-
HSV(B)248.18º26.19%32.94%-
XYZ5.55.219.1-
YUV65.4138.49127.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.81%
GREEN value IS 62 (24.61% from 255) = 29.38%
BLUE value IS 84 (33.20% from 255) = 39.81%
R=30.81%
G=29.38%
B=39.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6562840.230.2600.67248.1815.0728.63
Hex413E54171A043f8f1d
Octal10176124273201033701735
Binary1000001111110101010010111110100100001111111000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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