#465EAE

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

Shades of Mariner #465EAE

Tints of Mariner #465EAE

Color information

#465EAE (or 0x465EAE) is unknown color: approx Mariner. HEX triplet: 46, 5E and AE. RGB value is (70,94,174). Sum of RGB (Red+Green+Blue) = 70+94+174=338 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.71% from 338); Green value is 94 (37.11% from 255 or 27.81% from 338); Blue value is 174 (68.36% from 255 or 51.48% from 338); Max value from RGB is 174 - color contains mainly: blue. Hex color #465EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465EAE is #B9A151. Grayscale: #5F5F5F. Windows color (decimal): -12165458 or 11427398. OLE color: 11427398.

HSL color Cylindrical-coordinate representation of color #465EAE: hue angle of 226.15º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #465EAE is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7094174-
CMYK0.600.4600.32
HSL226.15º42.62%47.84%-
HSV(B)226.15º59.77%68.24%-
XYZ14.1712.3641.68-
YUV95.94172.05109.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.71%
GREEN value IS 94 (37.11% from 255) = 27.81%
BLUE value IS 174 (68.36% from 255) = 51.48%
R=20.71%
G=27.81%
B=51.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal70941740.600.4600.32226.1542.6247.84
Hex465EAE3C2E020e22b30
Octal10613625674560403425360
Binary1000110101111010101110111100101110010000011100010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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