Shades of San Marino #49749C
Tints of San Marino #49749C
RGB
CMYK
RGB Variations
Color information
#49749C (or 0x49749C) is known color: San Marino. HEX triplet: 49, 74 and 9C. RGB value is (73,116,156). Sum of RGB (Red+Green+Blue) = 73+116+156=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: blue. Hex color #49749C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49749C is #B68B63. Grayscale: #6B6B6B. Windows color (decimal): -11963236 or 10253385. OLE color: 10253385.
HSL color Cylindrical-coordinate representation of color #49749C: hue angle of 208.92º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49749C is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 116 | 156 | - |
| CMYK | 0.53 | 0.26 | 0 | 0.39 |
| HSL | 208.92º | 0.36% | 0.45% | - |
| HSV(B) | 208.92º | 0.53% | 0.61% | - |
| XYZ | 14.99 | 16.31 | 33.81 | - |
| YUV | 107.7 | 155.25 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 116 | 156 | 0.53 | 0.26 | 0 | 0.39 | 208.92 | 0.36 | 0.45 |
| Hex | 49 | 74 | 9C | 35 | 1A | 0 | 27 | D1 | 24 | 2D |
| Octal | 111 | 164 | 234 | 65 | 32 | 0 | 47 | 321 | 44 | 55 |
| Binary | 1001001 | 1110100 | 10011100 | 110101 | 11010 | 0 | 100111 | 11010001 | 100100 | 101101 |
Color Harmonies of #49749C
Complementary color
Monochromatic Colors of #49749C
Black with #49749C
Text Example
Text Example
White with #49749C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49749C; }
p { color: rgb(73,116,156); }
H1.HeaderClassName
{
color: #49749C;
}
.AnyTagClassName
{
color: #49749C;
}
</style>
background-color css
<style>
a { background-color: #49749C; }
a { background-color: rgb(73,116,156); }
div.DivClassName
{
background-color: #49749C;
}
.BgClassName
{
background-color: #49749C;
}
</style>
border-color css
<style>
span { border-color: #49749C; }
span { border-color: rgb(73,116,156); }
td.TdClassName
{
border-color: #49749C;
}
.TagClassName
{
border-color: #49749C;
}
</style>