Shades of San Marino #496899
Tints of San Marino #496899
RGB
CMYK
RGB Variations
Color information
#496899 (or 0x496899) is known color: San Marino. HEX triplet: 49, 68 and 99. RGB value is (73,104,153). Sum of RGB (Red+Green+Blue) = 73+104+153=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 153 - color contains mainly: blue. Hex color #496899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496899 is #B69766. Grayscale: #646464. Windows color (decimal): -11966311 or 10053705. OLE color: 10053705.
HSL color Cylindrical-coordinate representation of color #496899: hue angle of 216.75º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #496899 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 73 | 104 | 153 | - |
| CMYK | 0.52 | 0.32 | 0 | 0.4 |
| HSL | 216.75º | 0.35% | 0.44% | - |
| HSV(B) | 216.75º | 0.52% | 0.6% | - |
| XYZ | 13.45 | 13.62 | 32.06 | - |
| YUV | 100.32 | 157.73 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 104 | 153 | 0.52 | 0.32 | 0 | 0.4 | 216.75 | 0.35 | 0.44 |
| Hex | 49 | 68 | 99 | 34 | 20 | 0 | 28 | D9 | 23 | 2C |
| Octal | 111 | 150 | 231 | 64 | 40 | 0 | 50 | 331 | 43 | 54 |
| Binary | 1001001 | 1101000 | 10011001 | 110100 | 100000 | 0 | 101000 | 11011001 | 100011 | 101100 |
Color Harmonies of #496899
Complementary color
Monochromatic Colors of #496899
Black with #496899
Text Example
Text Example
White with #496899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496899; }
p { color: rgb(73,104,153); }
H1.HeaderClassName
{
color: #496899;
}
.AnyTagClassName
{
color: #496899;
}
</style>
background-color css
<style>
a { background-color: #496899; }
a { background-color: rgb(73,104,153); }
div.DivClassName
{
background-color: #496899;
}
.BgClassName
{
background-color: #496899;
}
</style>
border-color css
<style>
span { border-color: #496899; }
span { border-color: rgb(73,104,153); }
td.TdClassName
{
border-color: #496899;
}
.TagClassName
{
border-color: #496899;
}
</style>