Shades of San Marino #49779D
Tints of San Marino #49779D
RGB
CMYK
RGB Variations
Color information
#49779D (or 0x49779D) is known color: San Marino. HEX triplet: 49, 77 and 9D. RGB value is (73,119,157). Sum of RGB (Red+Green+Blue) = 73+119+157=349 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.92% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 157 - color contains mainly: blue. Hex color #49779D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49779D is #B68862. Grayscale: #6D6D6D. Windows color (decimal): -11962467 or 10319689. OLE color: 10319689.
HSL color Cylindrical-coordinate representation of color #49779D: hue angle of 207.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 #49779D is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 119 | 157 | - |
| CMYK | 0.54 | 0.24 | 0 | 0.38 |
| HSL | 207.14º | 0.37% | 0.45% | - |
| HSV(B) | 207.14º | 0.54% | 0.62% | - |
| XYZ | 15.43 | 17.04 | 34.37 | - |
| YUV | 109.58 | 154.76 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 119 | 157 | 0.54 | 0.24 | 0 | 0.38 | 207.14 | 0.37 | 0.45 |
| Hex | 49 | 77 | 9D | 36 | 18 | 0 | 26 | CF | 25 | 2D |
| Octal | 111 | 167 | 235 | 66 | 30 | 0 | 46 | 317 | 45 | 55 |
| Binary | 1001001 | 1110111 | 10011101 | 110110 | 11000 | 0 | 100110 | 11001111 | 100101 | 101101 |
Color Harmonies of #49779D
Complementary color
Monochromatic Colors of #49779D
Black with #49779D
Text Example
Text Example
White with #49779D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49779D; }
p { color: rgb(73,119,157); }
H1.HeaderClassName
{
color: #49779D;
}
.AnyTagClassName
{
color: #49779D;
}
</style>
background-color css
<style>
a { background-color: #49779D; }
a { background-color: rgb(73,119,157); }
div.DivClassName
{
background-color: #49779D;
}
.BgClassName
{
background-color: #49779D;
}
</style>
border-color css
<style>
span { border-color: #49779D; }
span { border-color: rgb(73,119,157); }
td.TdClassName
{
border-color: #49779D;
}
.TagClassName
{
border-color: #49779D;
}
</style>