#45599f

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

Shades of Mariner #45599F

Tints of Mariner #45599F

Color information

#45599F (or 0x45599F) is unknown color: approx Mariner. HEX triplet: 45, 59 and 9F. RGB value is (69,89,159). Sum of RGB (Red+Green+Blue) = 69+89+159=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 159 (62.5% from 255 or 50.16% from 317); Max value from RGB is 159 - color contains mainly: blue. Hex color #45599F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45599F is #BAA660. Grayscale: #5A5A5A. Windows color (decimal): -12232289 or 10443077. OLE color: 10443077.

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

Color convert

RGB6989159-
CMYK0.570.4400.38
HSL226.67º39.47%44.71%-
HSV(B)226.67º56.6%62.35%-
XYZ12.2810.9134.26-
YUV91166.37112.31-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.77%
GREEN value IS 89 (35.16% from 255) = 28.08%
BLUE value IS 159 (62.5% from 255) = 50.16%
R=21.77%
G=28.08%
B=50.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal69891590.570.4400.38226.6739.4744.71
Hex45599F392C026e3272d
Octal10513123771540463434755
Binary1000101101100110011111111001101100010011011100011100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45599f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45599f; }

 p { color: rgb(69,89,159); }

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

<style>
 a { background-color: #45599f; }

 a { background-color: rgb(69,89,159); }

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

<style>
 span { border-color: #45599f; }

 span { border-color: rgb(69,89,159); }

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