#406591

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

Shades of Mariner #406591

Tints of Mariner #406591

Color information

#406591 (or 0x406591) is unknown color: approx Mariner. HEX triplet: 40, 65 and 91. RGB value is (64,101,145). Sum of RGB (Red+Green+Blue) = 64+101+145=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 145 (57.03% from 255 or 46.77% from 310); Max value from RGB is 145 - color contains mainly: blue. Hex color #406591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406591 is #BF9A6E. Grayscale: #5E5E5E. Windows color (decimal): -12556911 or 9528640. OLE color: 9528640.

HSL color Cylindrical-coordinate representation of color #406591: hue angle of 212.59º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #406591 is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB64101145-
CMYK0.560.3000.43
HSL212.59º38.76%40.98%-
HSV(B)212.59º55.86%56.86%-
XYZ11.8812.4428.56-
YUV94.95156.24105.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.65%
GREEN value IS 101 (39.84% from 255) = 32.58%
BLUE value IS 145 (57.03% from 255) = 46.77%
R=20.65%
G=32.58%
B=46.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal641011450.560.3000.43212.5938.7640.98
Hex406591381E02Bd52729
Octal10014522170360533254751
Binary100000011001011001000111100011110010101111010101100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406591; }

 p { color: rgb(64,101,145); }

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

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

 a { background-color: rgb(64,101,145); }

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

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

 span { border-color: rgb(64,101,145); }

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