#455AA4

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

Shades of Mariner #455AA4

Tints of Mariner #455AA4

Color information

#455AA4 (or 0x455AA4) is unknown color: approx Mariner. HEX triplet: 45, 5A and A4. RGB value is (69,90,164). Sum of RGB (Red+Green+Blue) = 69+90+164=323 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.36% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 164 (64.45% from 255 or 50.77% from 323); Max value from RGB is 164 - color contains mainly: blue. Hex color #455AA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455AA4 is #BAA55B. Grayscale: #5B5B5B. Windows color (decimal): -12232028 or 10771013. OLE color: 10771013.

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

Color convert

RGB6990164-
CMYK0.580.4500.36
HSL226.74º40.77%45.69%-
HSV(B)226.74º57.93%64.31%-
XYZ12.8111.2636.62-
YUV92.16168.54111.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.36%
GREEN value IS 90 (35.55% from 255) = 27.86%
BLUE value IS 164 (64.45% from 255) = 50.77%
R=21.36%
G=27.86%
B=50.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal69901640.580.4500.36226.7440.7745.69
Hex455AA43A2D024e3292e
Octal10513224472550443435156
Binary1000101101101010100100111010101101010010011100011101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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