#405CA9

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

Shades of Mariner #405CA9

Tints of Mariner #405CA9

Color information

#405CA9 (or 0x405CA9) is unknown color: approx Mariner. HEX triplet: 40, 5C and A9. RGB value is (64,92,169). Sum of RGB (Red+Green+Blue) = 64+92+169=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 169 (66.41% from 255 or 52% from 325); Max value from RGB is 169 - color contains mainly: blue. Hex color #405CA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405CA9 is #BFA356. Grayscale: #5C5C5C. Windows color (decimal): -12559191 or 11099200. OLE color: 11099200.

HSL color Cylindrical-coordinate representation of color #405CA9: hue angle of 224º 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 #405CA9 is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB6492169-
CMYK0.620.4600.34
HSL224º45.06%45.69%-
HSV(B)224º62.13%66.27%-
XYZ13.111.6139.09-
YUV92.41171.22107.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.69%
GREEN value IS 92 (36.33% from 255) = 28.31%
BLUE value IS 169 (66.41% from 255) = 52%
R=19.69%
G=28.31%
B=52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal64921690.620.4600.3422445.0645.69
Hex405CA93E2E022e02d2e
Octal10013425176560423405556
Binary1000000101110010101001111110101110010001011100000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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