#40649F

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

Shades of Mariner #40649F

Tints of Mariner #40649F

Color information

#40649F (or 0x40649F) is unknown color: approx Mariner. HEX triplet: 40, 64 and 9F. RGB value is (64,100,159). Sum of RGB (Red+Green+Blue) = 64+100+159=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 159 (62.5% from 255 or 49.23% from 323); Max value from RGB is 159 - color contains mainly: blue. Hex color #40649F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40649F is #BF9B60. Grayscale: #5F5F5F. Windows color (decimal): -12557153 or 10445888. OLE color: 10445888.

HSL color Cylindrical-coordinate representation of color #40649F: hue angle of 217.26º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40649F is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB64100159-
CMYK0.600.3700.38
HSL217.26º42.6%43.73%-
HSV(B)217.26º59.75%62.35%-
XYZ12.9312.7134.57-
YUV95.96163.57105.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.81%
GREEN value IS 100 (39.45% from 255) = 30.96%
BLUE value IS 159 (62.5% from 255) = 49.23%
R=19.81%
G=30.96%
B=49.23%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal641001590.600.3700.38217.2642.643.73
Hex40649F3C25026d92b2c
Octal10014423774450463315354
Binary1000000110010010011111111100100101010011011011001101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40649F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40649F; }

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

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

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

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

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

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

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

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