#443F5D

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

Shades of Gun Powder #443F5D

Tints of Gun Powder #443F5D

Color information

#443F5D (or 0x443F5D) is unknown color: approx Gun Powder. HEX triplet: 44, 3F and 5D. RGB value is (68,63,93). Sum of RGB (Red+Green+Blue) = 68+63+93=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 93 - color contains mainly: blue. Hex color #443F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443F5D is #BBC0A2. Grayscale: #434343. Windows color (decimal): -12304547 or 6111044. OLE color: 6111044.

HSL color Cylindrical-coordinate representation of color #443F5D: hue angle of 250º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #443F5D is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB686393-
CMYK0.270.3200.64
HSL250º19.23%30.59%-
HSV(B)250º32.26%36.47%-
XYZ6.145.5711.11-
YUV67.91142.16128.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.36%
GREEN value IS 63 (25% from 255) = 28.12%
BLUE value IS 93 (36.72% from 255) = 41.52%
R=30.36%
G=28.12%
B=41.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6863930.270.3200.6425019.2330.59
Hex443F5D1B20040fa131f
Octal10477135334001003722337
Binary100010011111110111011101110000001000000111110101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443F5D; }

 p { color: rgb(68,63,93); }

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

<style>
 a { background-color: #443F5D; }

 a { background-color: rgb(68,63,93); }

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

<style>
 span { border-color: #443F5D; }

 span { border-color: rgb(68,63,93); }

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