#455E93

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

Shades of Mariner #455E93

Tints of Mariner #455E93

Color information

#455E93 (or 0x455E93) is unknown color: approx Mariner. HEX triplet: 45, 5E and 93. RGB value is (69,94,147). Sum of RGB (Red+Green+Blue) = 69+94+147=310 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.26% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 147 (57.81% from 255 or 47.42% from 310); Max value from RGB is 147 - color contains mainly: blue. Hex color #455E93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455E93 is #BAA16C. Grayscale: #5C5C5C. Windows color (decimal): -12231021 or 9657925. OLE color: 9657925.

HSL color Cylindrical-coordinate representation of color #455E93: hue angle of 220.77º 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 #455E93 is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6994147-
CMYK0.530.3600.42
HSL220.77º36.11%42.35%-
HSV(B)220.77º53.06%57.65%-
XYZ11.7211.3829.18-
YUV92.57158.72111.19-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.26%
GREEN value IS 94 (37.11% from 255) = 30.32%
BLUE value IS 147 (57.81% from 255) = 47.42%
R=22.26%
G=30.32%
B=47.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69941470.530.3600.42220.7736.1142.35
Hex455E93352402Add242a
Octal10513622365440523354452
Binary1000101101111010010011110101100100010101011011101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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