Shades of San Marino #496BAC
Tints of San Marino #496BAC
RGB
CMYK
RGB Variations
Color information
#496BAC (or 0x496BAC) is known color: San Marino. HEX triplet: 49, 6B and AC. RGB value is (73,107,172). Sum of RGB (Red+Green+Blue) = 73+107+172=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 107 (42.19% from 255 or 30.40% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #496BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496BAC is #B69453. Grayscale: #676767. Windows color (decimal): -11965524 or 11299657. OLE color: 11299657.
HSL color Cylindrical-coordinate representation of color #496BAC: hue angle of 219.39º 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 #496BAC is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 107 | 172 | - |
| CMYK | 0.58 | 0.38 | 0 | 0.33 |
| HSL | 219.39º | 0.4% | 0.48% | - |
| HSV(B) | 219.39º | 0.58% | 0.67% | - |
| XYZ | 15.45 | 14.91 | 41.09 | - |
| YUV | 104.24 | 166.24 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 107 | 172 | 0.58 | 0.38 | 0 | 0.33 | 219.39 | 0.4 | 0.48 |
| Hex | 49 | 6B | AC | 3A | 26 | 0 | 21 | DB | 28 | 30 |
| Octal | 111 | 153 | 254 | 72 | 46 | 0 | 41 | 333 | 50 | 60 |
| Binary | 1001001 | 1101011 | 10101100 | 111010 | 100110 | 0 | 100001 | 11011011 | 101000 | 110000 |
Color Harmonies of #496BAC
Complementary color
Monochromatic Colors of #496BAC
Black with #496BAC
Text Example
Text Example
White with #496BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496BAC; }
p { color: rgb(73,107,172); }
H1.HeaderClassName
{
color: #496BAC;
}
.AnyTagClassName
{
color: #496BAC;
}
</style>
background-color css
<style>
a { background-color: #496BAC; }
a { background-color: rgb(73,107,172); }
div.DivClassName
{
background-color: #496BAC;
}
.BgClassName
{
background-color: #496BAC;
}
</style>
border-color css
<style>
span { border-color: #496BAC; }
span { border-color: rgb(73,107,172); }
td.TdClassName
{
border-color: #496BAC;
}
.TagClassName
{
border-color: #496BAC;
}
</style>