#40609F

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

Shades of Mariner #40609F

Tints of Mariner #40609F

Color information

#40609F (or 0x40609F) is unknown color: approx Mariner. HEX triplet: 40, 60 and 9F. RGB value is (64,96,159). Sum of RGB (Red+Green+Blue) = 64+96+159=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 159 (62.5% from 255 or 49.84% from 319); Max value from RGB is 159 - color contains mainly: blue. Hex color #40609F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40609F is #BF9F60. Grayscale: #5D5D5D. Windows color (decimal): -12558177 or 10444864. OLE color: 10444864.

HSL color Cylindrical-coordinate representation of color #40609F: hue angle of 219.79º 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 #40609F is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6496159-
CMYK0.600.4000.38
HSL219.79º42.6%43.73%-
HSV(B)219.79º59.75%62.35%-
XYZ12.5611.9634.45-
YUV93.61164.9106.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.06%
GREEN value IS 96 (37.89% from 255) = 30.09%
BLUE value IS 159 (62.5% from 255) = 49.84%
R=20.06%
G=30.09%
B=49.84%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal64961590.600.4000.38219.7942.643.73
Hex40609F3C28026dc2b2c
Octal10014023774500463345354
Binary1000000110000010011111111100101000010011011011100101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40609F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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