#41599E

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

Shades of Mariner #41599E

Tints of Mariner #41599E

Color information

#41599E (or 0x41599E) is unknown color: approx Mariner. HEX triplet: 41, 59 and 9E. RGB value is (65,89,158). Sum of RGB (Red+Green+Blue) = 65+89+158=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 158 (62.11% from 255 or 50.64% from 312); Max value from RGB is 158 - color contains mainly: blue. Hex color #41599E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41599E is #BEA661. Grayscale: #595959. Windows color (decimal): -12494434 or 10377537. OLE color: 10377537.

HSL color Cylindrical-coordinate representation of color #41599E: hue angle of 224.52º 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 #41599E is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6589158-
CMYK0.590.4400.38
HSL224.52º41.7%43.73%-
HSV(B)224.52º58.86%61.96%-
XYZ11.9210.7433.79-
YUV89.69166.55110.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.83%
GREEN value IS 89 (35.16% from 255) = 28.53%
BLUE value IS 158 (62.11% from 255) = 50.64%
R=20.83%
G=28.53%
B=50.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal65891580.590.4400.38224.5241.743.73
Hex41599E3B2C026e12a2c
Octal10113123673540463415254
Binary1000001101100110011110111011101100010011011100001101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41599E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41599E; }

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

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

<style>
 a { background-color: #41599E; }

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

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

<style>
 span { border-color: #41599E; }

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

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