#45579B

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

Shades of Mariner #45579B

Tints of Mariner #45579B

Color information

#45579B (or 0x45579B) is unknown color: approx Mariner. HEX triplet: 45, 57 and 9B. RGB value is (69,87,155). Sum of RGB (Red+Green+Blue) = 69+87+155=311 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.19% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #45579B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45579B is #BAA864. Grayscale: #595959. Windows color (decimal): -12232805 or 10180421. OLE color: 10180421.

HSL color Cylindrical-coordinate representation of color #45579B: hue angle of 227.44º 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 #45579B is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6987155-
CMYK0.550.4400.39
HSL227.44º38.39%43.92%-
HSV(B)227.44º55.48%60.78%-
XYZ11.7810.4532.41-
YUV89.37165.04113.47-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.19%
GREEN value IS 87 (34.38% from 255) = 27.97%
BLUE value IS 155 (60.94% from 255) = 49.84%
R=22.19%
G=27.97%
B=49.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal69871550.550.4400.39227.4438.3943.92
Hex45579B372C027e3262c
Octal10512723367540473434654
Binary1000101101011110011011110111101100010011111100011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45579B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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