#465EA5

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

Shades of Mariner #465EA5

Tints of Mariner #465EA5

Color information

#465EA5 (or 0x465EA5) is unknown color: approx Mariner. HEX triplet: 46, 5E and A5. RGB value is (70,94,165). Sum of RGB (Red+Green+Blue) = 70+94+165=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 165 (64.84% from 255 or 50.15% from 329); Max value from RGB is 165 - color contains mainly: blue. Hex color #465EA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465EA5 is #B9A15A. Grayscale: #5E5E5E. Windows color (decimal): -12165467 or 10837574. OLE color: 10837574.

HSL color Cylindrical-coordinate representation of color #465EA5: hue angle of 224.84º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #465EA5 is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB7094165-
CMYK0.580.4300.35
HSL224.84º40.43%46.08%-
HSV(B)224.84º57.58%64.71%-
XYZ13.3212.0237.22-
YUV94.92167.55110.23-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.28%
GREEN value IS 94 (37.11% from 255) = 28.57%
BLUE value IS 165 (64.84% from 255) = 50.15%
R=21.28%
G=28.57%
B=50.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal70941650.580.4300.35224.8440.4346.08
Hex465EA53A2B023e1282e
Octal10613624572530433415056
Binary1000110101111010100101111010101011010001111100001101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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