#496897

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

Shades of San Marino #496897

Tints of San Marino #496897

Color information

#496897 (or 0x496897) is unknown color: approx San Marino. HEX triplet: 49, 68 and 97. RGB value is (73,104,151). Sum of RGB (Red+Green+Blue) = 73+104+151=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 151 (59.38% from 255 or 46.04% from 328); Max value from RGB is 151 - color contains mainly: blue. Hex color #496897 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496897 is #B69768. Grayscale: #636363. Windows color (decimal): -11966313 or 9922633. OLE color: 9922633.

HSL color Cylindrical-coordinate representation of color #496897: hue angle of 216.15º 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 #496897 is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB73104151-
CMYK0.520.3100.41
HSL216.15º34.82%43.92%-
HSV(B)216.15º51.66%59.22%-
XYZ13.2813.5531.19-
YUV100.09156.73108.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.26%
GREEN value IS 104 (41.02% from 255) = 31.71%
BLUE value IS 151 (59.38% from 255) = 46.04%
R=22.26%
G=31.71%
B=46.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal731041510.520.3100.41216.1534.8243.92
Hex496897341F029d8232c
Octal11115022764370513304354
Binary100100111010001001011111010011111010100111011000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496897; }

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

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

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

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

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

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

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

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