#43405E

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

Shades of Gun Powder #43405E

Tints of Gun Powder #43405E

Color information

#43405E (or 0x43405E) is unknown color: approx Gun Powder. HEX triplet: 43, 40 and 5E. RGB value is (67,64,94). Sum of RGB (Red+Green+Blue) = 67+64+94=225 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.78% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 94 - color contains mainly: blue. Hex color #43405E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43405E is #BCBFA1. Grayscale: #444444. Windows color (decimal): -12369826 or 6176835. OLE color: 6176835.

HSL color Cylindrical-coordinate representation of color #43405E: hue angle of 246º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #43405E is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB676494-
CMYK0.290.3200.63
HSL246º18.99%30.98%-
HSV(B)246º31.91%36.86%-
XYZ6.175.6711.36-
YUV68.32142.49127.06-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.78%
GREEN value IS 64 (25.39% from 255) = 28.44%
BLUE value IS 94 (37.11% from 255) = 41.78%
R=29.78%
G=28.44%
B=41.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6764940.290.3200.6324618.9930.98
Hex43405E1D2003Ff6131f
Octal10310013635400773662337
Binary100001110000001011110111011000000111111111101101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43405E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43405E; }

 p { color: rgb(67,64,94); }

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

<style>
 a { background-color: #43405E; }

 a { background-color: rgb(67,64,94); }

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

<style>
 span { border-color: #43405E; }

 span { border-color: rgb(67,64,94); }

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