#455EB1

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

Shades of Mariner #455EB1

Tints of Mariner #455EB1

Color information

#455EB1 (or 0x455EB1) is unknown color: approx Mariner. HEX triplet: 45, 5E and B1. RGB value is (69,94,177). Sum of RGB (Red+Green+Blue) = 69+94+177=340 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.29% from 340); Green value is 94 (37.11% from 255 or 27.65% from 340); Blue value is 177 (69.53% from 255 or 52.06% from 340); Max value from RGB is 177 - color contains mainly: blue. Hex color #455EB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455EB1 is #BAA14E. Grayscale: #5F5F5F. Windows color (decimal): -12230991 or 11624005. OLE color: 11624005.

HSL color Cylindrical-coordinate representation of color #455EB1: hue angle of 226.11º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #455EB1 is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6994177-
CMYK0.610.4700.31
HSL226.11º43.9%48.24%-
HSV(B)226.11º61.02%69.41%-
XYZ14.3912.4443.24-
YUV95.99173.72108.75-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.29%
GREEN value IS 94 (37.11% from 255) = 27.65%
BLUE value IS 177 (69.53% from 255) = 52.06%
R=20.29%
G=27.65%
B=52.06%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal69941770.610.4700.31226.1143.948.24
Hex455EB13D2F01Fe22c30
Octal10513626175570373425460
Binary100010110111101011000111110110111101111111100010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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