#455B93

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

Shades of Mariner #455B93

Tints of Mariner #455B93

Color information

#455B93 (or 0x455B93) is unknown color: approx Mariner. HEX triplet: 45, 5B and 93. RGB value is (69,91,147). Sum of RGB (Red+Green+Blue) = 69+91+147=307 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.48% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 147 (57.81% from 255 or 47.88% from 307); Max value from RGB is 147 - color contains mainly: blue. Hex color #455B93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455B93 is #BAA46C. Grayscale: #5A5A5A. Windows color (decimal): -12231789 or 9657157. OLE color: 9657157.

HSL color Cylindrical-coordinate representation of color #455B93: hue angle of 223.08º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #455B93 is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6991147-
CMYK0.530.3800.42
HSL223.08º36.11%42.35%-
HSV(B)223.08º53.06%57.65%-
XYZ11.4610.8529.09-
YUV90.81159.71112.45-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.48%
GREEN value IS 91 (35.94% from 255) = 29.64%
BLUE value IS 147 (57.81% from 255) = 47.88%
R=22.48%
G=29.64%
B=47.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69911470.530.3800.42223.0836.1142.35
Hex455B93352602Adf242a
Octal10513322365460523374452
Binary1000101101101110010011110101100110010101011011111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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