#406999

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

Shades of Mariner #406999

Tints of Mariner #406999

Color information

#406999 (or 0x406999) is unknown color: approx Mariner. HEX triplet: 40, 69 and 99. RGB value is (64,105,153). Sum of RGB (Red+Green+Blue) = 64+105+153=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 105 (41.41% from 255 or 32.61% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 153 - color contains mainly: blue. Hex color #406999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406999 is #BF9666. Grayscale: #616161. Windows color (decimal): -12555879 or 10053952. OLE color: 10053952.

HSL color Cylindrical-coordinate representation of color #406999: hue angle of 212.36º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #406999 is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB64105153-
CMYK0.580.3100.4
HSL212.36º41.01%42.55%-
HSV(B)212.36º58.17%60%-
XYZ12.9213.4932.06-
YUV98.21158.92103.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.88%
GREEN value IS 105 (41.41% from 255) = 32.61%
BLUE value IS 153 (60.16% from 255) = 47.52%
R=19.88%
G=32.61%
B=47.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal641051530.580.3100.4212.3641.0142.55
Hex4069993A1F028d4292b
Octal10015123172370503245153
Binary100000011010011001100111101011111010100011010100101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406999; }

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

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

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

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

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

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

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

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