#496DB7

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

Shades of San Marino #496DB7

Tints of San Marino #496DB7

Color information

#496DB7 (or 0x496DB7) is unknown color: approx San Marino. HEX triplet: 49, 6D and B7. RGB value is (73,109,183). Sum of RGB (Red+Green+Blue) = 73+109+183=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 183 (71.88% from 255 or 50.14% from 365); Max value from RGB is 183 - color contains mainly: blue. Hex color #496DB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496DB7 is #B69248. Grayscale: #6A6A6A. Windows color (decimal): -11965001 or 12021065. OLE color: 12021065.

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

Color convert

RGB73109183-
CMYK0.600.4000.28
HSL220.36º43.31%50.2%-
HSV(B)220.36º60.11%71.76%-
XYZ16.7615.7746.96-
YUV106.67171.07103.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20%
GREEN value IS 109 (42.97% from 255) = 29.86%
BLUE value IS 183 (71.88% from 255) = 50.14%
R=20%
G=29.86%
B=50.14%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal731091830.600.4000.28220.3643.3150.2
Hex496DB73C2801Cdc2b32
Octal11115526774500343345362
Binary100100111011011011011111110010100001110011011100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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