#465BA2

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

Shades of Mariner #465BA2

Tints of Mariner #465BA2

Color information

#465BA2 (or 0x465BA2) is unknown color: approx Mariner. HEX triplet: 46, 5B and A2. RGB value is (70,91,162). Sum of RGB (Red+Green+Blue) = 70+91+162=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 162 (63.67% from 255 or 50.15% from 323); Max value from RGB is 162 - color contains mainly: blue. Hex color #465BA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465BA2 is #B9A45D. Grayscale: #5C5C5C. Windows color (decimal): -12166238 or 10640198. OLE color: 10640198.

HSL color Cylindrical-coordinate representation of color #465BA2: hue angle of 226.3º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #465BA2 is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7091162-
CMYK0.570.4400.36
HSL226.3º39.66%45.49%-
HSV(B)226.3º56.79%63.53%-
XYZ12.7911.3935.71-
YUV92.82167.04111.73-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.67%
GREEN value IS 91 (35.94% from 255) = 28.17%
BLUE value IS 162 (63.67% from 255) = 50.15%
R=21.67%
G=28.17%
B=50.15%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal70911620.570.4400.36226.339.6645.49
Hex465BA2392C024e2282d
Octal10613324271540443425055
Binary1000110101101110100010111001101100010010011100010101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,91,162); }

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

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

 a { background-color: rgb(70,91,162); }

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

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

 span { border-color: rgb(70,91,162); }

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