#466E99

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

Shades of San Marino #466E99

Tints of San Marino #466E99

Color information

#466E99 (or 0x466E99) is unknown color: approx San Marino. HEX triplet: 46, 6E and 99. RGB value is (70,110,153). Sum of RGB (Red+Green+Blue) = 70+110+153=333 (44% of max value = 765). Red value is 70 (27.73% from 255 or 21.02% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #466E99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466E99 is #B99166. Grayscale: #666666. Windows color (decimal): -12161383 or 10055238. OLE color: 10055238.

HSL color Cylindrical-coordinate representation of color #466E99: hue angle of 211.08º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #466E99 is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB70110153-
CMYK0.540.2800.4
HSL211.08º37.22%43.73%-
HSV(B)211.08º54.25%60%-
XYZ13.8514.7532.25-
YUV102.94156.25104.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.02%
GREEN value IS 110 (43.36% from 255) = 33.03%
BLUE value IS 153 (60.16% from 255) = 45.95%
R=21.02%
G=33.03%
B=45.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal701101530.540.2800.4211.0837.2243.73
Hex466E99361C028d3252c
Octal10615623166340503234554
Binary100011011011101001100111011011100010100011010011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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