#406994

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

Shades of Mariner #406994

Tints of Mariner #406994

Color information

#406994 (or 0x406994) is unknown color: approx Mariner. HEX triplet: 40, 69 and 94. RGB value is (64,105,148). Sum of RGB (Red+Green+Blue) = 64+105+148=317 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.19% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 148 (58.20% from 255 or 46.69% from 317); Max value from RGB is 148 - color contains mainly: blue. Hex color #406994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406994 is #BF966B. Grayscale: #616161. Windows color (decimal): -12555884 or 9726272. OLE color: 9726272.

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

Color convert

RGB64105148-
CMYK0.570.2900.42
HSL210.71º39.62%41.57%-
HSV(B)210.71º56.76%58.04%-
XYZ12.5113.3329.93-
YUV97.64156.42104-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.19%
GREEN value IS 105 (41.41% from 255) = 33.12%
BLUE value IS 148 (58.20% from 255) = 46.69%
R=20.19%
G=33.12%
B=46.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641051480.570.2900.42210.7139.6241.57
Hex406994391D02Ad3282a
Octal10015122471350523235052
Binary100000011010011001010011100111101010101011010011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406994; }

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

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

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

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

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

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

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

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