#465fae

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

Shades of Mariner #465FAE

Tints of Mariner #465FAE

Color information

#465FAE (or 0x465FAE) is unknown color: approx Mariner. HEX triplet: 46, 5F and AE. RGB value is (70,95,174). Sum of RGB (Red+Green+Blue) = 70+95+174=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #465FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465FAE is #B9A051. Grayscale: #606060. Windows color (decimal): -12165202 or 11427654. OLE color: 11427654.

HSL color Cylindrical-coordinate representation of color #465FAE: hue angle of 225.58º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #465FAE is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7095174-
CMYK0.600.4500.32
HSL225.58º42.62%47.84%-
HSV(B)225.58º59.77%68.24%-
XYZ14.2612.5441.71-
YUV96.53171.72109.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.65%
GREEN value IS 95 (37.5% from 255) = 28.02%
BLUE value IS 174 (68.36% from 255) = 51.33%
R=20.65%
G=28.02%
B=51.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal70951740.600.4500.32225.5842.6247.84
Hex465FAE3C2D020e22b30
Octal10613725674550403425360
Binary1000110101111110101110111100101101010000011100010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465fae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,95,174); }

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

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

 a { background-color: rgb(70,95,174); }

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

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

 span { border-color: rgb(70,95,174); }

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