#406DAE

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

Shades of Mariner #406DAE

Tints of Mariner #406DAE

Color information

#406DAE (or 0x406DAE) is unknown color: approx Mariner. HEX triplet: 40, 6D and AE. RGB value is (64,109,174). Sum of RGB (Red+Green+Blue) = 64+109+174=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #406DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406DAE is #BF9251. Grayscale: #666666. Windows color (decimal): -12554834 or 11431232. OLE color: 11431232.

HSL color Cylindrical-coordinate representation of color #406DAE: hue angle of 215.45º 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 #406DAE is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB64109174-
CMYK0.630.3700.32
HSL215.45º46.22%46.67%-
HSV(B)215.45º63.22%68.24%-
XYZ15.2215.0842.15-
YUV102.96168.09100.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.44%
GREEN value IS 109 (42.97% from 255) = 31.41%
BLUE value IS 174 (68.36% from 255) = 50.14%
R=18.44%
G=31.41%
B=50.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal641091740.630.3700.32215.4546.2246.67
Hex406DAE3F25020d72e2f
Octal10015525677450403275657
Binary1000000110110110101110111111100101010000011010111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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