#40549A

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

Shades of Mariner #40549A

Tints of Mariner #40549A

Color information

#40549A (or 0x40549A) is unknown color: approx Mariner. HEX triplet: 40, 54 and 9A. RGB value is (64,84,154). Sum of RGB (Red+Green+Blue) = 64+84+154=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 154 (60.55% from 255 or 50.99% from 302); Max value from RGB is 154 - color contains mainly: blue. Hex color #40549A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40549A is #BFAB65. Grayscale: #555555. Windows color (decimal): -12561254 or 10114112. OLE color: 10114112.

HSL color Cylindrical-coordinate representation of color #40549A: hue angle of 226.67º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40549A is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6484154-
CMYK0.580.4500.40
HSL226.67º41.28%42.75%-
HSV(B)226.67º58.44%60.39%-
XYZ11.129.7631.87-
YUV86166.37112.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.19%
GREEN value IS 84 (33.20% from 255) = 27.81%
BLUE value IS 154 (60.55% from 255) = 50.99%
R=21.19%
G=27.81%
B=50.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal64841540.580.4500.40226.6741.2842.75
Hex40549A3A2D028e3292b
Octal10012423272550503435153
Binary1000000101010010011010111010101101010100011100011101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40549A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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