#465DAF

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

Shades of Mariner #465DAF

Tints of Mariner #465DAF

Color information

#465DAF (or 0x465DAF) is unknown color: approx Mariner. HEX triplet: 46, 5D and AF. RGB value is (70,93,175). Sum of RGB (Red+Green+Blue) = 70+93+175=338 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.71% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 175 (68.75% from 255 or 51.78% from 338); Max value from RGB is 175 - color contains mainly: blue. Hex color #465DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465DAF is #B9A250. Grayscale: #5F5F5F. Windows color (decimal): -12165713 or 11492678. OLE color: 11492678.

HSL color Cylindrical-coordinate representation of color #465DAF: hue angle of 226.86º 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 #465DAF is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7093175-
CMYK0.600.4700.31
HSL226.86º42.86%48.04%-
HSV(B)226.86º60%68.63%-
XYZ14.1812.2342.17-
YUV95.47172.88109.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.71%
GREEN value IS 93 (36.72% from 255) = 27.51%
BLUE value IS 175 (68.75% from 255) = 51.78%
R=20.71%
G=27.51%
B=51.78%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal70931750.600.4700.31226.8642.8648.04
Hex465DAF3C2F01Fe32b30
Octal10613525774570373435360
Binary100011010111011010111111110010111101111111100011101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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