#40549E

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

Shades of Mariner #40549E

Tints of Mariner #40549E

Color information

#40549E (or 0x40549E) is unknown color: approx Mariner. HEX triplet: 40, 54 and 9E. RGB value is (64,84,158). Sum of RGB (Red+Green+Blue) = 64+84+158=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 158 (62.11% from 255 or 51.63% from 306); Max value from RGB is 158 - color contains mainly: blue. Hex color #40549E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40549E is #BFAB61. Grayscale: #565656. Windows color (decimal): -12561250 or 10376256. OLE color: 10376256.

HSL color Cylindrical-coordinate representation of color #40549E: hue angle of 227.23º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40549E is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6484158-
CMYK0.590.4700.38
HSL227.23º42.34%43.53%-
HSV(B)227.23º59.49%61.96%-
XYZ11.469.933.65-
YUV86.46168.37111.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.92%
GREEN value IS 84 (33.20% from 255) = 27.45%
BLUE value IS 158 (62.11% from 255) = 51.63%
R=20.92%
G=27.45%
B=51.63%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal64841580.590.4700.38227.2342.3443.53
Hex40549E3B2F026e32a2c
Octal10012423673570463435254
Binary1000000101010010011110111011101111010011011100011101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40549E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40549E; }

 p { color: rgb(64,84,158); }

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

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

 a { background-color: rgb(64,84,158); }

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

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

 span { border-color: rgb(64,84,158); }

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