#496aa6

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

Shades of San Marino #496AA6

Tints of San Marino #496AA6

Color information

#496AA6 (or 0x496AA6) is unknown color: approx San Marino. HEX triplet: 49, 6A and A6. RGB value is (73,106,166). Sum of RGB (Red+Green+Blue) = 73+106+166=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 166 (65.23% from 255 or 48.12% from 345); Max value from RGB is 166 - color contains mainly: blue. Hex color #496AA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496AA6 is #B69559. Grayscale: #666666. Windows color (decimal): -11965786 or 10906185. OLE color: 10906185.

HSL color Cylindrical-coordinate representation of color #496AA6: hue angle of 218.71º 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 #496AA6 is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB73106166-
CMYK0.560.3600.35
HSL218.71º38.91%46.86%-
HSV(B)218.71º56.02%65.1%-
XYZ14.7814.4838.09-
YUV102.97163.57106.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.16%
GREEN value IS 106 (41.80% from 255) = 30.72%
BLUE value IS 166 (65.23% from 255) = 48.12%
R=21.16%
G=30.72%
B=48.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal731061660.560.3600.35218.7138.9146.86
Hex496AA63824023db272f
Octal11115224670440433334757
Binary1001001110101010100110111000100100010001111011011100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496aa6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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