#40619B

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

Shades of Mariner #40619B

Tints of Mariner #40619B

Color information

#40619B (or 0x40619B) is unknown color: approx Mariner. HEX triplet: 40, 61 and 9B. RGB value is (64,97,155). Sum of RGB (Red+Green+Blue) = 64+97+155=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #40619B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40619B is #BF9E64. Grayscale: #5D5D5D. Windows color (decimal): -12557925 or 10182976. OLE color: 10182976.

HSL color Cylindrical-coordinate representation of color #40619B: hue angle of 218.24º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40619B is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6497155-
CMYK0.590.3700.39
HSL218.24º41.55%42.94%-
HSV(B)218.24º58.71%60.78%-
XYZ12.3112.0132.68-
YUV93.74162.57106.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.25%
GREEN value IS 97 (38.28% from 255) = 30.70%
BLUE value IS 155 (60.94% from 255) = 49.05%
R=20.25%
G=30.70%
B=49.05%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal64971550.590.3700.39218.2441.5542.94
Hex40619B3B25027da2a2b
Octal10014123373450473325253
Binary1000000110000110011011111011100101010011111011010101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40619B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40619B; }

 p { color: rgb(64,97,155); }

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

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

 a { background-color: rgb(64,97,155); }

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

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

 span { border-color: rgb(64,97,155); }

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