#44435C

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

Shades of Gun Powder #44435C

Tints of Gun Powder #44435C

Color information

#44435C (or 0x44435C) is unknown color: approx Gun Powder. HEX triplet: 44, 43 and 5C. RGB value is (68,67,92). Sum of RGB (Red+Green+Blue) = 68+67+92=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 67 (26.56% from 255 or 29.52% 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 #44435C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44435C is #BBBCA3. Grayscale: #464646. Windows color (decimal): -12303524 or 6046532. OLE color: 6046532.

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

Color convert

RGB686792-
CMYK0.260.2700.64
HSL242.4º15.72%31.18%-
HSV(B)242.4º27.17%36.08%-
XYZ6.326.0210.95-
YUV70.15140.33126.47-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6867920.260.2700.64242.415.7231.18
Hex44435C1A1B040f2101f
Octal104103134323301003622037
Binary100010010000111011100110101101101000000111100101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44435C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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