#465EAF

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

Shades of Mariner #465EAF

Tints of Mariner #465EAF

Color information

#465EAF (or 0x465EAF) is unknown color: approx Mariner. HEX triplet: 46, 5E and AF. RGB value is (70,94,175). Sum of RGB (Red+Green+Blue) = 70+94+175=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 175 (68.75% from 255 or 51.62% from 339); Max value from RGB is 175 - color contains mainly: blue. Hex color #465EAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465EAF is #B9A150. Grayscale: #5F5F5F. Windows color (decimal): -12165457 or 11492934. OLE color: 11492934.

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

Color convert

RGB7094175-
CMYK0.600.4600.31
HSL226.29º42.86%48.04%-
HSV(B)226.29º60%68.63%-
XYZ14.2712.442.2-
YUV96.06172.55109.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.65%
GREEN value IS 94 (37.11% from 255) = 27.73%
BLUE value IS 175 (68.75% from 255) = 51.62%
R=20.65%
G=27.73%
B=51.62%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal70941750.600.4600.31226.2942.8648.04
Hex465EAF3C2E01Fe22b30
Octal10613625774560373425360
Binary100011010111101010111111110010111001111111100010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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