#406CB5

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

Shades of Mariner #406CB5

Tints of Mariner #406CB5

Color information

#406CB5 (or 0x406CB5) is unknown color: approx Mariner. HEX triplet: 40, 6C and B5. RGB value is (64,108,181). Sum of RGB (Red+Green+Blue) = 64+108+181=353 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.13% from 353); Green value is 108 (42.58% from 255 or 30.59% from 353); Blue value is 181 (71.09% from 255 or 51.27% from 353); Max value from RGB is 181 - color contains mainly: blue. Hex color #406CB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406CB5 is #BF934A. Grayscale: #666666. Windows color (decimal): -12555083 or 11889728. OLE color: 11889728.

HSL color Cylindrical-coordinate representation of color #406CB5: hue angle of 217.44º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #406CB5 is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB64108181-
CMYK0.650.4000.29
HSL217.44º47.76%48.04%-
HSV(B)217.44º64.64%70.98%-
XYZ15.8215.1545.81-
YUV103.17171.92100.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.13%
GREEN value IS 108 (42.58% from 255) = 30.59%
BLUE value IS 181 (71.09% from 255) = 51.27%
R=18.13%
G=30.59%
B=51.27%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal641081810.650.4000.29217.4447.7648.04
Hex406CB5412801Dd93030
Octal100154265101500353316060
Binary1000000110110010110101100000110100001110111011001110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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