#406294

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

Shades of Mariner #406294

Tints of Mariner #406294

Color information

#406294 (or 0x406294) is unknown color: approx Mariner. HEX triplet: 40, 62 and 94. RGB value is (64,98,148). Sum of RGB (Red+Green+Blue) = 64+98+148=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 98 (38.67% from 255 or 31.61% from 310); Blue value is 148 (58.20% from 255 or 47.74% from 310); Max value from RGB is 148 - color contains mainly: blue. Hex color #406294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406294 is #BF9D6B. Grayscale: #5D5D5D. Windows color (decimal): -12557676 or 9724480. OLE color: 9724480.

HSL color Cylindrical-coordinate representation of color #406294: hue angle of 215.71º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #406294 is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6498148-
CMYK0.570.3400.42
HSL215.71º39.62%41.57%-
HSV(B)215.71º56.76%58.04%-
XYZ11.8311.9629.7-
YUV93.53158.74106.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.65%
GREEN value IS 98 (38.67% from 255) = 31.61%
BLUE value IS 148 (58.20% from 255) = 47.74%
R=20.65%
G=31.61%
B=47.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64981480.570.3400.42215.7139.6241.57
Hex406294392202Ad8282a
Octal10014222471420523305052
Binary1000000110001010010100111001100010010101011011000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406294; }

 p { color: rgb(64,98,148); }

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

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

 a { background-color: rgb(64,98,148); }

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

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

 span { border-color: rgb(64,98,148); }

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