#455CA9

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

Shades of Mariner #455CA9

Tints of Mariner #455CA9

Color information

#455CA9 (or 0x455CA9) is unknown color: approx Mariner. HEX triplet: 45, 5C and A9. RGB value is (69,92,169). Sum of RGB (Red+Green+Blue) = 69+92+169=330 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.91% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 169 (66.41% from 255 or 51.21% from 330); Max value from RGB is 169 - color contains mainly: blue. Hex color #455CA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455CA9 is #BAA356. Grayscale: #5D5D5D. Windows color (decimal): -12231511 or 11099205. OLE color: 11099205.

HSL color Cylindrical-coordinate representation of color #455CA9: hue angle of 226.2º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #455CA9 is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB6992169-
CMYK0.590.4600.34
HSL226.2º42.02%46.67%-
HSV(B)226.2º59.17%66.27%-
XYZ13.4411.7839.1-
YUV93.9170.38110.24-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.91%
GREEN value IS 92 (36.33% from 255) = 27.88%
BLUE value IS 169 (66.41% from 255) = 51.21%
R=20.91%
G=27.88%
B=51.21%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal69921690.590.4600.34226.242.0246.67
Hex455CA93B2E022e22a2f
Octal10513425173560423425257
Binary1000101101110010101001111011101110010001011100010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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