#406a9b

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

Shades of Mariner #406A9B

Tints of Mariner #406A9B

Color information

#406A9B (or 0x406A9B) is unknown color: approx Mariner. HEX triplet: 40, 6A and 9B. RGB value is (64,106,155). Sum of RGB (Red+Green+Blue) = 64+106+155=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #406A9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406A9B is #BF9564. Grayscale: #626262. Windows color (decimal): -12555621 or 10185280. OLE color: 10185280.

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

Color convert

RGB64106155-
CMYK0.590.3200.39
HSL212.31º41.55%42.94%-
HSV(B)212.31º58.71%60.78%-
XYZ13.1813.7632.97-
YUV99.03159.59103.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.69%
GREEN value IS 106 (41.80% from 255) = 32.62%
BLUE value IS 155 (60.94% from 255) = 47.69%
R=19.69%
G=32.62%
B=47.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal641061550.590.3200.39212.3141.5542.94
Hex406A9B3B20027d42a2b
Octal10015223373400473245253
Binary1000000110101010011011111011100000010011111010100101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406a9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,106,155); }

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

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

 a { background-color: rgb(64,106,155); }

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

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

 span { border-color: rgb(64,106,155); }

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