#405A93

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

Shades of Mariner #405A93

Tints of Mariner #405A93

Color information

#405A93 (or 0x405A93) is unknown color: approx Mariner. HEX triplet: 40, 5A and 93. RGB value is (64,90,147). Sum of RGB (Red+Green+Blue) = 64+90+147=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 147 - color contains mainly: blue. Hex color #405A93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405A93 is #BFA56C. Grayscale: #585858. Windows color (decimal): -12559725 or 9656896. OLE color: 9656896.

HSL color Cylindrical-coordinate representation of color #405A93: hue angle of 221.2º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #405A93 is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6490147-
CMYK0.560.3900.42
HSL221.2º39.34%41.37%-
HSV(B)221.2º56.46%57.65%-
XYZ11.0410.5129.05-
YUV88.72160.89110.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.26%
GREEN value IS 90 (35.55% from 255) = 29.90%
BLUE value IS 147 (57.81% from 255) = 48.84%
R=21.26%
G=29.90%
B=48.84%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64901470.560.3900.42221.239.3441.37
Hex405A93382702Add2729
Octal10013222370470523354751
Binary1000000101101010010011111000100111010101011011101100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405A93; }

 p { color: rgb(64,90,147); }

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

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

 a { background-color: rgb(64,90,147); }

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

<style>
 span { border-color: #405A93; }

 span { border-color: rgb(64,90,147); }

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