#466EA2

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

Shades of San Marino #466EA2

Tints of San Marino #466EA2

Color information

#466EA2 (or 0x466EA2) is unknown color: approx San Marino. HEX triplet: 46, 6E and A2. RGB value is (70,110,162). Sum of RGB (Red+Green+Blue) = 70+110+162=342 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.47% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 162 (63.67% from 255 or 47.37% from 342); Max value from RGB is 162 - color contains mainly: blue. Hex color #466EA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466EA2 is #B9915D. Grayscale: #676767. Windows color (decimal): -12161374 or 10645062. OLE color: 10645062.

HSL color Cylindrical-coordinate representation of color #466EA2: hue angle of 213.91º 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 #466EA2 is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB70110162-
CMYK0.570.3200.36
HSL213.91º39.66%45.49%-
HSV(B)213.91º56.79%63.53%-
XYZ14.6215.0636.32-
YUV103.97160.75103.77-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.47%
GREEN value IS 110 (43.36% from 255) = 32.16%
BLUE value IS 162 (63.67% from 255) = 47.37%
R=20.47%
G=32.16%
B=47.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal701101620.570.3200.36213.9139.6645.49
Hex466EA23920024d6282d
Octal10615624271400443265055
Binary1000110110111010100010111001100000010010011010110101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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