#406391

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

Shades of Mariner #406391

Tints of Mariner #406391

Color information

#406391 (or 0x406391) is unknown color: approx Mariner. HEX triplet: 40, 63 and 91. RGB value is (64,99,145). Sum of RGB (Red+Green+Blue) = 64+99+145=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 145 (57.03% from 255 or 47.08% from 308); Max value from RGB is 145 - color contains mainly: blue. Hex color #406391 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406391 is #BF9C6E. Grayscale: #5D5D5D. Windows color (decimal): -12557423 or 9528128. OLE color: 9528128.

HSL color Cylindrical-coordinate representation of color #406391: hue angle of 214.07º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #406391 is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6499145-
CMYK0.560.3200.43
HSL214.07º38.76%40.98%-
HSV(B)214.07º55.86%56.86%-
XYZ11.6912.0628.5-
YUV93.78156.9106.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.78%
GREEN value IS 99 (39.06% from 255) = 32.14%
BLUE value IS 145 (57.03% from 255) = 47.08%
R=20.78%
G=32.14%
B=47.08%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal64991450.560.3200.43214.0738.7640.98
Hex406391382002Bd62729
Octal10014322170400533264751
Binary1000000110001110010001111000100000010101111010110100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406391; }

 p { color: rgb(64,99,145); }

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

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

 a { background-color: rgb(64,99,145); }

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

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

 span { border-color: rgb(64,99,145); }

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