Shades of San Marino #49699A
Tints of San Marino #49699A
RGB
CMYK
RGB Variations
Color information
#49699A (or 0x49699A) is known color: San Marino. HEX triplet: 49, 69 and 9A. RGB value is (73,105,154). Sum of RGB (Red+Green+Blue) = 73+105+154=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 154 (60.55% from 255 or 46.39% from 332); Max value from RGB is 154 - color contains mainly: blue. Hex color #49699A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49699A is #B69665. Grayscale: #646464. Windows color (decimal): -11966054 or 10119497. OLE color: 10119497.
HSL color Cylindrical-coordinate representation of color #49699A: hue angle of 216.3º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49699A is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 105 | 154 | - |
| CMYK | 0.53 | 0.32 | 0 | 0.40 |
| HSL | 216.3º | 0.36% | 0.45% | - |
| HSV(B) | 216.3º | 0.53% | 0.6% | - |
| XYZ | 13.63 | 13.85 | 32.53 | - |
| YUV | 101.02 | 157.9 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 105 | 154 | 0.53 | 0.32 | 0 | 0.40 | 216.3 | 0.36 | 0.45 |
| Hex | 49 | 69 | 9A | 35 | 20 | 0 | 28 | D8 | 24 | 2D |
| Octal | 111 | 151 | 232 | 65 | 40 | 0 | 50 | 330 | 44 | 55 |
| Binary | 1001001 | 1101001 | 10011010 | 110101 | 100000 | 0 | 101000 | 11011000 | 100100 | 101101 |
Color Harmonies of #49699A
Complementary color
Monochromatic Colors of #49699A
Black with #49699A
Text Example
Text Example
White with #49699A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49699A; }
p { color: rgb(73,105,154); }
H1.HeaderClassName
{
color: #49699A;
}
.AnyTagClassName
{
color: #49699A;
}
</style>
background-color css
<style>
a { background-color: #49699A; }
a { background-color: rgb(73,105,154); }
div.DivClassName
{
background-color: #49699A;
}
.BgClassName
{
background-color: #49699A;
}
</style>
border-color css
<style>
span { border-color: #49699A; }
span { border-color: rgb(73,105,154); }
td.TdClassName
{
border-color: #49699A;
}
.TagClassName
{
border-color: #49699A;
}
</style>