#496E9C

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

Shades of San Marino #496E9C

Tints of San Marino #496E9C

Color information

#496E9C (or 0x496E9C) is unknown color: approx San Marino. HEX triplet: 49, 6E and 9C. RGB value is (73,110,156). Sum of RGB (Red+Green+Blue) = 73+110+156=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 156 - color contains mainly: blue. Hex color #496E9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496E9C is #B69163. Grayscale: #676767. Windows color (decimal): -11964772 or 10251849. OLE color: 10251849.

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

Color convert

RGB73110156-
CMYK0.530.2900.39
HSL213.25º36.24%44.9%-
HSV(B)213.25º53.21%61.18%-
XYZ14.3214.9733.59-
YUV104.18157.24105.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.53%
GREEN value IS 110 (43.36% from 255) = 32.45%
BLUE value IS 156 (61.33% from 255) = 46.02%
R=21.53%
G=32.45%
B=46.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal731101560.530.2900.39213.2536.2444.9
Hex496E9C351D027d5242d
Octal11115623465350473254455
Binary100100111011101001110011010111101010011111010101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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