#466DAC

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

Shades of San Marino #466DAC

Tints of San Marino #466DAC

Color information

#466DAC (or 0x466DAC) is unknown color: approx San Marino. HEX triplet: 46, 6D and AC. RGB value is (70,109,172). Sum of RGB (Red+Green+Blue) = 70+109+172=351 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.94% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #466DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466DAC is #B99253. Grayscale: #686868. Windows color (decimal): -12161620 or 11300166. OLE color: 11300166.

HSL color Cylindrical-coordinate representation of color #466DAC: hue angle of 217.06º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #466DAC is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB70109172-
CMYK0.590.3700.33
HSL217.06º42.15%47.45%-
HSV(B)217.06º59.3%67.45%-
XYZ15.4415.2241.15-
YUV104.52166.08103.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.94%
GREEN value IS 109 (42.97% from 255) = 31.05%
BLUE value IS 172 (67.58% from 255) = 49.00%
R=19.94%
G=31.05%
B=49.00%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal701091720.590.3700.33217.0642.1547.45
Hex466DAC3B25021d92a2f
Octal10615525473450413315257
Binary1000110110110110101100111011100101010000111011001101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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