#45579A

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

Shades of Mariner #45579A

Tints of Mariner #45579A

Color information

#45579A (or 0x45579A) is unknown color: approx Mariner. HEX triplet: 45, 57 and 9A. RGB value is (69,87,154). Sum of RGB (Red+Green+Blue) = 69+87+154=310 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.26% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 154 (60.55% from 255 or 49.68% from 310); Max value from RGB is 154 - color contains mainly: blue. Hex color #45579A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45579A is #BAA865. Grayscale: #585858. Windows color (decimal): -12232806 or 10114885. OLE color: 10114885.

HSL color Cylindrical-coordinate representation of color #45579A: hue angle of 227.29º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #45579A is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6987154-
CMYK0.550.4400.40
HSL227.29º38.12%43.73%-
HSV(B)227.29º55.19%60.39%-
XYZ11.710.4131.97-
YUV89.26164.54113.55-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.26%
GREEN value IS 87 (34.38% from 255) = 28.06%
BLUE value IS 154 (60.55% from 255) = 49.68%
R=22.26%
G=28.06%
B=49.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal69871540.550.4400.40227.2938.1243.73
Hex45579A372C028e3262c
Octal10512723267540503434654
Binary1000101101011110011010110111101100010100011100011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45579A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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