#455AA0

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

Shades of Mariner #455AA0

Tints of Mariner #455AA0

Color information

#455AA0 (or 0x455AA0) is unknown color: approx Mariner. HEX triplet: 45, 5A and A0. RGB value is (69,90,160). Sum of RGB (Red+Green+Blue) = 69+90+160=319 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.63% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 160 (62.89% from 255 or 50.16% from 319); Max value from RGB is 160 - color contains mainly: blue. Hex color #455AA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455AA0 is #BAA55F. Grayscale: #5B5B5B. Windows color (decimal): -12232032 or 10508869. OLE color: 10508869.

HSL color Cylindrical-coordinate representation of color #455AA0: hue angle of 226.15º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #455AA0 is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB6990160-
CMYK0.570.4400.37
HSL226.15º39.74%44.9%-
HSV(B)226.15º56.88%62.75%-
XYZ12.4611.1234.75-
YUV91.7166.54111.81-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.63%
GREEN value IS 90 (35.55% from 255) = 28.21%
BLUE value IS 160 (62.89% from 255) = 50.16%
R=21.63%
G=28.21%
B=50.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal69901600.570.4400.37226.1539.7444.9
Hex455AA0392C025e2282d
Octal10513224071540453425055
Binary1000101101101010100000111001101100010010111100010101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455AA0; }

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

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

<style>
 a { background-color: #455AA0; }

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

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

<style>
 span { border-color: #455AA0; }

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

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