#497199

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

Shades of San Marino #497199

Tints of San Marino #497199

Color information

#497199 (or 0x497199) is unknown color: approx San Marino. HEX triplet: 49, 71 and 99. RGB value is (73,113,153). Sum of RGB (Red+Green+Blue) = 73+113+153=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 153 - color contains mainly: blue. Hex color #497199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497199 is #B68E66. Grayscale: #696969. Windows color (decimal): -11964007 or 10056009. OLE color: 10056009.

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

Color convert

RGB73113153-
CMYK0.520.2600.4
HSL210º35.4%44.31%-
HSV(B)210º52.29%60%-
XYZ14.415.5332.37-
YUV105.6154.75104.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.53%
GREEN value IS 113 (44.53% from 255) = 33.33%
BLUE value IS 153 (60.16% from 255) = 45.13%
R=21.53%
G=33.33%
B=45.13%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal731131530.520.2600.421035.444.31
Hex497199341A028d2232c
Octal11116123164320503224354
Binary100100111100011001100111010011010010100011010010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497199; }

 p { color: rgb(73,113,153); }

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

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

 a { background-color: rgb(73,113,153); }

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

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

 span { border-color: rgb(73,113,153); }

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