#455EA4

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

Shades of Mariner #455EA4

Tints of Mariner #455EA4

Color information

#455EA4 (or 0x455EA4) is unknown color: approx Mariner. HEX triplet: 45, 5E and A4. RGB value is (69,94,164). Sum of RGB (Red+Green+Blue) = 69+94+164=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 164 (64.45% from 255 or 50.15% from 327); Max value from RGB is 164 - color contains mainly: blue. Hex color #455EA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455EA4 is #BAA15B. Grayscale: #5E5E5E. Windows color (decimal): -12231004 or 10772037. OLE color: 10772037.

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

Color convert

RGB6994164-
CMYK0.580.4300.36
HSL224.21º40.77%45.69%-
HSV(B)224.21º57.93%64.31%-
XYZ13.1611.9536.74-
YUV94.5167.22109.81-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.10%
GREEN value IS 94 (37.11% from 255) = 28.75%
BLUE value IS 164 (64.45% from 255) = 50.15%
R=21.10%
G=28.75%
B=50.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal69941640.580.4300.36224.2140.7745.69
Hex455EA43A2B024e0292e
Octal10513624472530443405156
Binary1000101101111010100100111010101011010010011100000101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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