#455BA0

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

Shades of Mariner #455BA0

Tints of Mariner #455BA0

Color information

#455BA0 (or 0x455BA0) is unknown color: approx Mariner. HEX triplet: 45, 5B and A0. RGB value is (69,91,160). Sum of RGB (Red+Green+Blue) = 69+91+160=320 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.56% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 160 (62.89% from 255 or 50% from 320); Max value from RGB is 160 - color contains mainly: blue. Hex color #455BA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455BA0 is #BAA45F. Grayscale: #5B5B5B. Windows color (decimal): -12231776 or 10509125. OLE color: 10509125.

HSL color Cylindrical-coordinate representation of color #455BA0: hue angle of 225.49º 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 #455BA0 is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB6991160-
CMYK0.570.4300.37
HSL225.49º39.74%44.9%-
HSV(B)225.49º56.88%62.75%-
XYZ12.5411.2934.78-
YUV92.29166.21111.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.56%
GREEN value IS 91 (35.94% from 255) = 28.44%
BLUE value IS 160 (62.89% from 255) = 50%
R=21.56%
G=28.44%
B=50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal69911600.570.4300.37225.4939.7444.9
Hex455BA0392B025e1282d
Octal10513324071530453415055
Binary1000101101101110100000111001101011010010111100001101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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