#496D9A

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

Shades of San Marino #496D9A

Tints of San Marino #496D9A

Color information

#496D9A (or 0x496D9A) is unknown color: approx San Marino. HEX triplet: 49, 6D and 9A. RGB value is (73,109,154). Sum of RGB (Red+Green+Blue) = 73+109+154=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 154 (60.55% from 255 or 45.83% from 336); Max value from RGB is 154 - color contains mainly: blue. Hex color #496D9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496D9A is #B69265. Grayscale: #676767. Windows color (decimal): -11965030 or 10120521. OLE color: 10120521.

HSL color Cylindrical-coordinate representation of color #496D9A: hue angle of 213.33º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #496D9A is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB73109154-
CMYK0.530.2900.40
HSL213.33º35.68%44.51%-
HSV(B)213.33º52.6%60.39%-
XYZ14.0514.6932.67-
YUV103.37156.57106.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.73%
GREEN value IS 109 (42.97% from 255) = 32.44%
BLUE value IS 154 (60.55% from 255) = 45.83%
R=21.73%
G=32.44%
B=45.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal731091540.530.2900.40213.3335.6844.51
Hex496D9A351D028d5242d
Octal11115523265350503254455
Binary100100111011011001101011010111101010100011010101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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