#405DA9

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

Shades of Mariner #405DA9

Tints of Mariner #405DA9

Color information

#405DA9 (or 0x405DA9) is unknown color: approx Mariner. HEX triplet: 40, 5D and A9. RGB value is (64,93,169). Sum of RGB (Red+Green+Blue) = 64+93+169=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 169 (66.41% from 255 or 51.84% from 326); Max value from RGB is 169 - color contains mainly: blue. Hex color #405DA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405DA9 is #BFA256. Grayscale: #5C5C5C. Windows color (decimal): -12558935 or 11099456. OLE color: 11099456.

HSL color Cylindrical-coordinate representation of color #405DA9: hue angle of 223.43º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #405DA9 is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB6493169-
CMYK0.620.4500.34
HSL223.43º45.06%45.69%-
HSV(B)223.43º62.13%66.27%-
XYZ13.1911.7839.12-
YUV92.99170.89107.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.63%
GREEN value IS 93 (36.72% from 255) = 28.53%
BLUE value IS 169 (66.41% from 255) = 51.84%
R=19.63%
G=28.53%
B=51.84%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal64931690.620.4500.34223.4345.0645.69
Hex405DA93E2D022df2d2e
Octal10013525176550423375556
Binary1000000101110110101001111110101101010001011011111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,93,169); }

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

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

 a { background-color: rgb(64,93,169); }

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

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

 span { border-color: rgb(64,93,169); }

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