#406299

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

Shades of Mariner #406299

Tints of Mariner #406299

Color information

#406299 (or 0x406299) is unknown color: approx Mariner. HEX triplet: 40, 62 and 99. RGB value is (64,98,153). Sum of RGB (Red+Green+Blue) = 64+98+153=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #406299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406299 is #BF9D66. Grayscale: #5D5D5D. Windows color (decimal): -12557671 or 10052160. OLE color: 10052160.

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

Color convert

RGB6498153-
CMYK0.580.3600.4
HSL217.08º41.01%42.55%-
HSV(B)217.08º58.17%60%-
XYZ12.2312.1331.83-
YUV94.1161.24106.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.32%
GREEN value IS 98 (38.67% from 255) = 31.11%
BLUE value IS 153 (60.16% from 255) = 48.57%
R=20.32%
G=31.11%
B=48.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal64981530.580.3600.4217.0841.0142.55
Hex4062993A24028d9292b
Octal10014223172440503315153
Binary1000000110001010011001111010100100010100011011001101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406299; }

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

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

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

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

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

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

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

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