#406AA9

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

Shades of Mariner #406AA9

Tints of Mariner #406AA9

Color information

#406AA9 (or 0x406AA9) is unknown color: approx Mariner. HEX triplet: 40, 6A and A9. RGB value is (64,106,169). Sum of RGB (Red+Green+Blue) = 64+106+169=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 169 (66.41% from 255 or 49.85% from 339); Max value from RGB is 169 - color contains mainly: blue. Hex color #406AA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406AA9 is #BF9556. Grayscale: #646464. Windows color (decimal): -12555607 or 11102784. OLE color: 11102784.

HSL color Cylindrical-coordinate representation of color #406AA9: hue angle of 216º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #406AA9 is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB64106169-
CMYK0.620.3700.34
HSL216º45.06%45.69%-
HSV(B)216º62.13%66.27%-
XYZ14.4314.2639.53-
YUV100.62166.59101.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.88%
GREEN value IS 106 (41.80% from 255) = 31.27%
BLUE value IS 169 (66.41% from 255) = 49.85%
R=18.88%
G=31.27%
B=49.85%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal641061690.620.3700.3421645.0645.69
Hex406AA93E25022d82d2e
Octal10015225176450423305556
Binary1000000110101010101001111110100101010001011011000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406AA9; }

 p { color: rgb(64,106,169); }

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

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

 a { background-color: rgb(64,106,169); }

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

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

 span { border-color: rgb(64,106,169); }

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