#4559AB

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

Shades of Mariner #4559AB

Tints of Mariner #4559AB

Color information

#4559AB (or 0x4559AB) is unknown color: approx Mariner. HEX triplet: 45, 59 and AB. RGB value is (69,89,171). Sum of RGB (Red+Green+Blue) = 69+89+171=329 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.97% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #4559AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4559AB is #BAA654. Grayscale: #5C5C5C. Windows color (decimal): -12232277 or 11229509. OLE color: 11229509.

HSL color Cylindrical-coordinate representation of color #4559AB: hue angle of 228.24º degrees, saturation: 0.42, 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 #4559AB is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6989171-
CMYK0.600.4800.33
HSL228.24º42.5%47.06%-
HSV(B)228.24º59.65%67.06%-
XYZ13.3811.3540.01-
YUV92.37172.37111.33-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.97%
GREEN value IS 89 (35.16% from 255) = 27.05%
BLUE value IS 171 (67.19% from 255) = 51.98%
R=20.97%
G=27.05%
B=51.98%

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
Decimal69891710.600.4800.33228.2442.547.06
Hex4559AB3C30021e42a2f
Octal10513125374600413445257
Binary1000101101100110101011111100110000010000111100100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4559AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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