Shades of San Marino #496DB7
Tints of San Marino #496DB7
RGB
CMYK
RGB Variations
Color information
#496DB7 (or 0x496DB7) is known color: 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
| RGB | 73 | 109 | 183 | - |
| CMYK | 0.60 | 0.40 | 0 | 0.28 |
| HSL | 220.36º | 0.43% | 0.5% | - |
| HSV(B) | 220.36º | 0.6% | 0.72% | - |
| XYZ | 16.76 | 15.77 | 46.96 | - |
| YUV | 106.67 | 171.07 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 109 | 183 | 0.60 | 0.40 | 0 | 0.28 | 220.36 | 0.43 | 0.5 |
| Hex | 49 | 6D | B7 | 3C | 28 | 0 | 1C | DC | 2B | 32 |
| Octal | 111 | 155 | 267 | 74 | 50 | 0 | 34 | 334 | 53 | 62 |
| Binary | 1001001 | 1101101 | 10110111 | 111100 | 101000 | 0 | 11100 | 11011100 | 101011 | 110010 |
Color Harmonies of #496DB7
Complementary color
Monochromatic Colors of #496DB7
Black with #496DB7
Text Example
Text Example
White with #496DB7
Text Example
Text Example
HTML Codes & Css Web 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>