#466AA2

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

Shades of Mariner #466AA2

Tints of Mariner #466AA2

Color information

#466AA2 (or 0x466AA2) is unknown color: approx Mariner. HEX triplet: 46, 6A and A2. RGB value is (70,106,162). Sum of RGB (Red+Green+Blue) = 70+106+162=338 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.71% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 162 (63.67% from 255 or 47.93% from 338); Max value from RGB is 162 - color contains mainly: blue. Hex color #466AA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466AA2 is #B9955D. Grayscale: #656565. Windows color (decimal): -12162398 or 10644038. OLE color: 10644038.

HSL color Cylindrical-coordinate representation of color #466AA2: hue angle of 216.52º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #466AA2 is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB70106162-
CMYK0.570.3500.36
HSL216.52º39.66%45.49%-
HSV(B)216.52º56.79%63.53%-
XYZ14.214.2236.18-
YUV101.62162.07105.45-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.71%
GREEN value IS 106 (41.80% from 255) = 31.36%
BLUE value IS 162 (63.67% from 255) = 47.93%
R=20.71%
G=31.36%
B=47.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal701061620.570.3500.36216.5239.6645.49
Hex466AA23923024d9282d
Octal10615224271430443315055
Binary1000110110101010100010111001100011010010011011001101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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