#406492

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

Shades of Mariner #406492

Tints of Mariner #406492

Color information

#406492 (or 0x406492) is unknown color: approx Mariner. HEX triplet: 40, 64 and 92. RGB value is (64,100,146). Sum of RGB (Red+Green+Blue) = 64+100+146=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 146 - color contains mainly: blue. Hex color #406492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406492 is #BF9B6D. Grayscale: #5E5E5E. Windows color (decimal): -12557166 or 9593920. OLE color: 9593920.

HSL color Cylindrical-coordinate representation of color #406492: hue angle of 213.66º 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 #406492 is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB64100146-
CMYK0.560.3200.43
HSL213.66º39.05%41.18%-
HSV(B)213.66º56.16%57.25%-
XYZ11.8612.2828.94-
YUV94.48157.07106.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.65%
GREEN value IS 100 (39.45% from 255) = 32.26%
BLUE value IS 146 (57.42% from 255) = 47.10%
R=20.65%
G=32.26%
B=47.10%

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
Decimal641001460.560.3200.43213.6639.0541.18
Hex406492382002Bd62729
Octal10014422270400533264751
Binary1000000110010010010010111000100000010101111010110100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406492; }

 p { color: rgb(64,100,146); }

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

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

 a { background-color: rgb(64,100,146); }

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

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

 span { border-color: rgb(64,100,146); }

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