#496D9F

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

Shades of San Marino #496D9F

Tints of San Marino #496D9F

Color information

#496D9F (or 0x496D9F) is unknown color: approx San Marino. HEX triplet: 49, 6D and 9F. RGB value is (73,109,159). Sum of RGB (Red+Green+Blue) = 73+109+159=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 159 (62.5% from 255 or 46.63% from 341); Max value from RGB is 159 - color contains mainly: blue. Hex color #496D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496D9F is #B69260. Grayscale: #676767. Windows color (decimal): -11965025 or 10448201. OLE color: 10448201.

HSL color Cylindrical-coordinate representation of color #496D9F: hue angle of 214.88º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #496D9F is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB73109159-
CMYK0.540.3100.38
HSL214.88º37.07%45.49%-
HSV(B)214.88º54.09%62.35%-
XYZ14.4714.8634.91-
YUV103.94159.07105.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.41%
GREEN value IS 109 (42.97% from 255) = 31.96%
BLUE value IS 159 (62.5% from 255) = 46.63%
R=21.41%
G=31.96%
B=46.63%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal731091590.540.3100.38214.8837.0745.49
Hex496D9F361F026d7252d
Octal11115523766370463274555
Binary100100111011011001111111011011111010011011010111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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