#496DB6

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

Shades of San Marino #496DB6

Tints of San Marino #496DB6

Color information

#496DB6 (or 0x496DB6) is unknown color: approx San Marino. HEX triplet: 49, 6D and B6. RGB value is (73,109,182). Sum of RGB (Red+Green+Blue) = 73+109+182=364 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.05% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 182 (71.48% from 255 or 50% from 364); Max value from RGB is 182 - color contains mainly: blue. Hex color #496DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496DB6 is #B69249. Grayscale: #6A6A6A. Windows color (decimal): -11965002 or 11955529. OLE color: 11955529.

HSL color Cylindrical-coordinate representation of color #496DB6: hue angle of 220.18º 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 #496DB6 is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB73109182-
CMYK0.600.4000.29
HSL220.18º42.75%50%-
HSV(B)220.18º59.89%71.37%-
XYZ16.6615.7346.41-
YUV106.56170.57104.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.05%
GREEN value IS 109 (42.97% from 255) = 29.95%
BLUE value IS 182 (71.48% from 255) = 50%
R=20.05%
G=29.95%
B=50%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal731091820.600.4000.29220.1842.7550
Hex496DB63C2801Ddc2b32
Octal11115526674500353345362
Binary100100111011011011011011110010100001110111011100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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