#41659D

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

Shades of Mariner #41659D

Tints of Mariner #41659D

Color information

#41659D (or 0x41659D) is unknown color: approx Mariner. HEX triplet: 41, 65 and 9D. RGB value is (65,101,157). Sum of RGB (Red+Green+Blue) = 65+101+157=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 157 (61.72% from 255 or 48.61% from 323); Max value from RGB is 157 - color contains mainly: blue. Hex color #41659D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41659D is #BE9A62. Grayscale: #606060. Windows color (decimal): -12491363 or 10315073. OLE color: 10315073.

HSL color Cylindrical-coordinate representation of color #41659D: hue angle of 216.52º degrees, saturation: 0.41, 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 #41659D is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB65101157-
CMYK0.590.3600.38
HSL216.52º41.44%43.53%-
HSV(B)216.52º58.6%61.57%-
XYZ12.9212.8733.7-
YUV96.62162.07105.45-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.12%
GREEN value IS 101 (39.84% from 255) = 31.27%
BLUE value IS 157 (61.72% from 255) = 48.61%
R=20.12%
G=31.27%
B=48.61%

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
Decimal651011570.590.3600.38216.5241.4443.53
Hex41659D3B24026d9292c
Octal10114523573440463315154
Binary1000001110010110011101111011100100010011011011001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41659D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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