#41659F

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

Shades of Mariner #41659F

Tints of Mariner #41659F

Color information

#41659F (or 0x41659F) is unknown color: approx Mariner. HEX triplet: 41, 65 and 9F. RGB value is (65,101,159). Sum of RGB (Red+Green+Blue) = 65+101+159=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 159 (62.5% from 255 or 48.92% from 325); Max value from RGB is 159 - color contains mainly: blue. Hex color #41659F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41659F is #BE9A60. Grayscale: #606060. Windows color (decimal): -12491361 or 10446145. OLE color: 10446145.

HSL color Cylindrical-coordinate representation of color #41659F: hue angle of 217.02º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #41659F is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB65101159-
CMYK0.590.3600.38
HSL217.02º41.96%43.92%-
HSV(B)217.02º59.12%62.35%-
XYZ13.0912.9334.61-
YUV96.85163.07105.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20%
GREEN value IS 101 (39.84% from 255) = 31.08%
BLUE value IS 159 (62.5% from 255) = 48.92%
R=20%
G=31.08%
B=48.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal651011590.590.3600.38217.0241.9643.92
Hex41659F3B24026d92a2c
Octal10114523773440463315254
Binary1000001110010110011111111011100100010011011011001101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41659F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41659F; }

 p { color: rgb(65,101,159); }

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

<style>
 a { background-color: #41659F; }

 a { background-color: rgb(65,101,159); }

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

<style>
 span { border-color: #41659F; }

 span { border-color: rgb(65,101,159); }

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