#496F96

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

Shades of San Marino #496F96

Tints of San Marino #496F96

Color information

#496F96 (or 0x496F96) is unknown color: approx San Marino. HEX triplet: 49, 6F and 96. RGB value is (73,111,150). Sum of RGB (Red+Green+Blue) = 73+111+150=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 150 (58.98% from 255 or 44.91% from 334); Max value from RGB is 150 - color contains mainly: blue. Hex color #496F96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496F96 is #B69069. Grayscale: #676767. Windows color (decimal): -11964522 or 9858889. OLE color: 9858889.

HSL color Cylindrical-coordinate representation of color #496F96: hue angle of 210.39º 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 #496F96 is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB73111150-
CMYK0.510.2600.41
HSL210.39º34.53%43.73%-
HSV(B)210.39º51.33%58.82%-
XYZ13.9414.9931.01-
YUV104.08153.91105.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.86%
GREEN value IS 111 (43.75% from 255) = 33.23%
BLUE value IS 150 (58.98% from 255) = 44.91%
R=21.86%
G=33.23%
B=44.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal731111500.510.2600.41210.3934.5343.73
Hex496F96331A029d2232c
Octal11115722663320513224354
Binary100100111011111001011011001111010010100111010010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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