#406FAE

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

Shades of Mariner #406FAE

Tints of Mariner #406FAE

Color information

#406FAE (or 0x406FAE) is unknown color: approx Mariner. HEX triplet: 40, 6F and AE. RGB value is (64,111,174). Sum of RGB (Red+Green+Blue) = 64+111+174=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #406FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406FAE is #BF9051. Grayscale: #676767. Windows color (decimal): -12554322 or 11431744. OLE color: 11431744.

HSL color Cylindrical-coordinate representation of color #406FAE: hue angle of 214.36º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #406FAE is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB64111174-
CMYK0.630.3600.32
HSL214.36º46.22%46.67%-
HSV(B)214.36º63.22%68.24%-
XYZ15.4415.5142.23-
YUV104.13167.4399.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.34%
GREEN value IS 111 (43.75% from 255) = 31.81%
BLUE value IS 174 (68.36% from 255) = 49.86%
R=18.34%
G=31.81%
B=49.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal641111740.630.3600.32214.3646.2246.67
Hex406FAE3F24020d62e2f
Octal10015725677440403265657
Binary1000000110111110101110111111100100010000011010110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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