#455DA6

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

Shades of Mariner #455DA6

Tints of Mariner #455DA6

Color information

#455DA6 (or 0x455DA6) is unknown color: approx Mariner. HEX triplet: 45, 5D and A6. RGB value is (69,93,166). Sum of RGB (Red+Green+Blue) = 69+93+166=328 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.04% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 166 (65.23% from 255 or 50.61% from 328); Max value from RGB is 166 - color contains mainly: blue. Hex color #455DA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455DA6 is #BAA259. Grayscale: #5D5D5D. Windows color (decimal): -12231258 or 10902853. OLE color: 10902853.

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

Color convert

RGB6993166-
CMYK0.580.4400.35
HSL225.15º41.28%46.08%-
HSV(B)225.15º58.43%65.1%-
XYZ13.2511.8537.66-
YUV94.15168.55110.06-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.04%
GREEN value IS 93 (36.72% from 255) = 28.35%
BLUE value IS 166 (65.23% from 255) = 50.61%
R=21.04%
G=28.35%
B=50.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal69931660.580.4400.35225.1541.2846.08
Hex455DA63A2C023e1292e
Octal10513524672540433415156
Binary1000101101110110100110111010101100010001111100001101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,93,166); }

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

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

 a { background-color: rgb(69,93,166); }

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

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

 span { border-color: rgb(69,93,166); }

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