#466D9F

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

Shades of San Marino #466D9F

Tints of San Marino #466D9F

Color information

#466D9F (or 0x466D9F) is unknown color: approx San Marino. HEX triplet: 46, 6D and 9F. RGB value is (70,109,159). Sum of RGB (Red+Green+Blue) = 70+109+159=338 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.71% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 159 (62.5% from 255 or 47.04% from 338); Max value from RGB is 159 - color contains mainly: blue. Hex color #466D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466D9F is #B99260. Grayscale: #666666. Windows color (decimal): -12161633 or 10448198. OLE color: 10448198.

HSL color Cylindrical-coordinate representation of color #466D9F: hue angle of 213.71º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #466D9F is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB70109159-
CMYK0.560.3100.38
HSL213.71º38.86%44.9%-
HSV(B)213.71º55.97%62.35%-
XYZ14.2514.7434.9-
YUV103.04159.58104.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.71%
GREEN value IS 109 (42.97% from 255) = 32.25%
BLUE value IS 159 (62.5% from 255) = 47.04%
R=20.71%
G=32.25%
B=47.04%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal701091590.560.3100.38213.7138.8644.9
Hex466D9F381F026d6272d
Octal10615523770370463264755
Binary100011011011011001111111100011111010011011010110100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,109,159); }

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

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

 a { background-color: rgb(70,109,159); }

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

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

 span { border-color: rgb(70,109,159); }

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