#465EAA

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

Shades of Mariner #465EAA

Tints of Mariner #465EAA

Color information

#465EAA (or 0x465EAA) is unknown color: approx Mariner. HEX triplet: 46, 5E and AA. RGB value is (70,94,170). Sum of RGB (Red+Green+Blue) = 70+94+170=334 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.96% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #465EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465EAA is #B9A155. Grayscale: #5F5F5F. Windows color (decimal): -12165462 or 11165254. OLE color: 11165254.

HSL color Cylindrical-coordinate representation of color #465EAA: hue angle of 225.6º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #465EAA is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7094170-
CMYK0.590.4500.33
HSL225.6º41.67%47.06%-
HSV(B)225.6º58.82%66.67%-
XYZ13.7812.2139.66-
YUV95.49170.05109.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.96%
GREEN value IS 94 (37.11% from 255) = 28.14%
BLUE value IS 170 (66.80% from 255) = 50.90%
R=20.96%
G=28.14%
B=50.90%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal70941700.590.4500.33225.641.6747.06
Hex465EAA3B2D021e22a2f
Octal10613625273550413425257
Binary1000110101111010101010111011101101010000111100010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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