#406499

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

Shades of Mariner #406499

Tints of Mariner #406499

Color information

#406499 (or 0x406499) is unknown color: approx Mariner. HEX triplet: 40, 64 and 99. RGB value is (64,100,153). Sum of RGB (Red+Green+Blue) = 64+100+153=317 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.19% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 153 - color contains mainly: blue. Hex color #406499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406499 is #BF9B66. Grayscale: #5F5F5F. Windows color (decimal): -12557159 or 10052672. OLE color: 10052672.

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

Color convert

RGB64100153-
CMYK0.580.3500.4
HSL215.73º41.01%42.55%-
HSV(B)215.73º58.17%60%-
XYZ12.4212.531.9-
YUV95.28160.57105.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.19%
GREEN value IS 100 (39.45% from 255) = 31.55%
BLUE value IS 153 (60.16% from 255) = 48.26%
R=20.19%
G=31.55%
B=48.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal641001530.580.3500.4215.7341.0142.55
Hex4064993A23028d8292b
Octal10014423172430503305153
Binary1000000110010010011001111010100011010100011011000101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406499; }

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

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

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

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

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

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

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

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