#43445D

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

Shades of Gun Powder #43445D

Tints of Gun Powder #43445D

Color information

#43445D (or 0x43445D) is unknown color: approx Gun Powder. HEX triplet: 43, 44 and 5D. RGB value is (67,68,93). Sum of RGB (Red+Green+Blue) = 67+68+93=228 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.39% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 93 - color contains mainly: blue. Hex color #43445D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43445D is #BCBBA2. Grayscale: #464646. Windows color (decimal): -12368803 or 6112323. OLE color: 6112323.

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

Color convert

RGB676893-
CMYK0.280.2700.64
HSL237.69º16.25%31.37%-
HSV(B)237.69º27.96%36.47%-
XYZ6.366.1211.2-
YUV70.55140.67125.47-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.39%
GREEN value IS 68 (26.95% from 255) = 29.82%
BLUE value IS 93 (36.72% from 255) = 40.79%
R=29.39%
G=29.82%
B=40.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6768930.280.2700.64237.6916.2531.37
Hex43445D1C1B040ee101f
Octal103104135343301003562037
Binary100001110001001011101111001101101000000111011101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43445D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43445D; }

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

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

<style>
 a { background-color: #43445D; }

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

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

<style>
 span { border-color: #43445D; }

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

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