#44425D

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

Shades of Gun Powder #44425D

Tints of Gun Powder #44425D

Color information

#44425D (or 0x44425D) is unknown color: approx Gun Powder. HEX triplet: 44, 42 and 5D. RGB value is (68,66,93). Sum of RGB (Red+Green+Blue) = 68+66+93=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 93 - color contains mainly: blue. Hex color #44425D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44425D is #BBBDA2. Grayscale: #454545. Windows color (decimal): -12303779 or 6111812. OLE color: 6111812.

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

Color convert

RGB686693-
CMYK0.270.2900.64
HSL244.44º16.98%31.18%-
HSV(B)244.44º29.03%36.47%-
XYZ6.315.9211.17-
YUV69.68141.16126.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.96%
GREEN value IS 66 (26.17% from 255) = 29.07%
BLUE value IS 93 (36.72% from 255) = 40.97%
R=29.96%
G=29.07%
B=40.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6866930.270.2900.64244.4416.9831.18
Hex44425D1B1D040f4111f
Octal104102135333501003642137
Binary100010010000101011101110111110101000000111101001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44425D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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