#44434E

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

Shades of Gun Powder #44434E

Tints of Gun Powder #44434E

Color information

#44434E (or 0x44434E) is unknown color: approx Gun Powder. HEX triplet: 44, 43 and 4E. RGB value is (68,67,78). Sum of RGB (Red+Green+Blue) = 68+67+78=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 78 (30.86% from 255 or 36.62% from 213); Max value from RGB is 78 - color contains mainly: blue. Hex color #44434E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44434E is #BBBCB1. Grayscale: #444444. Windows color (decimal): -12303538 or 5129028. OLE color: 5129028.

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

Color convert

RGB686778-
CMYK0.130.1400.69
HSL245.45º7.59%28.43%-
HSV(B)245.45º14.1%30.59%-
XYZ5.775.798.02-
YUV68.55133.33127.61-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.92%
GREEN value IS 67 (26.56% from 255) = 31.46%
BLUE value IS 78 (30.86% from 255) = 36.62%
R=31.92%
G=31.46%
B=36.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6867780.130.1400.69245.457.5928.43
Hex44434EDE045f581c
Octal104103116151601053651034
Binary100010010000111001110110111100100010111110101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44434E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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