#455B96

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

Shades of Mariner #455B96

Tints of Mariner #455B96

Color information

#455B96 (or 0x455B96) is unknown color: approx Mariner. HEX triplet: 45, 5B and 96. RGB value is (69,91,150). Sum of RGB (Red+Green+Blue) = 69+91+150=310 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.26% from 310); Green value is 91 (35.94% from 255 or 29.35% from 310); Blue value is 150 (58.98% from 255 or 48.39% from 310); Max value from RGB is 150 - color contains mainly: blue. Hex color #455B96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455B96 is #BAA469. Grayscale: #5A5A5A. Windows color (decimal): -12231786 or 9853765. OLE color: 9853765.

HSL color Cylindrical-coordinate representation of color #455B96: hue angle of 223.7º 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 #455B96 is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6991150-
CMYK0.540.3900.41
HSL223.7º36.99%42.94%-
HSV(B)223.7º54%58.82%-
XYZ11.710.9530.35-
YUV91.15161.21112.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.26%
GREEN value IS 91 (35.94% from 255) = 29.35%
BLUE value IS 150 (58.98% from 255) = 48.39%
R=22.26%
G=29.35%
B=48.39%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal69911500.540.3900.41223.736.9942.94
Hex455B963627029e0252b
Octal10513322666470513404553
Binary1000101101101110010110110110100111010100111100000100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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