#406D9D

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

Shades of Mariner #406D9D

Tints of Mariner #406D9D

Color information

#406D9D (or 0x406D9D) is unknown color: approx Mariner. HEX triplet: 40, 6D and 9D. RGB value is (64,109,157). Sum of RGB (Red+Green+Blue) = 64+109+157=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 157 (61.72% from 255 or 47.58% from 330); Max value from RGB is 157 - color contains mainly: blue. Hex color #406D9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406D9D is #BF9262. Grayscale: #646464. Windows color (decimal): -12554851 or 10317120. OLE color: 10317120.

HSL color Cylindrical-coordinate representation of color #406D9D: hue angle of 210.97º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #406D9D is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB64109157-
CMYK0.590.3100.38
HSL210.97º42.08%43.33%-
HSV(B)210.97º59.24%61.57%-
XYZ13.6714.4633.97-
YUV101.02159.59101.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.39%
GREEN value IS 109 (42.97% from 255) = 33.03%
BLUE value IS 157 (61.72% from 255) = 47.58%
R=19.39%
G=33.03%
B=47.58%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal641091570.590.3100.38210.9742.0843.33
Hex406D9D3B1F026d32a2b
Octal10015523573370463235253
Binary100000011011011001110111101111111010011011010011101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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