#41629E

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

Shades of Mariner #41629E

Tints of Mariner #41629E

Color information

#41629E (or 0x41629E) is unknown color: approx Mariner. HEX triplet: 41, 62 and 9E. RGB value is (65,98,158). Sum of RGB (Red+Green+Blue) = 65+98+158=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 158 (62.11% from 255 or 49.22% from 321); Max value from RGB is 158 - color contains mainly: blue. Hex color #41629E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41629E is #BE9D61. Grayscale: #5E5E5E. Windows color (decimal): -12492130 or 10379841. OLE color: 10379841.

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

Color convert

RGB6598158-
CMYK0.590.3800.38
HSL218.71º41.7%43.73%-
HSV(B)218.71º58.86%61.96%-
XYZ12.7212.3334.06-
YUV94.97163.57106.62-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.25%
GREEN value IS 98 (38.67% from 255) = 30.53%
BLUE value IS 158 (62.11% from 255) = 49.22%
R=20.25%
G=30.53%
B=49.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal65981580.590.3800.38218.7141.743.73
Hex41629E3B26026db2a2c
Octal10114223673460463335254
Binary1000001110001010011110111011100110010011011011011101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41629E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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