#406DB1

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

Shades of Mariner #406DB1

Tints of Mariner #406DB1

Color information

#406DB1 (or 0x406DB1) is unknown color: approx Mariner. HEX triplet: 40, 6D and B1. RGB value is (64,109,177). Sum of RGB (Red+Green+Blue) = 64+109+177=350 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.29% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 177 (69.53% from 255 or 50.57% from 350); Max value from RGB is 177 - color contains mainly: blue. Hex color #406DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406DB1 is #BF924E. Grayscale: #666666. Windows color (decimal): -12554831 or 11627840. OLE color: 11627840.

HSL color Cylindrical-coordinate representation of color #406DB1: hue angle of 216.11º 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 #406DB1 is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB64109177-
CMYK0.640.3800.31
HSL216.11º46.89%47.25%-
HSV(B)216.11º63.84%69.41%-
XYZ15.5215.243.71-
YUV103.3169.5999.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.29%
GREEN value IS 109 (42.97% from 255) = 31.14%
BLUE value IS 177 (69.53% from 255) = 50.57%
R=18.29%
G=31.14%
B=50.57%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal641091770.640.3800.31216.1146.8947.25
Hex406DB1402601Fd82f2f
Octal100155261100460373305757
Binary1000000110110110110001100000010011001111111011000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,109,177); }

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

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

 a { background-color: rgb(64,109,177); }

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

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

 span { border-color: rgb(64,109,177); }

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