Shades of San Marino #496AAC
Tints of San Marino #496AAC
RGB
CMYK
RGB Variations
Color information
#496AAC (or 0x496AAC) is known color: San Marino. HEX triplet: 49, 6A and AC. RGB value is (73,106,172). Sum of RGB (Red+Green+Blue) = 73+106+172=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #496AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496AAC is #B69553. Grayscale: #676767. Windows color (decimal): -11965780 or 11299401. OLE color: 11299401.
HSL color Cylindrical-coordinate representation of color #496AAC: hue angle of 220º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #496AAC is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 106 | 172 | - |
| CMYK | 0.58 | 0.38 | 0 | 0.33 |
| HSL | 220º | 0.4% | 0.48% | - |
| HSV(B) | 220º | 0.58% | 0.67% | - |
| XYZ | 15.35 | 14.7 | 41.06 | - |
| YUV | 103.66 | 166.57 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 106 | 172 | 0.58 | 0.38 | 0 | 0.33 | 220 | 0.4 | 0.48 |
| Hex | 49 | 6A | AC | 3A | 26 | 0 | 21 | DC | 28 | 30 |
| Octal | 111 | 152 | 254 | 72 | 46 | 0 | 41 | 334 | 50 | 60 |
| Binary | 1001001 | 1101010 | 10101100 | 111010 | 100110 | 0 | 100001 | 11011100 | 101000 | 110000 |
Color Harmonies of #496AAC
Complementary color
Monochromatic Colors of #496AAC
Black with #496AAC
Text Example
Text Example
White with #496AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496AAC; }
p { color: rgb(73,106,172); }
H1.HeaderClassName
{
color: #496AAC;
}
.AnyTagClassName
{
color: #496AAC;
}
</style>
background-color css
<style>
a { background-color: #496AAC; }
a { background-color: rgb(73,106,172); }
div.DivClassName
{
background-color: #496AAC;
}
.BgClassName
{
background-color: #496AAC;
}
</style>
border-color css
<style>
span { border-color: #496AAC; }
span { border-color: rgb(73,106,172); }
td.TdClassName
{
border-color: #496AAC;
}
.TagClassName
{
border-color: #496AAC;
}
</style>