#465A9E

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

Shades of Mariner #465A9E

Tints of Mariner #465A9E

Color information

#465A9E (or 0x465A9E) is unknown color: approx Mariner. HEX triplet: 46, 5A and 9E. RGB value is (70,90,158). Sum of RGB (Red+Green+Blue) = 70+90+158=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 158 (62.11% from 255 or 49.69% from 318); Max value from RGB is 158 - color contains mainly: blue. Hex color #465A9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465A9E is #B9A561. Grayscale: #5B5B5B. Windows color (decimal): -12166498 or 10377798. OLE color: 10377798.

HSL color Cylindrical-coordinate representation of color #465A9E: hue angle of 226.36º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #465A9E is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7090158-
CMYK0.560.4300.38
HSL226.36º38.6%44.71%-
HSV(B)226.36º55.7%61.96%-
XYZ12.3511.0833.84-
YUV91.77165.37112.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.01%
GREEN value IS 90 (35.55% from 255) = 28.30%
BLUE value IS 158 (62.11% from 255) = 49.69%
R=22.01%
G=28.30%
B=49.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70901580.560.4300.38226.3638.644.71
Hex465A9E382B026e2272d
Octal10613223670530463424755
Binary1000110101101010011110111000101011010011011100010100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,90,158); }

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

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

 a { background-color: rgb(70,90,158); }

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

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

 span { border-color: rgb(70,90,158); }

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