#455E96

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

Shades of Mariner #455E96

Tints of Mariner #455E96

Color information

#455E96 (or 0x455E96) is unknown color: approx Mariner. HEX triplet: 45, 5E and 96. RGB value is (69,94,150). Sum of RGB (Red+Green+Blue) = 69+94+150=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 94 (37.11% from 255 or 30.03% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 150 - color contains mainly: blue. Hex color #455E96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455E96 is #BAA169. Grayscale: #5C5C5C. Windows color (decimal): -12231018 or 9854533. OLE color: 9854533.

HSL color Cylindrical-coordinate representation of color #455E96: hue angle of 221.48º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #455E96 is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6994150-
CMYK0.540.3700.41
HSL221.48º36.99%42.94%-
HSV(B)221.48º54%58.82%-
XYZ11.9611.4730.44-
YUV92.91160.22110.95-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.04%
GREEN value IS 94 (37.11% from 255) = 30.03%
BLUE value IS 150 (58.98% from 255) = 47.92%
R=22.04%
G=30.03%
B=47.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal69941500.540.3700.41221.4836.9942.94
Hex455E963625029dd252b
Octal10513622666450513354553
Binary1000101101111010010110110110100101010100111011101100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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