#496D96

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

Shades of San Marino #496D96

Tints of San Marino #496D96

Color information

#496D96 (or 0x496D96) is unknown color: approx San Marino. HEX triplet: 49, 6D and 96. RGB value is (73,109,150). Sum of RGB (Red+Green+Blue) = 73+109+150=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 150 (58.98% from 255 or 45.18% from 332); Max value from RGB is 150 - color contains mainly: blue. Hex color #496D96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496D96 is #B69269. Grayscale: #666666. Windows color (decimal): -11965034 or 9858377. OLE color: 9858377.

HSL color Cylindrical-coordinate representation of color #496D96: hue angle of 211.95º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #496D96 is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB73109150-
CMYK0.510.2700.41
HSL211.95º34.53%43.73%-
HSV(B)211.95º51.33%58.82%-
XYZ13.7214.5630.94-
YUV102.91154.57106.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.99%
GREEN value IS 109 (42.97% from 255) = 32.83%
BLUE value IS 150 (58.98% from 255) = 45.18%
R=21.99%
G=32.83%
B=45.18%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal731091500.510.2700.41211.9534.5343.73
Hex496D96331B029d4232c
Octal11115522663330513244354
Binary100100111011011001011011001111011010100111010100100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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