#403F5A

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

Shades of Gun Powder #403F5A

Tints of Gun Powder #403F5A

Color information

#403F5A (or 0x403F5A) is unknown color: approx Gun Powder. HEX triplet: 40, 3F and 5A. RGB value is (64,63,90). Sum of RGB (Red+Green+Blue) = 64+63+90=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 63 (25% from 255 or 29.03% from 217); Blue value is 90 (35.55% from 255 or 41.47% from 217); Max value from RGB is 90 - color contains mainly: blue. Hex color #403F5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403F5A is #BFC0A5. Grayscale: #424242. Windows color (decimal): -12566694 or 5914432. OLE color: 5914432.

HSL color Cylindrical-coordinate representation of color #403F5A: hue angle of 242.22º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #403F5A is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB646390-
CMYK0.290.3000.65
HSL242.22º17.65%30%-
HSV(B)242.22º30%35.29%-
XYZ5.745.3810.41-
YUV66.38141.33126.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.49%
GREEN value IS 63 (25% from 255) = 29.03%
BLUE value IS 90 (35.55% from 255) = 41.47%
R=29.49%
G=29.03%
B=41.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6463900.290.3000.65242.2217.6530
Hex403F5A1D1E041f2121e
Octal10077132353601013622236
Binary10000001111111011010111011111001000001111100101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403F5A; }

 p { color: rgb(64,63,90); }

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

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

 a { background-color: rgb(64,63,90); }

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

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

 span { border-color: rgb(64,63,90); }

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