Shades of San Marino #49729B
Tints of San Marino #49729B
RGB
CMYK
RGB Variations
Color information
#49729B (or 0x49729B) is known color: San Marino. HEX triplet: 49, 72 and 9B. RGB value is (73,114,155). Sum of RGB (Red+Green+Blue) = 73+114+155=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #49729B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49729B is #B68D64. Grayscale: #6A6A6A. Windows color (decimal): -11963749 or 10187337. OLE color: 10187337.
HSL color Cylindrical-coordinate representation of color #49729B: hue angle of 210º 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 #49729B is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 114 | 155 | - |
| CMYK | 0.53 | 0.26 | 0 | 0.39 |
| HSL | 210º | 0.36% | 0.45% | - |
| HSV(B) | 210º | 0.53% | 0.61% | - |
| XYZ | 14.68 | 15.82 | 33.29 | - |
| YUV | 106.42 | 155.42 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 114 | 155 | 0.53 | 0.26 | 0 | 0.39 | 210 | 0.36 | 0.45 |
| Hex | 49 | 72 | 9B | 35 | 1A | 0 | 27 | D2 | 24 | 2D |
| Octal | 111 | 162 | 233 | 65 | 32 | 0 | 47 | 322 | 44 | 55 |
| Binary | 1001001 | 1110010 | 10011011 | 110101 | 11010 | 0 | 100111 | 11010010 | 100100 | 101101 |
Color Harmonies of #49729B
Complementary color
Monochromatic Colors of #49729B
Black with #49729B
Text Example
Text Example
White with #49729B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49729B; }
p { color: rgb(73,114,155); }
H1.HeaderClassName
{
color: #49729B;
}
.AnyTagClassName
{
color: #49729B;
}
</style>
background-color css
<style>
a { background-color: #49729B; }
a { background-color: rgb(73,114,155); }
div.DivClassName
{
background-color: #49729B;
}
.BgClassName
{
background-color: #49729B;
}
</style>
border-color css
<style>
span { border-color: #49729B; }
span { border-color: rgb(73,114,155); }
td.TdClassName
{
border-color: #49729B;
}
.TagClassName
{
border-color: #49729B;
}
</style>