#496797

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

Shades of San Marino #496797

Tints of San Marino #496797

Color information

#496797 (or 0x496797) is unknown color: approx San Marino. HEX triplet: 49, 67 and 97. RGB value is (73,103,151). Sum of RGB (Red+Green+Blue) = 73+103+151=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 151 (59.38% from 255 or 46.18% from 327); Max value from RGB is 151 - color contains mainly: blue. Hex color #496797 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496797 is #B69868. Grayscale: #636363. Windows color (decimal): -11966569 or 9922377. OLE color: 9922377.

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

Color convert

RGB73103151-
CMYK0.520.3200.41
HSL216.92º34.82%43.92%-
HSV(B)216.92º51.66%59.22%-
XYZ13.1813.3531.16-
YUV99.5157.06109.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.32%
GREEN value IS 103 (40.62% from 255) = 31.50%
BLUE value IS 151 (59.38% from 255) = 46.18%
R=22.32%
G=31.50%
B=46.18%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal731031510.520.3200.41216.9234.8243.92
Hex4967973420029d9232c
Octal11114722764400513314354
Binary1001001110011110010111110100100000010100111011001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496797; }

 p { color: rgb(73,103,151); }

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

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

 a { background-color: rgb(73,103,151); }

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

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

 span { border-color: rgb(73,103,151); }

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