#455A9B

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

Shades of Mariner #455A9B

Tints of Mariner #455A9B

Color information

#455A9B (or 0x455A9B) is unknown color: approx Mariner. HEX triplet: 45, 5A and 9B. RGB value is (69,90,155). Sum of RGB (Red+Green+Blue) = 69+90+155=314 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.97% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #455A9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455A9B is #BAA564. Grayscale: #5A5A5A. Windows color (decimal): -12232037 or 10181189. OLE color: 10181189.

HSL color Cylindrical-coordinate representation of color #455A9B: hue angle of 225.35º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #455A9B is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6990155-
CMYK0.550.4200.39
HSL225.35º38.39%43.92%-
HSV(B)225.35º55.48%60.78%-
XYZ12.0310.9432.49-
YUV91.13164.04112.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.97%
GREEN value IS 90 (35.55% from 255) = 28.66%
BLUE value IS 155 (60.94% from 255) = 49.36%
R=21.97%
G=28.66%
B=49.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal69901550.550.4200.39225.3538.3943.92
Hex455A9B372A027e1262c
Octal10513223367520473414654
Binary1000101101101010011011110111101010010011111100001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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