#4459AA

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

Shades of Mariner #4459AA

Tints of Mariner #4459AA

Color information

#4459AA (or 0x4459AA) is unknown color: approx Mariner. HEX triplet: 44, 59 and AA. RGB value is (68,89,170). Sum of RGB (Red+Green+Blue) = 68+89+170=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #4459AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4459AA is #BBA655. Grayscale: #5B5B5B. Windows color (decimal): -12297814 or 11163972. OLE color: 11163972.

HSL color Cylindrical-coordinate representation of color #4459AA: hue angle of 227.65º 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 #4459AA is Cyan = 0.6, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6889170-
CMYK0.60.4800.33
HSL227.65º42.86%46.67%-
HSV(B)227.65º60%66.67%-
XYZ13.2111.2839.51-
YUV91.95172.04110.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.80%
GREEN value IS 89 (35.16% from 255) = 27.22%
BLUE value IS 170 (66.80% from 255) = 51.99%
R=20.80%
G=27.22%
B=51.99%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal68891700.60.4800.33227.6542.8646.67
Hex4459AA3C30021e42b2f
Octal10413125274600413445357
Binary1000100101100110101010111100110000010000111100100101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4459AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4459AA; }

 p { color: rgb(68,89,170); }

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

<style>
 a { background-color: #4459AA; }

 a { background-color: rgb(68,89,170); }

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

<style>
 span { border-color: #4459AA; }

 span { border-color: rgb(68,89,170); }

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