#4159AA

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

Shades of Mariner #4159AA

Tints of Mariner #4159AA

Color information

#4159AA (or 0x4159AA) is unknown color: approx Mariner. HEX triplet: 41, 59 and AA. RGB value is (65,89,170). Sum of RGB (Red+Green+Blue) = 65+89+170=324 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.06% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #4159AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4159AA is #BEA655. Grayscale: #5A5A5A. Windows color (decimal): -12494422 or 11163969. OLE color: 11163969.

HSL color Cylindrical-coordinate representation of color #4159AA: hue angle of 226.29º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4159AA is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6589170-
CMYK0.620.4800.33
HSL226.29º44.68%46.08%-
HSV(B)226.29º61.76%66.67%-
XYZ13.0111.1739.5-
YUV91.06172.55109.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.06%
GREEN value IS 89 (35.16% from 255) = 27.47%
BLUE value IS 170 (66.80% from 255) = 52.47%
R=20.06%
G=27.47%
B=52.47%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal65891700.620.4800.33226.2944.6846.08
Hex4159AA3E30021e22d2e
Octal10113125276600413425556
Binary1000001101100110101010111110110000010000111100010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4159AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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