#466AAD

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

Shades of Mariner #466AAD

Tints of Mariner #466AAD

Color information

#466AAD (or 0x466AAD) is unknown color: approx Mariner. HEX triplet: 46, 6A and AD. RGB value is (70,106,173). Sum of RGB (Red+Green+Blue) = 70+106+173=349 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.06% from 349); Green value is 106 (41.80% from 255 or 30.37% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #466AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466AAD is #B99552. Grayscale: #666666. Windows color (decimal): -12162387 or 11364934. OLE color: 11364934.

HSL color Cylindrical-coordinate representation of color #466AAD: hue angle of 219.03º degrees, saturation: 0.42, 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 #466AAD is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB70106173-
CMYK0.600.3900.32
HSL219.03º42.39%47.65%-
HSV(B)219.03º59.54%67.84%-
XYZ15.2214.6341.56-
YUV102.87167.57104.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.06%
GREEN value IS 106 (41.80% from 255) = 30.37%
BLUE value IS 173 (67.97% from 255) = 49.57%
R=20.06%
G=30.37%
B=49.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal701061730.600.3900.32219.0342.3947.65
Hex466AAD3C27020db2a30
Octal10615225574470403335260
Binary1000110110101010101101111100100111010000011011011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466AAD; }

 p { color: rgb(70,106,173); }

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

<style>
 a { background-color: #466AAD; }

 a { background-color: rgb(70,106,173); }

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

<style>
 span { border-color: #466AAD; }

 span { border-color: rgb(70,106,173); }

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