#455A96

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

Shades of Mariner #455A96

Tints of Mariner #455A96

Color information

#455A96 (or 0x455A96) is unknown color: approx Mariner. HEX triplet: 45, 5A and 96. RGB value is (69,90,150). Sum of RGB (Red+Green+Blue) = 69+90+150=309 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.33% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 150 (58.98% from 255 or 48.54% from 309); Max value from RGB is 150 - color contains mainly: blue. Hex color #455A96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455A96 is #BAA569. Grayscale: #5A5A5A. Windows color (decimal): -12232042 or 9853509. OLE color: 9853509.

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

Color convert

RGB6990150-
CMYK0.540.400.41
HSL224.44º36.99%42.94%-
HSV(B)224.44º54%58.82%-
XYZ11.6210.7830.32-
YUV90.56161.54112.62-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.33%
GREEN value IS 90 (35.55% from 255) = 29.13%
BLUE value IS 150 (58.98% from 255) = 48.54%
R=22.33%
G=29.13%
B=48.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal69901500.540.400.41224.4436.9942.94
Hex455A963628029e0252b
Octal10513222666500513404553
Binary1000101101101010010110110110101000010100111100000100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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