#406BB0

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

Shades of Mariner #406BB0

Tints of Mariner #406BB0

Color information

#406BB0 (or 0x406BB0) is unknown color: approx Mariner. HEX triplet: 40, 6B and B0. RGB value is (64,107,176). Sum of RGB (Red+Green+Blue) = 64+107+176=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 176 (69.14% from 255 or 50.72% from 347); Max value from RGB is 176 - color contains mainly: blue. Hex color #406BB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406BB0 is #BF944F. Grayscale: #656565. Windows color (decimal): -12555344 or 11561792. OLE color: 11561792.

HSL color Cylindrical-coordinate representation of color #406BB0: hue angle of 216.96º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #406BB0 is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB64107176-
CMYK0.640.3900.31
HSL216.96º46.67%47.06%-
HSV(B)216.96º63.64%69.02%-
XYZ15.2114.7443.12-
YUV102.01169.75100.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.44%
GREEN value IS 107 (42.19% from 255) = 30.84%
BLUE value IS 176 (69.14% from 255) = 50.72%
R=18.44%
G=30.84%
B=50.72%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal641071760.640.3900.31216.9646.6747.06
Hex406BB0402701Fd92f2f
Octal100153260100470373315757
Binary1000000110101110110000100000010011101111111011001101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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