Shades of San Marino #49679F
Tints of San Marino #49679F
RGB
CMYK
RGB Variations
Color information
#49679F (or 0x49679F) is known color: San Marino. HEX triplet: 49, 67 and 9F. RGB value is (73,103,159). Sum of RGB (Red+Green+Blue) = 73+103+159=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 159 (62.5% from 255 or 47.46% from 335); Max value from RGB is 159 - color contains mainly: blue. Hex color #49679F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49679F is #B69860. Grayscale: #646464. Windows color (decimal): -11966561 or 10446665. OLE color: 10446665.
HSL color Cylindrical-coordinate representation of color #49679F: hue angle of 219.07º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #49679F is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 103 | 159 | - |
| CMYK | 0.54 | 0.35 | 0 | 0.38 |
| HSL | 219.07º | 0.37% | 0.45% | - |
| HSV(B) | 219.07º | 0.54% | 0.62% | - |
| XYZ | 13.86 | 13.62 | 34.7 | - |
| YUV | 100.41 | 161.06 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 103 | 159 | 0.54 | 0.35 | 0 | 0.38 | 219.07 | 0.37 | 0.45 |
| Hex | 49 | 67 | 9F | 36 | 23 | 0 | 26 | DB | 25 | 2D |
| Octal | 111 | 147 | 237 | 66 | 43 | 0 | 46 | 333 | 45 | 55 |
| Binary | 1001001 | 1100111 | 10011111 | 110110 | 100011 | 0 | 100110 | 11011011 | 100101 | 101101 |
Color Harmonies of #49679F
Complementary color
Monochromatic Colors of #49679F
Black with #49679F
Text Example
Text Example
White with #49679F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49679F; }
p { color: rgb(73,103,159); }
H1.HeaderClassName
{
color: #49679F;
}
.AnyTagClassName
{
color: #49679F;
}
</style>
background-color css
<style>
a { background-color: #49679F; }
a { background-color: rgb(73,103,159); }
div.DivClassName
{
background-color: #49679F;
}
.BgClassName
{
background-color: #49679F;
}
</style>
border-color css
<style>
span { border-color: #49679F; }
span { border-color: rgb(73,103,159); }
td.TdClassName
{
border-color: #49679F;
}
.TagClassName
{
border-color: #49679F;
}
</style>