#455F91

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

Shades of Mariner #455F91

Tints of Mariner #455F91

Color information

#455F91 (or 0x455F91) is unknown color: approx Mariner. HEX triplet: 45, 5F and 91. RGB value is (69,95,145). Sum of RGB (Red+Green+Blue) = 69+95+145=309 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.33% from 309); Green value is 95 (37.5% from 255 or 30.74% from 309); Blue value is 145 (57.03% from 255 or 46.93% from 309); Max value from RGB is 145 - color contains mainly: blue. Hex color #455F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455F91 is #BAA06E. Grayscale: #5C5C5C. Windows color (decimal): -12230767 or 9527109. OLE color: 9527109.

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

Color convert

RGB6995145-
CMYK0.520.3400.43
HSL219.47º35.51%41.96%-
HSV(B)219.47º52.41%56.86%-
XYZ11.6611.4928.39-
YUV92.93157.39110.93-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.33%
GREEN value IS 95 (37.5% from 255) = 30.74%
BLUE value IS 145 (57.03% from 255) = 46.93%
R=22.33%
G=30.74%
B=46.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal69951450.520.3400.43219.4735.5141.96
Hex455F91342202Bdb242a
Octal10513722164420533334452
Binary1000101101111110010001110100100010010101111011011100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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