#496DA1

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

Shades of San Marino #496DA1

Tints of San Marino #496DA1

Color information

#496DA1 (or 0x496DA1) is unknown color: approx San Marino. HEX triplet: 49, 6D and A1. RGB value is (73,109,161). Sum of RGB (Red+Green+Blue) = 73+109+161=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 161 (63.28% from 255 or 46.94% from 343); Max value from RGB is 161 - color contains mainly: blue. Hex color #496DA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496DA1 is #B6925E. Grayscale: #676767. Windows color (decimal): -11965023 or 10579273. OLE color: 10579273.

HSL color Cylindrical-coordinate representation of color #496DA1: hue angle of 215.45º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #496DA1 is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB73109161-
CMYK0.550.3200.37
HSL215.45º37.61%45.88%-
HSV(B)215.45º54.66%63.14%-
XYZ14.6514.9335.83-
YUV104.16160.07105.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.28%
GREEN value IS 109 (42.97% from 255) = 31.78%
BLUE value IS 161 (63.28% from 255) = 46.94%
R=21.28%
G=31.78%
B=46.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal731091610.550.3200.37215.4537.6145.88
Hex496DA13720025d7262e
Octal11115524167400453274656
Binary1001001110110110100001110111100000010010111010111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496DA1; }

 p { color: rgb(73,109,161); }

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

<style>
 a { background-color: #496DA1; }

 a { background-color: rgb(73,109,161); }

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

<style>
 span { border-color: #496DA1; }

 span { border-color: rgb(73,109,161); }

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