#445E90

Color #445E90 Mariner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mariner #445E90

Tints of Mariner #445E90

Color information

#445E90 (or 0x445E90) is unknown color: approx Mariner. HEX triplet: 44, 5E and 90. RGB value is (68,94,144). Sum of RGB (Red+Green+Blue) = 68+94+144=306 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.22% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 144 - color contains mainly: blue. Hex color #445E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445E90 is #BBA16F. Grayscale: #5B5B5B. Windows color (decimal): -12296560 or 9461316. OLE color: 9461316.

HSL color Cylindrical-coordinate representation of color #445E90: hue angle of 219.47º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #445E90 is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6894144-
CMYK0.530.3500.44
HSL219.47º35.85%41.57%-
HSV(B)219.47º52.78%56.47%-
XYZ11.4211.2527.95-
YUV91.93157.39110.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.22%
GREEN value IS 94 (37.11% from 255) = 30.72%
BLUE value IS 144 (56.64% from 255) = 47.06%
R=22.22%
G=30.72%
B=47.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal68941440.530.3500.44219.4735.8541.57
Hex445E90352302Cdb242a
Octal10413622065430543334452
Binary1000100101111010010000110101100011010110011011011100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445E90; }

 p { color: rgb(68,94,144); }

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

<style>
 a { background-color: #445E90; }

 a { background-color: rgb(68,94,144); }

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

<style>
 span { border-color: #445E90; }

 span { border-color: rgb(68,94,144); }

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