Shades of San Marino #49679D
Tints of San Marino #49679D
RGB
CMYK
RGB Variations
Color information
#49679D (or 0x49679D) is known color: San Marino. HEX triplet: 49, 67 and 9D. RGB value is (73,103,157). Sum of RGB (Red+Green+Blue) = 73+103+157=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 157 - color contains mainly: blue. Hex color #49679D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49679D is #B69862. Grayscale: #636363. Windows color (decimal): -11966563 or 10315593. OLE color: 10315593.
HSL color Cylindrical-coordinate representation of color #49679D: hue angle of 218.57º 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 #49679D is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 103 | 157 | - |
| CMYK | 0.54 | 0.34 | 0 | 0.38 |
| HSL | 218.57º | 0.37% | 0.45% | - |
| HSV(B) | 218.57º | 0.54% | 0.62% | - |
| XYZ | 13.68 | 13.55 | 33.79 | - |
| YUV | 100.19 | 160.06 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 103 | 157 | 0.54 | 0.34 | 0 | 0.38 | 218.57 | 0.37 | 0.45 |
| Hex | 49 | 67 | 9D | 36 | 22 | 0 | 26 | DB | 25 | 2D |
| Octal | 111 | 147 | 235 | 66 | 42 | 0 | 46 | 333 | 45 | 55 |
| Binary | 1001001 | 1100111 | 10011101 | 110110 | 100010 | 0 | 100110 | 11011011 | 100101 | 101101 |
Color Harmonies of #49679D
Complementary color
Monochromatic Colors of #49679D
Black with #49679D
Text Example
Text Example
White with #49679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49679D; }
p { color: rgb(73,103,157); }
H1.HeaderClassName
{
color: #49679D;
}
.AnyTagClassName
{
color: #49679D;
}
</style>
background-color css
<style>
a { background-color: #49679D; }
a { background-color: rgb(73,103,157); }
div.DivClassName
{
background-color: #49679D;
}
.BgClassName
{
background-color: #49679D;
}
</style>
border-color css
<style>
span { border-color: #49679D; }
span { border-color: rgb(73,103,157); }
td.TdClassName
{
border-color: #49679D;
}
.TagClassName
{
border-color: #49679D;
}
</style>