#406FA6

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

Shades of Mariner #406FA6

Tints of Mariner #406FA6

Color information

#406FA6 (or 0x406FA6) is unknown color: approx Mariner. HEX triplet: 40, 6F and A6. RGB value is (64,111,166). Sum of RGB (Red+Green+Blue) = 64+111+166=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 166 (65.23% from 255 or 48.68% from 341); Max value from RGB is 166 - color contains mainly: blue. Hex color #406FA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406FA6 is #BF9059. Grayscale: #666666. Windows color (decimal): -12554330 or 10907456. OLE color: 10907456.

HSL color Cylindrical-coordinate representation of color #406FA6: hue angle of 212.35º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #406FA6 is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB64111166-
CMYK0.610.3300.35
HSL212.35º44.35%45.1%-
HSV(B)212.35º61.45%65.1%-
XYZ14.6815.2138.24-
YUV103.22163.43100.03-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.77%
GREEN value IS 111 (43.75% from 255) = 32.55%
BLUE value IS 166 (65.23% from 255) = 48.68%
R=18.77%
G=32.55%
B=48.68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal641111660.610.3300.35212.3544.3545.1
Hex406FA63D21023d42c2d
Octal10015724675410433245455
Binary1000000110111110100110111101100001010001111010100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,111,166); }

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

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

 a { background-color: rgb(64,111,166); }

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

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

 span { border-color: rgb(64,111,166); }

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