#406599

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

Shades of Mariner #406599

Tints of Mariner #406599

Color information

#406599 (or 0x406599) is unknown color: approx Mariner. HEX triplet: 40, 65 and 99. RGB value is (64,101,153). Sum of RGB (Red+Green+Blue) = 64+101+153=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 153 - color contains mainly: blue. Hex color #406599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406599 is #BF9A66. Grayscale: #5F5F5F. Windows color (decimal): -12556903 or 10052928. OLE color: 10052928.

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

Color convert

RGB64101153-
CMYK0.580.3400.4
HSL215.06º41.01%42.55%-
HSV(B)215.06º58.17%60%-
XYZ12.5212.731.93-
YUV95.86160.24105.27-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.13%
GREEN value IS 101 (39.84% from 255) = 31.76%
BLUE value IS 153 (60.16% from 255) = 48.11%
R=20.13%
G=31.76%
B=48.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal641011530.580.3400.4215.0641.0142.55
Hex4065993A22028d7292b
Octal10014523172420503275153
Binary1000000110010110011001111010100010010100011010111101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406599; }

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

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

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

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

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

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

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

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