#466E9B

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

Shades of San Marino #466E9B

Tints of San Marino #466E9B

Color information

#466E9B (or 0x466E9B) is unknown color: approx San Marino. HEX triplet: 46, 6E and 9B. RGB value is (70,110,155). Sum of RGB (Red+Green+Blue) = 70+110+155=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 155 - color contains mainly: blue. Hex color #466E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466E9B is #B99164. Grayscale: #666666. Windows color (decimal): -12161381 or 10186310. OLE color: 10186310.

HSL color Cylindrical-coordinate representation of color #466E9B: hue angle of 211.76º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #466E9B is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB70110155-
CMYK0.550.2900.39
HSL211.76º37.78%44.12%-
HSV(B)211.76º54.84%60.78%-
XYZ14.0214.8233.13-
YUV103.17157.25104.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.90%
GREEN value IS 110 (43.36% from 255) = 32.84%
BLUE value IS 155 (60.94% from 255) = 46.27%
R=20.90%
G=32.84%
B=46.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal701101550.550.2900.39211.7637.7844.12
Hex466E9B371D027d4262c
Octal10615623367350473244654
Binary100011011011101001101111011111101010011111010100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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