#465EA1

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

Shades of Mariner #465EA1

Tints of Mariner #465EA1

Color information

#465EA1 (or 0x465EA1) is unknown color: approx Mariner. HEX triplet: 46, 5E and A1. RGB value is (70,94,161). Sum of RGB (Red+Green+Blue) = 70+94+161=325 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.54% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 161 (63.28% from 255 or 49.54% from 325); Max value from RGB is 161 - color contains mainly: blue. Hex color #465EA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465EA1 is #B9A15E. Grayscale: #5E5E5E. Windows color (decimal): -12165471 or 10575430. OLE color: 10575430.

HSL color Cylindrical-coordinate representation of color #465EA1: hue angle of 224.18º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #465EA1 is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB7094161-
CMYK0.570.4200.37
HSL224.18º39.39%45.29%-
HSV(B)224.18º56.52%63.14%-
XYZ12.9611.8835.33-
YUV94.46165.55110.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.54%
GREEN value IS 94 (37.11% from 255) = 28.92%
BLUE value IS 161 (63.28% from 255) = 49.54%
R=21.54%
G=28.92%
B=49.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal70941610.570.4200.37224.1839.3945.29
Hex465EA1392A025e0272d
Octal10613624171520453404755
Binary1000110101111010100001111001101010010010111100000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465EA1; }

 p { color: rgb(70,94,161); }

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

<style>
 a { background-color: #465EA1; }

 a { background-color: rgb(70,94,161); }

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

<style>
 span { border-color: #465EA1; }

 span { border-color: rgb(70,94,161); }

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