#4159AD

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

Shades of Mariner #4159AD

Tints of Mariner #4159AD

Color information

#4159AD (or 0x4159AD) is unknown color: approx Mariner. HEX triplet: 41, 59 and AD. RGB value is (65,89,173). Sum of RGB (Red+Green+Blue) = 65+89+173=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #4159AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4159AD is #BEA652. Grayscale: #5B5B5B. Windows color (decimal): -12494419 or 11360577. OLE color: 11360577.

HSL color Cylindrical-coordinate representation of color #4159AD: hue angle of 226.67º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4159AD is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6589173-
CMYK0.620.4900.32
HSL226.67º45.38%46.67%-
HSV(B)226.67º62.43%67.84%-
XYZ13.311.2941.01-
YUV91.4174.05109.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.88%
GREEN value IS 89 (35.16% from 255) = 27.22%
BLUE value IS 173 (67.97% from 255) = 52.91%
R=19.88%
G=27.22%
B=52.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal65891730.620.4900.32226.6745.3846.67
Hex4159AD3E31020e32d2f
Octal10113125576610403435557
Binary1000001101100110101101111110110001010000011100011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4159AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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