#44424F

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

Shades of Gun Powder #44424F

Tints of Gun Powder #44424F

Color information

#44424F (or 0x44424F) is unknown color: approx Gun Powder. HEX triplet: 44, 42 and 4F. RGB value is (68,66,79). Sum of RGB (Red+Green+Blue) = 68+66+79=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 79 (31.25% from 255 or 37.09% from 213); Max value from RGB is 79 - color contains mainly: blue. Hex color #44424F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44424F is #BBBDB0. Grayscale: #444444. Windows color (decimal): -12303793 or 5194308. OLE color: 5194308.

HSL color Cylindrical-coordinate representation of color #44424F: hue angle of 249.23º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #44424F is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB686679-
CMYK0.140.1600.69
HSL249.23º8.97%28.43%-
HSV(B)249.23º16.46%30.98%-
XYZ5.745.698.19-
YUV68.08134.16127.94-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.92%
GREEN value IS 66 (26.17% from 255) = 30.99%
BLUE value IS 79 (31.25% from 255) = 37.09%
R=31.92%
G=30.99%
B=37.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6866790.140.1600.69249.238.9728.43
Hex44424FE10045f991c
Octal104102117162001053711134
Binary1000100100001010011111110100000100010111111001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44424F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44424F; }

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

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

<style>
 a { background-color: #44424F; }

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

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

<style>
 span { border-color: #44424F; }

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

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