#40569F

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

Shades of Mariner #40569F

Tints of Mariner #40569F

Color information

#40569F (or 0x40569F) is unknown color: approx Mariner. HEX triplet: 40, 56 and 9F. RGB value is (64,86,159). Sum of RGB (Red+Green+Blue) = 64+86+159=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #40569F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40569F is #BFA960. Grayscale: #575757. Windows color (decimal): -12560737 or 10442304. OLE color: 10442304.

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

Color convert

RGB6486159-
CMYK0.600.4600.38
HSL226.11º42.6%43.73%-
HSV(B)226.11º59.75%62.35%-
XYZ11.710.2534.16-
YUV87.74168.21111.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.71%
GREEN value IS 86 (33.98% from 255) = 27.83%
BLUE value IS 159 (62.5% from 255) = 51.46%
R=20.71%
G=27.83%
B=51.46%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal64861590.600.4600.38226.1142.643.73
Hex40569F3C2E026e22b2c
Octal10012623774560463425354
Binary1000000101011010011111111100101110010011011100010101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40569F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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