#445D9E

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

Shades of Mariner #445D9E

Tints of Mariner #445D9E

Color information

#445D9E (or 0x445D9E) is unknown color: approx Mariner. HEX triplet: 44, 5D and 9E. RGB value is (68,93,158). Sum of RGB (Red+Green+Blue) = 68+93+158=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 158 (62.11% from 255 or 49.53% from 319); Max value from RGB is 158 - color contains mainly: blue. Hex color #445D9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445D9E is #BBA261. Grayscale: #5C5C5C. Windows color (decimal): -12296802 or 10378564. OLE color: 10378564.

HSL color Cylindrical-coordinate representation of color #445D9E: hue angle of 223.33º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #445D9E is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6893158-
CMYK0.570.4100.38
HSL223.33º39.82%44.31%-
HSV(B)223.33º56.96%61.96%-
XYZ12.4711.5333.92-
YUV92.94164.72110.21-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.32%
GREEN value IS 93 (36.72% from 255) = 29.15%
BLUE value IS 158 (62.11% from 255) = 49.53%
R=21.32%
G=29.15%
B=49.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal68931580.570.4100.38223.3339.8244.31
Hex445D9E3929026df282c
Octal10413523671510463375054
Binary1000100101110110011110111001101001010011011011111101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,93,158); }

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

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

 a { background-color: rgb(68,93,158); }

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

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

 span { border-color: rgb(68,93,158); }

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