#403F56

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

Shades of Gun Powder #403F56

Tints of Gun Powder #403F56

Color information

#403F56 (or 0x403F56) is unknown color: approx Gun Powder. HEX triplet: 40, 3F and 56. RGB value is (64,63,86). Sum of RGB (Red+Green+Blue) = 64+63+86=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 86 (33.98% from 255 or 40.38% from 213); Max value from RGB is 86 - color contains mainly: blue. Hex color #403F56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403F56 is #BFC0A9. Grayscale: #414141. Windows color (decimal): -12566698 or 5652288. OLE color: 5652288.

HSL color Cylindrical-coordinate representation of color #403F56: hue angle of 242.61º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #403F56 is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB646386-
CMYK0.260.2700.66
HSL242.61º15.44%29.22%-
HSV(B)242.61º26.74%33.73%-
XYZ5.575.329.54-
YUV65.92139.33126.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.05%
GREEN value IS 63 (25% from 255) = 29.58%
BLUE value IS 86 (33.98% from 255) = 40.38%
R=30.05%
G=29.58%
B=40.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6463860.260.2700.66242.6115.4429.22
Hex403F561A1B042f3f1d
Octal10077126323301023631735
Binary1000000111111101011011010110110100001011110011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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