#405EAC

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

Shades of Mariner #405EAC

Tints of Mariner #405EAC

Color information

#405EAC (or 0x405EAC) is unknown color: approx Mariner. HEX triplet: 40, 5E and AC. RGB value is (64,94,172). Sum of RGB (Red+Green+Blue) = 64+94+172=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #405EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405EAC is #BFA153. Grayscale: #5D5D5D. Windows color (decimal): -12558676 or 11296320. OLE color: 11296320.

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

Color convert

RGB6494172-
CMYK0.630.4500.33
HSL223.33º45.76%46.27%-
HSV(B)223.33º62.79%67.45%-
XYZ13.5612.0740.65-
YUV93.92172.06106.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.39%
GREEN value IS 94 (37.11% from 255) = 28.48%
BLUE value IS 172 (67.58% from 255) = 52.12%
R=19.39%
G=28.48%
B=52.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal64941720.630.4500.33223.3345.7646.27
Hex405EAC3F2D021df2e2e
Octal10013625477550413375656
Binary1000000101111010101100111111101101010000111011111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,94,172); }

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

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

 a { background-color: rgb(64,94,172); }

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

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

 span { border-color: rgb(64,94,172); }

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