#406EB4

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

Shades of Mariner #406EB4

Tints of Mariner #406EB4

Color information

#406EB4 (or 0x406EB4) is unknown color: approx Mariner. HEX triplet: 40, 6E and B4. RGB value is (64,110,180). Sum of RGB (Red+Green+Blue) = 64+110+180=354 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.08% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 180 (70.70% from 255 or 50.85% from 354); Max value from RGB is 180 - color contains mainly: blue. Hex color #406EB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406EB4 is #BF914B. Grayscale: #676767. Windows color (decimal): -12554572 or 11824704. OLE color: 11824704.

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

Color convert

RGB64110180-
CMYK0.640.3900.29
HSL216.21º47.54%47.84%-
HSV(B)216.21º64.44%70.59%-
XYZ15.9315.5445.34-
YUV104.23170.7699.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.08%
GREEN value IS 110 (43.36% from 255) = 31.07%
BLUE value IS 180 (70.70% from 255) = 50.85%
R=18.08%
G=31.07%
B=50.85%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal641101800.640.3900.29216.2147.5447.84
Hex406EB4402701Dd83030
Octal100156264100470353306060
Binary1000000110111010110100100000010011101110111011000110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,110,180); }

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

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

 a { background-color: rgb(64,110,180); }

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

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

 span { border-color: rgb(64,110,180); }

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