#455EA9

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

Shades of Mariner #455EA9

Tints of Mariner #455EA9

Color information

#455EA9 (or 0x455EA9) is unknown color: approx Mariner. HEX triplet: 45, 5E and A9. RGB value is (69,94,169). Sum of RGB (Red+Green+Blue) = 69+94+169=332 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.78% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 169 (66.41% from 255 or 50.90% from 332); Max value from RGB is 169 - color contains mainly: blue. Hex color #455EA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455EA9 is #BAA156. Grayscale: #5E5E5E. Windows color (decimal): -12230999 or 11099717. OLE color: 11099717.

HSL color Cylindrical-coordinate representation of color #455EA9: hue angle of 225º 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 #455EA9 is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB6994169-
CMYK0.590.4400.34
HSL225º42.02%46.67%-
HSV(B)225º59.17%66.27%-
XYZ13.6212.1439.16-
YUV95.08169.72109.4-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.78%
GREEN value IS 94 (37.11% from 255) = 28.31%
BLUE value IS 169 (66.41% from 255) = 50.90%
R=20.78%
G=28.31%
B=50.90%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal69941690.590.4400.3422542.0246.67
Hex455EA93B2C022e12a2f
Octal10513625173540423415257
Binary1000101101111010101001111011101100010001011100001101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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