#45599B

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

Shades of Mariner #45599B

Tints of Mariner #45599B

Color information

#45599B (or 0x45599B) is unknown color: approx Mariner. HEX triplet: 45, 59 and 9B. RGB value is (69,89,155). Sum of RGB (Red+Green+Blue) = 69+89+155=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #45599B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45599B is #BAA664. Grayscale: #5A5A5A. Windows color (decimal): -12232293 or 10180933. OLE color: 10180933.

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

Color convert

RGB6989155-
CMYK0.550.4300.39
HSL226.05º38.39%43.92%-
HSV(B)226.05º55.48%60.78%-
XYZ11.9410.7832.46-
YUV90.54164.37112.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.04%
GREEN value IS 89 (35.16% from 255) = 28.43%
BLUE value IS 155 (60.94% from 255) = 49.52%
R=22.04%
G=28.43%
B=49.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal69891550.550.4300.39226.0538.3943.92
Hex45599B372B027e2262c
Octal10513123367530473424654
Binary1000101101100110011011110111101011010011111100010100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45599B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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