#455CA6

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

Shades of Mariner #455CA6

Tints of Mariner #455CA6

Color information

#455CA6 (or 0x455CA6) is unknown color: approx Mariner. HEX triplet: 45, 5C and A6. RGB value is (69,92,166). Sum of RGB (Red+Green+Blue) = 69+92+166=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 166 (65.23% from 255 or 50.76% from 327); Max value from RGB is 166 - color contains mainly: blue. Hex color #455CA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455CA6 is #BAA359. Grayscale: #5D5D5D. Windows color (decimal): -12231514 or 10902597. OLE color: 10902597.

HSL color Cylindrical-coordinate representation of color #455CA6: hue angle of 225.77º 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 #455CA6 is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6992166-
CMYK0.580.4500.35
HSL225.77º41.28%46.08%-
HSV(B)225.77º58.43%65.1%-
XYZ13.1611.6737.64-
YUV93.56168.88110.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.10%
GREEN value IS 92 (36.33% from 255) = 28.13%
BLUE value IS 166 (65.23% from 255) = 50.76%
R=21.10%
G=28.13%
B=50.76%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal69921660.580.4500.35225.7741.2846.08
Hex455CA63A2D023e2292e
Octal10513424672550433425156
Binary1000101101110010100110111010101101010001111100010101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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