#406A95

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

Shades of Mariner #406A95

Tints of Mariner #406A95

Color information

#406A95 (or 0x406A95) is unknown color: approx Mariner. HEX triplet: 40, 6A and 95. RGB value is (64,106,149). Sum of RGB (Red+Green+Blue) = 64+106+149=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 106 (41.80% from 255 or 33.23% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 149 - color contains mainly: blue. Hex color #406A95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406A95 is #BF956A. Grayscale: #626262. Windows color (decimal): -12555627 or 9792064. OLE color: 9792064.

HSL color Cylindrical-coordinate representation of color #406A95: hue angle of 210.35º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #406A95 is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB64106149-
CMYK0.570.2900.42
HSL210.35º39.91%41.76%-
HSV(B)210.35º57.05%58.43%-
XYZ12.6913.5730.38-
YUV98.34156.59103.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.06%
GREEN value IS 106 (41.80% from 255) = 33.23%
BLUE value IS 149 (58.59% from 255) = 46.71%
R=20.06%
G=33.23%
B=46.71%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641061490.570.2900.42210.3539.9141.76
Hex406A95391D02Ad2282a
Octal10015222571350523225052
Binary100000011010101001010111100111101010101011010010101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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