Shades of San Marino #496AAB
Tints of San Marino #496AAB
RGB
CMYK
RGB Variations
Color information
#496AAB (or 0x496AAB) is known color: San Marino. HEX triplet: 49, 6A and AB. RGB value is (73,106,171). Sum of RGB (Red+Green+Blue) = 73+106+171=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 106 (41.80% from 255 or 30.29% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #496AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496AAB is #B69554. Grayscale: #676767. Windows color (decimal): -11965781 or 11233865. OLE color: 11233865.
HSL color Cylindrical-coordinate representation of color #496AAB: hue angle of 219.8º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #496AAB is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 106 | 171 | - |
| CMYK | 0.57 | 0.38 | 0 | 0.33 |
| HSL | 219.8º | 0.4% | 0.48% | - |
| HSV(B) | 219.8º | 0.57% | 0.67% | - |
| XYZ | 15.25 | 14.66 | 40.55 | - |
| YUV | 103.54 | 166.07 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 106 | 171 | 0.57 | 0.38 | 0 | 0.33 | 219.8 | 0.4 | 0.48 |
| Hex | 49 | 6A | AB | 39 | 26 | 0 | 21 | DC | 28 | 30 |
| Octal | 111 | 152 | 253 | 71 | 46 | 0 | 41 | 334 | 50 | 60 |
| Binary | 1001001 | 1101010 | 10101011 | 111001 | 100110 | 0 | 100001 | 11011100 | 101000 | 110000 |
Color Harmonies of #496AAB
Complementary color
Monochromatic Colors of #496AAB
Black with #496AAB
Text Example
Text Example
White with #496AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496AAB; }
p { color: rgb(73,106,171); }
H1.HeaderClassName
{
color: #496AAB;
}
.AnyTagClassName
{
color: #496AAB;
}
</style>
background-color css
<style>
a { background-color: #496AAB; }
a { background-color: rgb(73,106,171); }
div.DivClassName
{
background-color: #496AAB;
}
.BgClassName
{
background-color: #496AAB;
}
</style>
border-color css
<style>
span { border-color: #496AAB; }
span { border-color: rgb(73,106,171); }
td.TdClassName
{
border-color: #496AAB;
}
.TagClassName
{
border-color: #496AAB;
}
</style>