#455B91

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

Shades of Mariner #455B91

Tints of Mariner #455B91

Color information

#455B91 (or 0x455B91) is unknown color: approx Mariner. HEX triplet: 45, 5B and 91. RGB value is (69,91,145). Sum of RGB (Red+Green+Blue) = 69+91+145=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 91 (35.94% from 255 or 29.84% from 305); Blue value is 145 (57.03% from 255 or 47.54% from 305); Max value from RGB is 145 - color contains mainly: blue. Hex color #455B91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455B91 is #BAA46E. Grayscale: #5A5A5A. Windows color (decimal): -12231791 or 9526085. OLE color: 9526085.

HSL color Cylindrical-coordinate representation of color #455B91: hue angle of 222.63º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #455B91 is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6991145-
CMYK0.520.3700.43
HSL222.63º35.51%41.96%-
HSV(B)222.63º52.41%56.86%-
XYZ11.3110.7928.28-
YUV90.58158.71112.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.62%
GREEN value IS 91 (35.94% from 255) = 29.84%
BLUE value IS 145 (57.03% from 255) = 47.54%
R=22.62%
G=29.84%
B=47.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal69911450.520.3700.43222.6335.5141.96
Hex455B91342502Bdf242a
Octal10513322164450533374452
Binary1000101101101110010001110100100101010101111011111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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