#40549B

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

Shades of Mariner #40549B

Tints of Mariner #40549B

Color information

#40549B (or 0x40549B) is unknown color: approx Mariner. HEX triplet: 40, 54 and 9B. RGB value is (64,84,155). Sum of RGB (Red+Green+Blue) = 64+84+155=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #40549B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40549B is #BFAB64. Grayscale: #555555. Windows color (decimal): -12561253 or 10179648. OLE color: 10179648.

HSL color Cylindrical-coordinate representation of color #40549B: hue angle of 226.81º 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 #40549B is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6484155-
CMYK0.590.4600.39
HSL226.81º41.55%42.94%-
HSV(B)226.81º58.71%60.78%-
XYZ11.29.832.31-
YUV86.11166.87112.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.12%
GREEN value IS 84 (33.20% from 255) = 27.72%
BLUE value IS 155 (60.94% from 255) = 51.16%
R=21.12%
G=27.72%
B=51.16%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal64841550.590.4600.39226.8141.5542.94
Hex40549B3B2E027e32a2b
Octal10012423373560473435253
Binary1000000101010010011011111011101110010011111100011101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40549B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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