#44435A

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

Shades of Gun Powder #44435A

Tints of Gun Powder #44435A

Color information

#44435A (or 0x44435A) is unknown color: approx Gun Powder. HEX triplet: 44, 43 and 5A. RGB value is (68,67,90). Sum of RGB (Red+Green+Blue) = 68+67+90=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 67 (26.56% from 255 or 29.78% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 90 - color contains mainly: blue. Hex color #44435A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44435A is #BBBCA5. Grayscale: #454545. Windows color (decimal): -12303526 or 5915460. OLE color: 5915460.

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

Color convert

RGB686790-
CMYK0.240.2600.65
HSL242.61º14.65%30.78%-
HSV(B)242.61º25.56%35.29%-
XYZ6.245.9810.5-
YUV69.92139.33126.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.22%
GREEN value IS 67 (26.56% from 255) = 29.78%
BLUE value IS 90 (35.55% from 255) = 40%
R=30.22%
G=29.78%
B=40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6867900.240.2600.65242.6114.6530.78
Hex44435A181A041f3f1f
Octal104103132303201013631737
Binary10001001000011101101011000110100100000111110011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44435A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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