#466EAF

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

Shades of San Marino #466EAF

Tints of San Marino #466EAF

Color information

#466EAF (or 0x466EAF) is unknown color: approx San Marino. HEX triplet: 46, 6E and AF. RGB value is (70,110,175). Sum of RGB (Red+Green+Blue) = 70+110+175=355 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.72% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: blue. Hex color #466EAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466EAF is #B99150. Grayscale: #696969. Windows color (decimal): -12161361 or 11497030. OLE color: 11497030.

HSL color Cylindrical-coordinate representation of color #466EAF: hue angle of 217.14º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #466EAF is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB70110175-
CMYK0.600.3700.31
HSL217.14º42.86%48.04%-
HSV(B)217.14º60%68.63%-
XYZ15.8415.5542.72-
YUV105.45167.25102.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.72%
GREEN value IS 110 (43.36% from 255) = 30.99%
BLUE value IS 175 (68.75% from 255) = 49.30%
R=19.72%
G=30.99%
B=49.30%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal701101750.600.3700.31217.1442.8648.04
Hex466EAF3C2501Fd92b30
Octal10615625774450373315360
Binary100011011011101010111111110010010101111111011001101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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