#406594

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

Shades of Mariner #406594

Tints of Mariner #406594

Color information

#406594 (or 0x406594) is unknown color: approx Mariner. HEX triplet: 40, 65 and 94. RGB value is (64,101,148). Sum of RGB (Red+Green+Blue) = 64+101+148=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 148 (58.20% from 255 or 47.28% from 313); Max value from RGB is 148 - color contains mainly: blue. Hex color #406594 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406594 is #BF9A6B. Grayscale: #5F5F5F. Windows color (decimal): -12556908 or 9725248. OLE color: 9725248.

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

Color convert

RGB64101148-
CMYK0.570.3200.42
HSL213.57º39.62%41.57%-
HSV(B)213.57º56.76%58.04%-
XYZ12.1112.5429.8-
YUV95.3157.74105.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.45%
GREEN value IS 101 (39.84% from 255) = 32.27%
BLUE value IS 148 (58.20% from 255) = 47.28%
R=20.45%
G=32.27%
B=47.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641011480.570.3200.42213.5739.6241.57
Hex406594392002Ad6282a
Octal10014522471400523265052
Binary1000000110010110010100111001100000010101011010110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406594; }

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

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

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

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

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

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

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

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