#455A9C

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

Shades of Mariner #455A9C

Tints of Mariner #455A9C

Color information

#455A9C (or 0x455A9C) is unknown color: approx Mariner. HEX triplet: 45, 5A and 9C. RGB value is (69,90,156). Sum of RGB (Red+Green+Blue) = 69+90+156=315 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.90% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 156 (61.33% from 255 or 49.52% from 315); Max value from RGB is 156 - color contains mainly: blue. Hex color #455A9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455A9C is #BAA563. Grayscale: #5A5A5A. Windows color (decimal): -12232036 or 10246725. OLE color: 10246725.

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

Color convert

RGB6990156-
CMYK0.560.4200.39
HSL225.52º38.67%44.12%-
HSV(B)225.52º55.77%61.18%-
XYZ12.1110.9832.93-
YUV91.24164.54112.13-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.90%
GREEN value IS 90 (35.55% from 255) = 28.57%
BLUE value IS 156 (61.33% from 255) = 49.52%
R=21.90%
G=28.57%
B=49.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal69901560.560.4200.39225.5238.6744.12
Hex455A9C382A027e2272c
Octal10513223470520473424754
Binary1000101101101010011100111000101010010011111100010100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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