#44455A

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

Shades of Gun Powder #44455A

Tints of Gun Powder #44455A

Color information

#44455A (or 0x44455A) is unknown color: approx Gun Powder. HEX triplet: 44, 45 and 5A. RGB value is (68,69,90). Sum of RGB (Red+Green+Blue) = 68+69+90=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 90 - color contains mainly: blue. Hex color #44455A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44455A is #BBBAA5. Grayscale: #474747. Windows color (decimal): -12303014 or 5915972. OLE color: 5915972.

HSL color Cylindrical-coordinate representation of color #44455A: hue angle of 237.27º 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 #44455A is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB686990-
CMYK0.240.2300.65
HSL237.27º13.92%30.98%-
HSV(B)237.27º24.44%35.29%-
XYZ6.366.2210.54-
YUV71.1138.67125.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.96%
GREEN value IS 69 (27.34% from 255) = 30.40%
BLUE value IS 90 (35.55% from 255) = 39.65%
R=29.96%
G=30.40%
B=39.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6869900.240.2300.65237.2713.9230.98
Hex44455A1817041ede1f
Octal104105132302701013551637
Binary10001001000101101101011000101110100000111101101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44455A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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