#466DA5

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

Shades of San Marino #466DA5

Tints of San Marino #466DA5

Color information

#466DA5 (or 0x466DA5) is unknown color: approx San Marino. HEX triplet: 46, 6D and A5. RGB value is (70,109,165). Sum of RGB (Red+Green+Blue) = 70+109+165=344 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.35% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 165 (64.84% from 255 or 47.97% from 344); Max value from RGB is 165 - color contains mainly: blue. Hex color #466DA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466DA5 is #B9925A. Grayscale: #676767. Windows color (decimal): -12161627 or 10841414. OLE color: 10841414.

HSL color Cylindrical-coordinate representation of color #466DA5: hue angle of 215.37º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #466DA5 is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB70109165-
CMYK0.580.3400.35
HSL215.37º40.43%46.08%-
HSV(B)215.37º57.58%64.71%-
XYZ14.7914.9637.7-
YUV103.72162.58103.95-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.35%
GREEN value IS 109 (42.97% from 255) = 31.69%
BLUE value IS 165 (64.84% from 255) = 47.97%
R=20.35%
G=31.69%
B=47.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal701091650.580.3400.35215.3740.4346.08
Hex466DA53A22023d7282e
Octal10615524572420433275056
Binary1000110110110110100101111010100010010001111010111101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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