#406DAD

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

Shades of Mariner #406DAD

Tints of Mariner #406DAD

Color information

#406DAD (or 0x406DAD) is unknown color: approx Mariner. HEX triplet: 40, 6D and AD. RGB value is (64,109,173). Sum of RGB (Red+Green+Blue) = 64+109+173=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #406DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406DAD is #BF9252. Grayscale: #666666. Windows color (decimal): -12554835 or 11365696. OLE color: 11365696.

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

Color convert

RGB64109173-
CMYK0.630.3700.32
HSL215.23º45.99%46.47%-
HSV(B)215.23º63.01%67.84%-
XYZ15.1315.0441.64-
YUV102.84167.59100.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.50%
GREEN value IS 109 (42.97% from 255) = 31.50%
BLUE value IS 173 (67.97% from 255) = 50%
R=18.50%
G=31.50%
B=50%

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
Decimal641091730.630.3700.32215.2345.9946.47
Hex406DAD3F25020d72e2e
Octal10015525577450403275656
Binary1000000110110110101101111111100101010000011010111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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