#44425C

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

Shades of Gun Powder #44425C

Tints of Gun Powder #44425C

Color information

#44425C (or 0x44425C) is unknown color: approx Gun Powder. HEX triplet: 44, 42 and 5C. RGB value is (68,66,92). Sum of RGB (Red+Green+Blue) = 68+66+92=226 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.09% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 92 (36.33% from 255 or 40.71% from 226); Max value from RGB is 92 - color contains mainly: blue. Hex color #44425C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44425C is #BBBDA3. Grayscale: #454545. Windows color (decimal): -12303780 or 6046276. OLE color: 6046276.

HSL color Cylindrical-coordinate representation of color #44425C: hue angle of 244.62º 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 #44425C is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB686692-
CMYK0.260.2800.64
HSL244.62º16.46%30.98%-
HSV(B)244.62º28.26%36.08%-
XYZ6.265.910.93-
YUV69.56140.66126.89-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.09%
GREEN value IS 66 (26.17% from 255) = 29.20%
BLUE value IS 92 (36.33% from 255) = 40.71%
R=30.09%
G=29.20%
B=40.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6866920.260.2800.64244.6216.4630.98
Hex44425C1A1C040f5101f
Octal104102134323401003652037
Binary100010010000101011100110101110001000000111101011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44425C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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