Shades of San Marino #496E9A
Tints of San Marino #496E9A
RGB
CMYK
RGB Variations
Color information
#496E9A (or 0x496E9A) is known color: San Marino. HEX triplet: 49, 6E and 9A. RGB value is (73,110,154). Sum of RGB (Red+Green+Blue) = 73+110+154=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 154 (60.55% from 255 or 45.70% from 337); Max value from RGB is 154 - color contains mainly: blue. Hex color #496E9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496E9A is #B69165. Grayscale: #676767. Windows color (decimal): -11964774 or 10120777. OLE color: 10120777.
HSL color Cylindrical-coordinate representation of color #496E9A: hue angle of 212.59º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #496E9A is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 110 | 154 | - |
| CMYK | 0.53 | 0.29 | 0 | 0.40 |
| HSL | 212.59º | 0.36% | 0.45% | - |
| HSV(B) | 212.59º | 0.53% | 0.6% | - |
| XYZ | 14.16 | 14.9 | 32.7 | - |
| YUV | 103.95 | 156.24 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 110 | 154 | 0.53 | 0.29 | 0 | 0.40 | 212.59 | 0.36 | 0.45 |
| Hex | 49 | 6E | 9A | 35 | 1D | 0 | 28 | D5 | 24 | 2D |
| Octal | 111 | 156 | 232 | 65 | 35 | 0 | 50 | 325 | 44 | 55 |
| Binary | 1001001 | 1101110 | 10011010 | 110101 | 11101 | 0 | 101000 | 11010101 | 100100 | 101101 |
Color Harmonies of #496E9A
Complementary color
Monochromatic Colors of #496E9A
Black with #496E9A
Text Example
Text Example
White with #496E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496E9A; }
p { color: rgb(73,110,154); }
H1.HeaderClassName
{
color: #496E9A;
}
.AnyTagClassName
{
color: #496E9A;
}
</style>
background-color css
<style>
a { background-color: #496E9A; }
a { background-color: rgb(73,110,154); }
div.DivClassName
{
background-color: #496E9A;
}
.BgClassName
{
background-color: #496E9A;
}
</style>
border-color css
<style>
span { border-color: #496E9A; }
span { border-color: rgb(73,110,154); }
td.TdClassName
{
border-color: #496E9A;
}
.TagClassName
{
border-color: #496E9A;
}
</style>