#45589E

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

Shades of Mariner #45589E

Tints of Mariner #45589E

Color information

#45589E (or 0x45589E) is unknown color: approx Mariner. HEX triplet: 45, 58 and 9E. RGB value is (69,88,158). Sum of RGB (Red+Green+Blue) = 69+88+158=315 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.90% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 158 (62.11% from 255 or 50.16% from 315); Max value from RGB is 158 - color contains mainly: blue. Hex color #45589E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45589E is #BAA761. Grayscale: #595959. Windows color (decimal): -12232546 or 10377285. OLE color: 10377285.

HSL color Cylindrical-coordinate representation of color #45589E: hue angle of 227.19º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #45589E is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6988158-
CMYK0.560.4400.38
HSL227.19º39.21%44.51%-
HSV(B)227.19º56.33%61.96%-
XYZ12.1210.7133.78-
YUV90.3166.21112.81-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.90%
GREEN value IS 88 (34.77% from 255) = 27.94%
BLUE value IS 158 (62.11% from 255) = 50.16%
R=21.90%
G=27.94%
B=50.16%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal69881580.560.4400.38227.1939.2144.51
Hex45589E382C026e3272d
Octal10513023670540463434755
Binary1000101101100010011110111000101100010011011100011100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45589E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45589E; }

 p { color: rgb(69,88,158); }

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

<style>
 a { background-color: #45589E; }

 a { background-color: rgb(69,88,158); }

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

<style>
 span { border-color: #45589E; }

 span { border-color: rgb(69,88,158); }

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