Shades of San Marino #496BA1
Tints of San Marino #496BA1
RGB
CMYK
RGB Variations
Color information
#496BA1 (or 0x496BA1) is known color: San Marino. HEX triplet: 49, 6B and A1. RGB value is (73,107,161). Sum of RGB (Red+Green+Blue) = 73+107+161=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 161 (63.28% from 255 or 47.21% from 341); Max value from RGB is 161 - color contains mainly: blue. Hex color #496BA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496BA1 is #B6945E. Grayscale: #666666. Windows color (decimal): -11965535 or 10578761. OLE color: 10578761.
HSL color Cylindrical-coordinate representation of color #496BA1: hue angle of 216.82º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #496BA1 is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 107 | 161 | - |
| CMYK | 0.55 | 0.34 | 0 | 0.37 |
| HSL | 216.82º | 0.38% | 0.46% | - |
| HSV(B) | 216.82º | 0.55% | 0.63% | - |
| XYZ | 14.44 | 14.51 | 35.76 | - |
| YUV | 102.99 | 160.74 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 107 | 161 | 0.55 | 0.34 | 0 | 0.37 | 216.82 | 0.38 | 0.46 |
| Hex | 49 | 6B | A1 | 37 | 22 | 0 | 25 | D9 | 26 | 2E |
| Octal | 111 | 153 | 241 | 67 | 42 | 0 | 45 | 331 | 46 | 56 |
| Binary | 1001001 | 1101011 | 10100001 | 110111 | 100010 | 0 | 100101 | 11011001 | 100110 | 101110 |
Color Harmonies of #496BA1
Complementary color
Monochromatic Colors of #496BA1
Black with #496BA1
Text Example
Text Example
White with #496BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496BA1; }
p { color: rgb(73,107,161); }
H1.HeaderClassName
{
color: #496BA1;
}
.AnyTagClassName
{
color: #496BA1;
}
</style>
background-color css
<style>
a { background-color: #496BA1; }
a { background-color: rgb(73,107,161); }
div.DivClassName
{
background-color: #496BA1;
}
.BgClassName
{
background-color: #496BA1;
}
</style>
border-color css
<style>
span { border-color: #496BA1; }
span { border-color: rgb(73,107,161); }
td.TdClassName
{
border-color: #496BA1;
}
.TagClassName
{
border-color: #496BA1;
}
</style>