#455A91

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

Shades of Mariner #455A91

Tints of Mariner #455A91

Color information

#455A91 (or 0x455A91) is unknown color: approx Mariner. HEX triplet: 45, 5A and 91. RGB value is (69,90,145). Sum of RGB (Red+Green+Blue) = 69+90+145=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 90 (35.55% from 255 or 29.61% from 304); Blue value is 145 (57.03% from 255 or 47.70% from 304); Max value from RGB is 145 - color contains mainly: blue. Hex color #455A91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455A91 is #BAA56E. Grayscale: #595959. Windows color (decimal): -12232047 or 9525829. OLE color: 9525829.

HSL color Cylindrical-coordinate representation of color #455A91: hue angle of 223.42º 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 #455A91 is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6990145-
CMYK0.520.3800.43
HSL223.42º35.51%41.96%-
HSV(B)223.42º52.41%56.86%-
XYZ11.2210.6228.25-
YUV89.99159.04113.03-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.70%
GREEN value IS 90 (35.55% from 255) = 29.61%
BLUE value IS 145 (57.03% from 255) = 47.70%
R=22.70%
G=29.61%
B=47.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal69901450.520.3800.43223.4235.5141.96
Hex455A91342602Bdf242a
Octal10513222164460533374452
Binary1000101101101010010001110100100110010101111011111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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