#455C91

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

Shades of Mariner #455C91

Tints of Mariner #455C91

Color information

#455C91 (or 0x455C91) is unknown color: approx Mariner. HEX triplet: 45, 5C and 91. RGB value is (69,92,145). Sum of RGB (Red+Green+Blue) = 69+92+145=306 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.55% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 145 (57.03% from 255 or 47.39% from 306); Max value from RGB is 145 - color contains mainly: blue. Hex color #455C91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455C91 is #BAA36E. Grayscale: #5A5A5A. Windows color (decimal): -12231535 or 9526341. OLE color: 9526341.

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

Color convert

RGB6992145-
CMYK0.520.3700.43
HSL221.84º35.51%41.96%-
HSV(B)221.84º52.41%56.86%-
XYZ11.3910.9628.3-
YUV91.16158.38112.19-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.55%
GREEN value IS 92 (36.33% from 255) = 30.07%
BLUE value IS 145 (57.03% from 255) = 47.39%
R=22.55%
G=30.07%
B=47.39%

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
Decimal69921450.520.3700.43221.8435.5141.96
Hex455C91342502Bde242a
Octal10513422164450533364452
Binary1000101101110010010001110100100101010101111011110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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