Shades of San Marino #49689C
Tints of San Marino #49689C
RGB
CMYK
RGB Variations
Color information
#49689C (or 0x49689C) is known color: San Marino. HEX triplet: 49, 68 and 9C. RGB value is (73,104,156). Sum of RGB (Red+Green+Blue) = 73+104+156=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 156 - color contains mainly: blue. Hex color #49689C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49689C is #B69763. Grayscale: #646464. Windows color (decimal): -11966308 or 10250313. OLE color: 10250313.
HSL color Cylindrical-coordinate representation of color #49689C: hue angle of 217.59º 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 #49689C is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 104 | 156 | - |
| CMYK | 0.53 | 0.33 | 0 | 0.39 |
| HSL | 217.59º | 0.36% | 0.45% | - |
| HSV(B) | 217.59º | 0.53% | 0.61% | - |
| XYZ | 13.7 | 13.72 | 33.38 | - |
| YUV | 100.66 | 159.23 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 104 | 156 | 0.53 | 0.33 | 0 | 0.39 | 217.59 | 0.36 | 0.45 |
| Hex | 49 | 68 | 9C | 35 | 21 | 0 | 27 | DA | 24 | 2D |
| Octal | 111 | 150 | 234 | 65 | 41 | 0 | 47 | 332 | 44 | 55 |
| Binary | 1001001 | 1101000 | 10011100 | 110101 | 100001 | 0 | 100111 | 11011010 | 100100 | 101101 |
Color Harmonies of #49689C
Complementary color
Monochromatic Colors of #49689C
Black with #49689C
Text Example
Text Example
White with #49689C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49689C; }
p { color: rgb(73,104,156); }
H1.HeaderClassName
{
color: #49689C;
}
.AnyTagClassName
{
color: #49689C;
}
</style>
background-color css
<style>
a { background-color: #49689C; }
a { background-color: rgb(73,104,156); }
div.DivClassName
{
background-color: #49689C;
}
.BgClassName
{
background-color: #49689C;
}
</style>
border-color css
<style>
span { border-color: #49689C; }
span { border-color: rgb(73,104,156); }
td.TdClassName
{
border-color: #49689C;
}
.TagClassName
{
border-color: #49689C;
}
</style>