#44465A

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

Shades of Gun Powder #44465A

Tints of Gun Powder #44465A

Color information

#44465A (or 0x44465A) is unknown color: approx Gun Powder. HEX triplet: 44, 46 and 5A. RGB value is (68,70,90). Sum of RGB (Red+Green+Blue) = 68+70+90=228 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.82% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 90 (35.55% from 255 or 39.47% from 228); Max value from RGB is 90 - color contains mainly: blue. Hex color #44465A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44465A is #BBB9A5. Grayscale: #474747. Windows color (decimal): -12302758 or 5916228. OLE color: 5916228.

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

Color convert

RGB687090-
CMYK0.240.2200.65
HSL234.55º13.92%30.98%-
HSV(B)234.55º24.44%35.29%-
XYZ6.426.3510.56-
YUV71.68138.34125.37-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.82%
GREEN value IS 70 (27.73% from 255) = 30.70%
BLUE value IS 90 (35.55% from 255) = 39.47%
R=29.82%
G=30.70%
B=39.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6870900.240.2200.65234.5513.9230.98
Hex44465A1816041ebe1f
Octal104106132302601013531637
Binary10001001000110101101011000101100100000111101011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44465A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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