#40559a

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

Shades of Mariner #40559A

Tints of Mariner #40559A

Color information

#40559A (or 0x40559A) is unknown color: approx Mariner. HEX triplet: 40, 55 and 9A. RGB value is (64,85,154). Sum of RGB (Red+Green+Blue) = 64+85+154=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 154 (60.55% from 255 or 50.83% from 303); Max value from RGB is 154 - color contains mainly: blue. Hex color #40559A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40559A is #BFAA65. Grayscale: #565656. Windows color (decimal): -12560998 or 10114368. OLE color: 10114368.

HSL color Cylindrical-coordinate representation of color #40559A: hue angle of 226º 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 #40559A is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6485154-
CMYK0.580.4500.40
HSL226º41.28%42.75%-
HSV(B)226º58.44%60.39%-
XYZ11.29.9231.9-
YUV86.59166.04111.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.12%
GREEN value IS 85 (33.59% from 255) = 28.05%
BLUE value IS 154 (60.55% from 255) = 50.83%
R=21.12%
G=28.05%
B=50.83%

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
Decimal64851540.580.4500.4022641.2842.75
Hex40559A3A2D028e2292b
Octal10012523272550503425153
Binary1000000101010110011010111010101101010100011100010101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40559a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40559a; }

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

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

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

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

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

<style>
 span { border-color: #40559a; }

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

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