#406C9D

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

Shades of Mariner #406C9D

Tints of Mariner #406C9D

Color information

#406C9D (or 0x406C9D) is unknown color: approx Mariner. HEX triplet: 40, 6C and 9D. RGB value is (64,108,157). Sum of RGB (Red+Green+Blue) = 64+108+157=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 157 (61.72% from 255 or 47.72% from 329); Max value from RGB is 157 - color contains mainly: blue. Hex color #406C9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406C9D is #BF9362. Grayscale: #646464. Windows color (decimal): -12555107 or 10316864. OLE color: 10316864.

HSL color Cylindrical-coordinate representation of color #406C9D: hue angle of 211.61º 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 #406C9D is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB64108157-
CMYK0.590.3100.38
HSL211.61º42.08%43.33%-
HSV(B)211.61º59.24%61.57%-
XYZ13.5614.2533.93-
YUV100.43159.92102.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.45%
GREEN value IS 108 (42.58% from 255) = 32.83%
BLUE value IS 157 (61.72% from 255) = 47.72%
R=19.45%
G=32.83%
B=47.72%

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
Decimal641081570.590.3100.38211.6142.0843.33
Hex406C9D3B1F026d42a2b
Octal10015423573370463245253
Binary100000011011001001110111101111111010011011010100101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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