#4559AC

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

Shades of Mariner #4559AC

Tints of Mariner #4559AC

Color information

#4559AC (or 0x4559AC) is unknown color: approx Mariner. HEX triplet: 45, 59 and AC. RGB value is (69,89,172). Sum of RGB (Red+Green+Blue) = 69+89+172=330 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.91% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #4559AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4559AC is #BAA653. Grayscale: #5C5C5C. Windows color (decimal): -12232276 or 11295045. OLE color: 11295045.

HSL color Cylindrical-coordinate representation of color #4559AC: hue angle of 228.35º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4559AC is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6989172-
CMYK0.600.4800.33
HSL228.35º42.74%47.25%-
HSV(B)228.35º59.88%67.45%-
XYZ13.4711.3940.52-
YUV92.48172.87111.25-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.91%
GREEN value IS 89 (35.16% from 255) = 26.97%
BLUE value IS 172 (67.58% from 255) = 52.12%
R=20.91%
G=26.97%
B=52.12%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal69891720.600.4800.33228.3542.7447.25
Hex4559AC3C30021e42b2f
Octal10513125474600413445357
Binary1000101101100110101100111100110000010000111100100101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4559AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4559AC; }

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

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

<style>
 a { background-color: #4559AC; }

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

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

<style>
 span { border-color: #4559AC; }

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

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