#496A93

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

Shades of San Marino #496A93

Tints of San Marino #496A93

Color information

#496A93 (or 0x496A93) is unknown color: approx San Marino. HEX triplet: 49, 6A and 93. RGB value is (73,106,147). Sum of RGB (Red+Green+Blue) = 73+106+147=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 106 (41.80% from 255 or 32.52% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 147 - color contains mainly: blue. Hex color #496A93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496A93 is #B6956C. Grayscale: #646464. Windows color (decimal): -11965805 or 9661001. OLE color: 9661001.

HSL color Cylindrical-coordinate representation of color #496A93: hue angle of 213.24º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #496A93 is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB73106147-
CMYK0.500.2800.42
HSL213.24º33.64%43.14%-
HSV(B)213.24º50.34%57.65%-
XYZ13.1713.8329.58-
YUV100.81154.07108.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.39%
GREEN value IS 106 (41.80% from 255) = 32.52%
BLUE value IS 147 (57.81% from 255) = 45.09%
R=22.39%
G=32.52%
B=45.09%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal731061470.500.2800.42213.2433.6443.14
Hex496A93321C02Ad5222b
Octal11115222362340523254253
Binary100100111010101001001111001011100010101011010101100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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