#455EAB

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

Shades of Mariner #455EAB

Tints of Mariner #455EAB

Color information

#455EAB (or 0x455EAB) is unknown color: approx Mariner. HEX triplet: 45, 5E and AB. RGB value is (69,94,171). Sum of RGB (Red+Green+Blue) = 69+94+171=334 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.66% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #455EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455EAB is #BAA154. Grayscale: #5E5E5E. Windows color (decimal): -12230997 or 11230789. OLE color: 11230789.

HSL color Cylindrical-coordinate representation of color #455EAB: hue angle of 225.29º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #455EAB is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6994171-
CMYK0.600.4500.33
HSL225.29º42.5%47.06%-
HSV(B)225.29º59.65%67.06%-
XYZ13.8112.2140.16-
YUV95.3170.72109.24-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.66%
GREEN value IS 94 (37.11% from 255) = 28.14%
BLUE value IS 171 (67.19% from 255) = 51.20%
R=20.66%
G=28.14%
B=51.20%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal69941710.600.4500.33225.2942.547.06
Hex455EAB3C2D021e12a2f
Octal10513625374550413415257
Binary1000101101111010101011111100101101010000111100001101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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