#496EA6

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

Shades of San Marino #496EA6

Tints of San Marino #496EA6

Color information

#496EA6 (or 0x496EA6) is unknown color: approx San Marino. HEX triplet: 49, 6E and A6. RGB value is (73,110,166). Sum of RGB (Red+Green+Blue) = 73+110+166=349 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.92% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 166 (65.23% from 255 or 47.56% from 349); Max value from RGB is 166 - color contains mainly: blue. Hex color #496EA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496EA6 is #B69159. Grayscale: #696969. Windows color (decimal): -11964762 or 10907209. OLE color: 10907209.

HSL color Cylindrical-coordinate representation of color #496EA6: hue angle of 216.13º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #496EA6 is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB73110166-
CMYK0.560.3400.35
HSL216.13º38.91%46.86%-
HSV(B)216.13º56.02%65.1%-
XYZ15.2115.3238.23-
YUV105.32162.24104.95-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.92%
GREEN value IS 110 (43.36% from 255) = 31.52%
BLUE value IS 166 (65.23% from 255) = 47.56%
R=20.92%
G=31.52%
B=47.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal731101660.560.3400.35216.1338.9146.86
Hex496EA63822023d8272f
Octal11115624670420433304757
Binary1001001110111010100110111000100010010001111011000100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,110,166); }

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

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

 a { background-color: rgb(73,110,166); }

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

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

 span { border-color: rgb(73,110,166); }

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