Shades of San Marino #49789F
Tints of San Marino #49789F
RGB
CMYK
RGB Variations
Color information
#49789F (or 0x49789F) is known color: San Marino. HEX triplet: 49, 78 and 9F. RGB value is (73,120,159). Sum of RGB (Red+Green+Blue) = 73+120+159=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 159 (62.5% from 255 or 45.17% from 352); Max value from RGB is 159 - color contains mainly: blue. Hex color #49789F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49789F is #B68760. Grayscale: #6E6E6E. Windows color (decimal): -11962209 or 10451017. OLE color: 10451017.
HSL color Cylindrical-coordinate representation of color #49789F: hue angle of 207.21º 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 #49789F is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 120 | 159 | - |
| CMYK | 0.54 | 0.25 | 0 | 0.38 |
| HSL | 207.21º | 0.37% | 0.45% | - |
| HSV(B) | 207.21º | 0.54% | 0.62% | - |
| XYZ | 15.72 | 17.35 | 35.32 | - |
| YUV | 110.39 | 155.43 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 120 | 159 | 0.54 | 0.25 | 0 | 0.38 | 207.21 | 0.37 | 0.45 |
| Hex | 49 | 78 | 9F | 36 | 19 | 0 | 26 | CF | 25 | 2D |
| Octal | 111 | 170 | 237 | 66 | 31 | 0 | 46 | 317 | 45 | 55 |
| Binary | 1001001 | 1111000 | 10011111 | 110110 | 11001 | 0 | 100110 | 11001111 | 100101 | 101101 |
Color Harmonies of #49789F
Complementary color
Monochromatic Colors of #49789F
Black with #49789F
Text Example
Text Example
White with #49789F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49789F; }
p { color: rgb(73,120,159); }
H1.HeaderClassName
{
color: #49789F;
}
.AnyTagClassName
{
color: #49789F;
}
</style>
background-color css
<style>
a { background-color: #49789F; }
a { background-color: rgb(73,120,159); }
div.DivClassName
{
background-color: #49789F;
}
.BgClassName
{
background-color: #49789F;
}
</style>
border-color css
<style>
span { border-color: #49789F; }
span { border-color: rgb(73,120,159); }
td.TdClassName
{
border-color: #49789F;
}
.TagClassName
{
border-color: #49789F;
}
</style>