#465EA8

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

Shades of Mariner #465EA8

Tints of Mariner #465EA8

Color information

#465EA8 (or 0x465EA8) is unknown color: approx Mariner. HEX triplet: 46, 5E and A8. RGB value is (70,94,168). Sum of RGB (Red+Green+Blue) = 70+94+168=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 168 (66.02% from 255 or 50.60% from 332); Max value from RGB is 168 - color contains mainly: blue. Hex color #465EA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465EA8 is #B9A157. Grayscale: #5E5E5E. Windows color (decimal): -12165464 or 11034182. OLE color: 11034182.

HSL color Cylindrical-coordinate representation of color #465EA8: hue angle of 225.31º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #465EA8 is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB7094168-
CMYK0.580.4400.34
HSL225.31º41.18%46.67%-
HSV(B)225.31º58.33%65.88%-
XYZ13.612.1338.67-
YUV95.26169.05109.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.08%
GREEN value IS 94 (37.11% from 255) = 28.31%
BLUE value IS 168 (66.02% from 255) = 50.60%
R=21.08%
G=28.31%
B=50.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal70941680.580.4400.34225.3141.1846.67
Hex465EA83A2C022e1292f
Octal10613625072540423415157
Binary1000110101111010101000111010101100010001011100001101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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