#43445C

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

Shades of Gun Powder #43445C

Tints of Gun Powder #43445C

Color information

#43445C (or 0x43445C) is unknown color: approx Gun Powder. HEX triplet: 43, 44 and 5C. RGB value is (67,68,92). Sum of RGB (Red+Green+Blue) = 67+68+92=227 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.52% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 92 - color contains mainly: blue. Hex color #43445C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43445C is #BCBBA3. Grayscale: #464646. Windows color (decimal): -12368804 or 6046787. OLE color: 6046787.

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

Color convert

RGB676892-
CMYK0.270.2600.64
HSL237.6º15.72%31.18%-
HSV(B)237.6º27.17%36.08%-
XYZ6.316.110.97-
YUV70.44140.17125.55-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.52%
GREEN value IS 68 (26.95% from 255) = 29.96%
BLUE value IS 92 (36.33% from 255) = 40.53%
R=29.52%
G=29.96%
B=40.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6768920.270.2600.64237.615.7231.18
Hex43445C1B1A040ee101f
Octal103104134333201003562037
Binary100001110001001011100110111101001000000111011101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43445C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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