#496F9B

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

Shades of San Marino #496F9B

Tints of San Marino #496F9B

Color information

#496F9B (or 0x496F9B) is unknown color: approx San Marino. HEX triplet: 49, 6F and 9B. RGB value is (73,111,155). Sum of RGB (Red+Green+Blue) = 73+111+155=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 155 - color contains mainly: blue. Hex color #496F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496F9B is #B69064. Grayscale: #686868. Windows color (decimal): -11964517 or 10186569. OLE color: 10186569.

HSL color Cylindrical-coordinate representation of color #496F9B: hue angle of 212.2º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #496F9B is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB73111155-
CMYK0.530.2800.39
HSL212.2º35.96%44.71%-
HSV(B)212.2º52.9%60.78%-
XYZ14.3515.1533.18-
YUV104.65156.41105.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.53%
GREEN value IS 111 (43.75% from 255) = 32.74%
BLUE value IS 155 (60.94% from 255) = 45.72%
R=21.53%
G=32.74%
B=45.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal731111550.530.2800.39212.235.9644.71
Hex496F9B351C027d4242d
Octal11115723365340473244455
Binary100100111011111001101111010111100010011111010100100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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