#406FAC

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

Shades of Mariner #406FAC

Tints of Mariner #406FAC

Color information

#406FAC (or 0x406FAC) is unknown color: approx Mariner. HEX triplet: 40, 6F and AC. RGB value is (64,111,172). Sum of RGB (Red+Green+Blue) = 64+111+172=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #406FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406FAC is #BF9053. Grayscale: #676767. Windows color (decimal): -12554324 or 11300672. OLE color: 11300672.

HSL color Cylindrical-coordinate representation of color #406FAC: hue angle of 213.89º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #406FAC is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB64111172-
CMYK0.630.3500.33
HSL213.89º45.76%46.27%-
HSV(B)213.89º62.79%67.45%-
XYZ15.2515.4441.21-
YUV103.9166.4399.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.44%
GREEN value IS 111 (43.75% from 255) = 31.99%
BLUE value IS 172 (67.58% from 255) = 49.57%
R=18.44%
G=31.99%
B=49.57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal641111720.630.3500.33213.8945.7646.27
Hex406FAC3F23021d62e2e
Octal10015725477430413265656
Binary1000000110111110101100111111100011010000111010110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,111,172); }

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

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

 a { background-color: rgb(64,111,172); }

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

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

 span { border-color: rgb(64,111,172); }

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