#406BBA

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

Shades of Mariner #406BBA

Tints of Mariner #406BBA

Color information

#406BBA (or 0x406BBA) is unknown color: approx Mariner. HEX triplet: 40, 6B and BA. RGB value is (64,107,186). Sum of RGB (Red+Green+Blue) = 64+107+186=357 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.93% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #406BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406BBA is #BF9445. Grayscale: #666666. Windows color (decimal): -12555334 or 12217152. OLE color: 12217152.

HSL color Cylindrical-coordinate representation of color #406BBA: hue angle of 218.85º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #406BBA is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB64107186-
CMYK0.660.4200.27
HSL218.85º48.8%49.02%-
HSV(B)218.85º65.59%72.94%-
XYZ16.2315.1548.52-
YUV103.15174.75100.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.93%
GREEN value IS 107 (42.19% from 255) = 29.97%
BLUE value IS 186 (73.05% from 255) = 52.10%
R=17.93%
G=29.97%
B=52.10%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal641071860.660.4200.27218.8548.849.02
Hex406BBA422A01Bdb3131
Octal100153272102520333336161
Binary1000000110101110111010100001010101001101111011011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,107,186); }

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

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

 a { background-color: rgb(64,107,186); }

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

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

 span { border-color: rgb(64,107,186); }

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