Shades of San Marino #49699D
Tints of San Marino #49699D
RGB
CMYK
RGB Variations
Color information
#49699D (or 0x49699D) is known color: San Marino. HEX triplet: 49, 69 and 9D. RGB value is (73,105,157). Sum of RGB (Red+Green+Blue) = 73+105+157=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 157 (61.72% from 255 or 46.87% from 335); Max value from RGB is 157 - color contains mainly: blue. Hex color #49699D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49699D is #B69662. Grayscale: #656565. Windows color (decimal): -11966051 or 10316105. OLE color: 10316105.
HSL color Cylindrical-coordinate representation of color #49699D: hue angle of 217.14º 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 #49699D is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 105 | 157 | - |
| CMYK | 0.54 | 0.33 | 0 | 0.38 |
| HSL | 217.14º | 0.37% | 0.45% | - |
| HSV(B) | 217.14º | 0.54% | 0.62% | - |
| XYZ | 13.89 | 13.95 | 33.86 | - |
| YUV | 101.36 | 159.4 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 105 | 157 | 0.54 | 0.33 | 0 | 0.38 | 217.14 | 0.37 | 0.45 |
| Hex | 49 | 69 | 9D | 36 | 21 | 0 | 26 | D9 | 25 | 2D |
| Octal | 111 | 151 | 235 | 66 | 41 | 0 | 46 | 331 | 45 | 55 |
| Binary | 1001001 | 1101001 | 10011101 | 110110 | 100001 | 0 | 100110 | 11011001 | 100101 | 101101 |
Color Harmonies of #49699D
Complementary color
Monochromatic Colors of #49699D
Black with #49699D
Text Example
Text Example
White with #49699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49699D; }
p { color: rgb(73,105,157); }
H1.HeaderClassName
{
color: #49699D;
}
.AnyTagClassName
{
color: #49699D;
}
</style>
background-color css
<style>
a { background-color: #49699D; }
a { background-color: rgb(73,105,157); }
div.DivClassName
{
background-color: #49699D;
}
.BgClassName
{
background-color: #49699D;
}
</style>
border-color css
<style>
span { border-color: #49699D; }
span { border-color: rgb(73,105,157); }
td.TdClassName
{
border-color: #49699D;
}
.TagClassName
{
border-color: #49699D;
}
</style>