#40549C

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

Shades of Mariner #40549C

Tints of Mariner #40549C

Color information

#40549C (or 0x40549C) is unknown color: approx Mariner. HEX triplet: 40, 54 and 9C. RGB value is (64,84,156). Sum of RGB (Red+Green+Blue) = 64+84+156=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 156 (61.33% from 255 or 51.32% from 304); Max value from RGB is 156 - color contains mainly: blue. Hex color #40549C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40549C is #BFAB63. Grayscale: #555555. Windows color (decimal): -12561252 or 10245184. OLE color: 10245184.

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

Color convert

RGB6484156-
CMYK0.590.4600.39
HSL226.96º41.82%43.14%-
HSV(B)226.96º58.97%61.18%-
XYZ11.299.8332.76-
YUV86.23167.37112.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.05%
GREEN value IS 84 (33.20% from 255) = 27.63%
BLUE value IS 156 (61.33% from 255) = 51.32%
R=21.05%
G=27.63%
B=51.32%

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
Decimal64841560.590.4600.39226.9641.8243.14
Hex40549C3B2E027e32a2b
Octal10012423473560473435253
Binary1000000101010010011100111011101110010011111100011101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40549C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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