#406099

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

Shades of Mariner #406099

Tints of Mariner #406099

Color information

#406099 (or 0x406099) is unknown color: approx Mariner. HEX triplet: 40, 60 and 99. RGB value is (64,96,153). Sum of RGB (Red+Green+Blue) = 64+96+153=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #406099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406099 is #BF9F66. Grayscale: #5C5C5C. Windows color (decimal): -12558183 or 10051648. OLE color: 10051648.

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

Color convert

RGB6496153-
CMYK0.580.3700.4
HSL218.43º41.01%42.55%-
HSV(B)218.43º58.17%60%-
XYZ12.0511.7631.77-
YUV92.93161.9107.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.45%
GREEN value IS 96 (37.89% from 255) = 30.67%
BLUE value IS 153 (60.16% from 255) = 48.88%
R=20.45%
G=30.67%
B=48.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal64961530.580.3700.4218.4341.0142.55
Hex4060993A25028da292b
Octal10014023172450503325153
Binary1000000110000010011001111010100101010100011011010101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406099; }

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

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

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

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

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

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

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

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