#44435B

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

Shades of Gun Powder #44435B

Tints of Gun Powder #44435B

Color information

#44435B (or 0x44435B) is unknown color: approx Gun Powder. HEX triplet: 44, 43 and 5B. RGB value is (68,67,91). Sum of RGB (Red+Green+Blue) = 68+67+91=226 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.09% from 226); Green value is 67 (26.56% from 255 or 29.65% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 91 - color contains mainly: blue. Hex color #44435B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44435B is #BBBCA4. Grayscale: #454545. Windows color (decimal): -12303525 or 5980996. OLE color: 5980996.

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

Color convert

RGB686791-
CMYK0.250.2600.64
HSL242.5º15.19%30.98%-
HSV(B)242.5º26.37%35.69%-
XYZ6.28610.72-
YUV70.04139.83126.55-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.09%
GREEN value IS 67 (26.56% from 255) = 29.65%
BLUE value IS 91 (35.94% from 255) = 40.27%
R=30.09%
G=29.65%
B=40.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6867910.250.2600.64242.515.1930.98
Hex44435B191A040f2f1f
Octal104103133313201003621737
Binary10001001000011101101111001110100100000011110010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44435B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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