Shades of San Marino #49749D
Tints of San Marino #49749D
RGB
CMYK
RGB Variations
Color information
#49749D (or 0x49749D) is known color: San Marino. HEX triplet: 49, 74 and 9D. RGB value is (73,116,157). Sum of RGB (Red+Green+Blue) = 73+116+157=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 157 - color contains mainly: blue. Hex color #49749D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49749D is #B68B62. Grayscale: #6B6B6B. Windows color (decimal): -11963235 or 10318921. OLE color: 10318921.
HSL color Cylindrical-coordinate representation of color #49749D: hue angle of 209.29º 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 #49749D is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 116 | 157 | - |
| CMYK | 0.54 | 0.26 | 0 | 0.38 |
| HSL | 209.29º | 0.37% | 0.45% | - |
| HSV(B) | 209.29º | 0.54% | 0.62% | - |
| XYZ | 15.08 | 16.34 | 34.26 | - |
| YUV | 107.82 | 155.75 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 116 | 157 | 0.54 | 0.26 | 0 | 0.38 | 209.29 | 0.37 | 0.45 |
| Hex | 49 | 74 | 9D | 36 | 1A | 0 | 26 | D1 | 25 | 2D |
| Octal | 111 | 164 | 235 | 66 | 32 | 0 | 46 | 321 | 45 | 55 |
| Binary | 1001001 | 1110100 | 10011101 | 110110 | 11010 | 0 | 100110 | 11010001 | 100101 | 101101 |
Color Harmonies of #49749D
Complementary color
Monochromatic Colors of #49749D
Black with #49749D
Text Example
Text Example
White with #49749D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49749D; }
p { color: rgb(73,116,157); }
H1.HeaderClassName
{
color: #49749D;
}
.AnyTagClassName
{
color: #49749D;
}
</style>
background-color css
<style>
a { background-color: #49749D; }
a { background-color: rgb(73,116,157); }
div.DivClassName
{
background-color: #49749D;
}
.BgClassName
{
background-color: #49749D;
}
</style>
border-color css
<style>
span { border-color: #49749D; }
span { border-color: rgb(73,116,157); }
td.TdClassName
{
border-color: #49749D;
}
.TagClassName
{
border-color: #49749D;
}
</style>