#445EA7

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

Shades of Mariner #445EA7

Tints of Mariner #445EA7

Color information

#445EA7 (or 0x445EA7) is unknown color: approx Mariner. HEX triplet: 44, 5E and A7. RGB value is (68,94,167). Sum of RGB (Red+Green+Blue) = 68+94+167=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 167 (65.62% from 255 or 50.76% from 329); Max value from RGB is 167 - color contains mainly: blue. Hex color #445EA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445EA7 is #BBA158. Grayscale: #5E5E5E. Windows color (decimal): -12296537 or 10968644. OLE color: 10968644.

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

Color convert

RGB6894167-
CMYK0.590.4400.35
HSL224.24º42.13%46.08%-
HSV(B)224.24º59.28%65.49%-
XYZ13.3612.0238.18-
YUV94.55168.89109.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.67%
GREEN value IS 94 (37.11% from 255) = 28.57%
BLUE value IS 167 (65.62% from 255) = 50.76%
R=20.67%
G=28.57%
B=50.76%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal68941670.590.4400.35224.2442.1346.08
Hex445EA73B2C023e02a2e
Octal10413624773540433405256
Binary1000100101111010100111111011101100010001111100000101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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