#44434A

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

Shades of Gun Powder #44434A

Tints of Gun Powder #44434A

Color information

#44434A (or 0x44434A) is unknown color: approx Gun Powder. HEX triplet: 44, 43 and 4A. RGB value is (68,67,74). Sum of RGB (Red+Green+Blue) = 68+67+74=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 67 (26.56% from 255 or 32.06% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 74 - color contains mainly: blue. Hex color #44434A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44434A is #BBBCB5. Grayscale: #444444. Windows color (decimal): -12303542 or 4866884. OLE color: 4866884.

HSL color Cylindrical-coordinate representation of color #44434A: hue angle of 248.57º degrees, saturation: 0.05, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #44434A is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB686774-
CMYK0.080.0900.71
HSL248.57º4.96%27.65%-
HSV(B)248.57º9.46%29.02%-
XYZ5.635.747.29-
YUV68.1131.33127.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.54%
GREEN value IS 67 (26.56% from 255) = 32.06%
BLUE value IS 74 (29.30% from 255) = 35.41%
R=32.54%
G=32.06%
B=35.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6867740.080.0900.71248.574.9627.65
Hex44434A89047f951c
Octal10410311210110107371534
Binary10001001000011100101010001001010001111111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44434A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44434A; }

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

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

<style>
 a { background-color: #44434A; }

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

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

<style>
 span { border-color: #44434A; }

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

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