#4559A4

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

Shades of Mariner #4559A4

Tints of Mariner #4559A4

Color information

#4559A4 (or 0x4559A4) is unknown color: approx Mariner. HEX triplet: 45, 59 and A4. RGB value is (69,89,164). Sum of RGB (Red+Green+Blue) = 69+89+164=322 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.43% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 164 (64.45% from 255 or 50.93% from 322); Max value from RGB is 164 - color contains mainly: blue. Hex color #4559A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4559A4 is #BAA65B. Grayscale: #5B5B5B. Windows color (decimal): -12232284 or 10770757. OLE color: 10770757.

HSL color Cylindrical-coordinate representation of color #4559A4: hue angle of 227.37º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4559A4 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6989164-
CMYK0.580.4600.36
HSL227.37º40.77%45.69%-
HSV(B)227.37º57.93%64.31%-
XYZ12.7311.0936.59-
YUV91.57168.87111.9-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.43%
GREEN value IS 89 (35.16% from 255) = 27.64%
BLUE value IS 164 (64.45% from 255) = 50.93%
R=21.43%
G=27.64%
B=50.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal69891640.580.4600.36227.3740.7745.69
Hex4559A43A2E024e3292e
Octal10513124472560443435156
Binary1000101101100110100100111010101110010010011100011101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4559A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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