Shades of San Marino #49699F
Tints of San Marino #49699F
RGB
CMYK
RGB Variations
Color information
#49699F (or 0x49699F) is known color: San Marino. HEX triplet: 49, 69 and 9F. RGB value is (73,105,159). Sum of RGB (Red+Green+Blue) = 73+105+159=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 159 (62.5% from 255 or 47.18% from 337); Max value from RGB is 159 - color contains mainly: blue. Hex color #49699F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49699F is #B69660. Grayscale: #656565. Windows color (decimal): -11966049 or 10447177. OLE color: 10447177.
HSL color Cylindrical-coordinate representation of color #49699F: hue angle of 217.67º 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 #49699F is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 105 | 159 | - |
| CMYK | 0.54 | 0.34 | 0 | 0.38 |
| HSL | 217.67º | 0.37% | 0.45% | - |
| HSV(B) | 217.67º | 0.54% | 0.62% | - |
| XYZ | 14.06 | 14.02 | 34.77 | - |
| YUV | 101.59 | 160.4 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 105 | 159 | 0.54 | 0.34 | 0 | 0.38 | 217.67 | 0.37 | 0.45 |
| Hex | 49 | 69 | 9F | 36 | 22 | 0 | 26 | DA | 25 | 2D |
| Octal | 111 | 151 | 237 | 66 | 42 | 0 | 46 | 332 | 45 | 55 |
| Binary | 1001001 | 1101001 | 10011111 | 110110 | 100010 | 0 | 100110 | 11011010 | 100101 | 101101 |
Color Harmonies of #49699F
Complementary color
Monochromatic Colors of #49699F
Black with #49699F
Text Example
Text Example
White with #49699F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49699F; }
p { color: rgb(73,105,159); }
H1.HeaderClassName
{
color: #49699F;
}
.AnyTagClassName
{
color: #49699F;
}
</style>
background-color css
<style>
a { background-color: #49699F; }
a { background-color: rgb(73,105,159); }
div.DivClassName
{
background-color: #49699F;
}
.BgClassName
{
background-color: #49699F;
}
</style>
border-color css
<style>
span { border-color: #49699F; }
span { border-color: rgb(73,105,159); }
td.TdClassName
{
border-color: #49699F;
}
.TagClassName
{
border-color: #49699F;
}
</style>