#496EB5

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

Shades of San Marino #496EB5

Tints of San Marino #496EB5

Color information

#496EB5 (or 0x496EB5) is unknown color: approx San Marino. HEX triplet: 49, 6E and B5. RGB value is (73,110,181). Sum of RGB (Red+Green+Blue) = 73+110+181=364 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.05% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 181 (71.09% from 255 or 49.73% from 364); Max value from RGB is 181 - color contains mainly: blue. Hex color #496EB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496EB5 is #B6914A. Grayscale: #6A6A6A. Windows color (decimal): -11964747 or 11890249. OLE color: 11890249.

HSL color Cylindrical-coordinate representation of color #496EB5: hue angle of 219.44º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #496EB5 is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB73110181-
CMYK0.600.3900.29
HSL219.44º42.52%49.8%-
HSV(B)219.44º59.67%70.98%-
XYZ16.6615.945.91-
YUV107.03169.74103.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.05%
GREEN value IS 110 (43.36% from 255) = 30.22%
BLUE value IS 181 (71.09% from 255) = 49.73%
R=20.05%
G=30.22%
B=49.73%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal731101810.600.3900.29219.4442.5249.8
Hex496EB53C2701Ddb2b32
Octal11115626574470353335362
Binary100100111011101011010111110010011101110111011011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,110,181); }

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

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

 a { background-color: rgb(73,110,181); }

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

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

 span { border-color: rgb(73,110,181); }

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