#406C99

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

Shades of Mariner #406C99

Tints of Mariner #406C99

Color information

#406C99 (or 0x406C99) is unknown color: approx Mariner. HEX triplet: 40, 6C and 99. RGB value is (64,108,153). Sum of RGB (Red+Green+Blue) = 64+108+153=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #406C99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406C99 is #BF9366. Grayscale: #636363. Windows color (decimal): -12555111 or 10054720. OLE color: 10054720.

HSL color Cylindrical-coordinate representation of color #406C99: hue angle of 210.34º 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 #406C99 is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB64108153-
CMYK0.580.2900.4
HSL210.34º41.01%42.55%-
HSV(B)210.34º58.17%60%-
XYZ13.2314.1232.16-
YUV99.97157.92102.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.69%
GREEN value IS 108 (42.58% from 255) = 33.23%
BLUE value IS 153 (60.16% from 255) = 47.08%
R=19.69%
G=33.23%
B=47.08%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal641081530.580.2900.4210.3441.0142.55
Hex406C993A1D028d2292b
Octal10015423172350503225153
Binary100000011011001001100111101011101010100011010010101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406C99; }

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

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

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

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

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

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

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

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