#445D9B

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

Shades of Mariner #445D9B

Tints of Mariner #445D9B

Color information

#445D9B (or 0x445D9B) is unknown color: approx Mariner. HEX triplet: 44, 5D and 9B. RGB value is (68,93,155). Sum of RGB (Red+Green+Blue) = 68+93+155=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #445D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445D9B is #BBA264. Grayscale: #5C5C5C. Windows color (decimal): -12296805 or 10181956. OLE color: 10181956.

HSL color Cylindrical-coordinate representation of color #445D9B: hue angle of 222.76º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #445D9B is Cyan = 0.56, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6893155-
CMYK0.560.400.39
HSL222.76º39.01%43.73%-
HSV(B)222.76º56.13%60.78%-
XYZ12.2111.4232.57-
YUV92.59163.22110.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.52%
GREEN value IS 93 (36.72% from 255) = 29.43%
BLUE value IS 155 (60.94% from 255) = 49.05%
R=21.52%
G=29.43%
B=49.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal68931550.560.400.39222.7639.0143.73
Hex445D9B3828027df272c
Octal10413523370500473374754
Binary1000100101110110011011111000101000010011111011111100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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