#406B9E

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

Shades of Mariner #406B9E

Tints of Mariner #406B9E

Color information

#406B9E (or 0x406B9E) is unknown color: approx Mariner. HEX triplet: 40, 6B and 9E. RGB value is (64,107,158). Sum of RGB (Red+Green+Blue) = 64+107+158=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 158 (62.11% from 255 or 48.02% from 329); Max value from RGB is 158 - color contains mainly: blue. Hex color #406B9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406B9E is #BF9461. Grayscale: #636363. Windows color (decimal): -12555362 or 10382144. OLE color: 10382144.

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

Color convert

RGB64107158-
CMYK0.590.3200.38
HSL212.55º42.34%43.53%-
HSV(B)212.55º59.49%61.96%-
XYZ13.5414.0734.35-
YUV99.96160.75102.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.45%
GREEN value IS 107 (42.19% from 255) = 32.52%
BLUE value IS 158 (62.11% from 255) = 48.02%
R=19.45%
G=32.52%
B=48.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal641071580.590.3200.38212.5542.3443.53
Hex406B9E3B20026d52a2c
Octal10015323673400463255254
Binary1000000110101110011110111011100000010011011010101101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,107,158); }

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

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

 a { background-color: rgb(64,107,158); }

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

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

 span { border-color: rgb(64,107,158); }

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