#405DA7

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

Shades of Mariner #405DA7

Tints of Mariner #405DA7

Color information

#405DA7 (or 0x405DA7) is unknown color: approx Mariner. HEX triplet: 40, 5D and A7. RGB value is (64,93,167). Sum of RGB (Red+Green+Blue) = 64+93+167=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 167 (65.62% from 255 or 51.54% from 324); Max value from RGB is 167 - color contains mainly: blue. Hex color #405DA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405DA7 is #BFA258. Grayscale: #5C5C5C. Windows color (decimal): -12558937 or 10968384. OLE color: 10968384.

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

Color convert

RGB6493167-
CMYK0.620.4400.35
HSL223.11º44.59%45.29%-
HSV(B)223.11º61.68%65.49%-
XYZ1311.7138.13-
YUV92.76169.89107.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.75%
GREEN value IS 93 (36.72% from 255) = 28.70%
BLUE value IS 167 (65.62% from 255) = 51.54%
R=19.75%
G=28.70%
B=51.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal64931670.620.4400.35223.1144.5945.29
Hex405DA73E2C023df2d2d
Octal10013524776540433375555
Binary1000000101110110100111111110101100010001111011111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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