Shades of San Marino #47749E
Tints of San Marino #47749E
RGB
CMYK
RGB Variations
Color information
#47749E (or 0x47749E) is known color: San Marino. HEX triplet: 47, 74 and 9E. RGB value is (71,116,158). Sum of RGB (Red+Green+Blue) = 71+116+158=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 158 (62.11% from 255 or 45.80% from 345); Max value from RGB is 158 - color contains mainly: blue. Hex color #47749E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47749E is #B88B61. Grayscale: #6B6B6B. Windows color (decimal): -12094306 or 10384455. OLE color: 10384455.
HSL color Cylindrical-coordinate representation of color #47749E: hue angle of 208.97º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #47749E is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 116 | 158 | - |
| CMYK | 0.55 | 0.27 | 0 | 0.38 |
| HSL | 208.97º | 0.38% | 0.45% | - |
| HSV(B) | 208.97º | 0.55% | 0.62% | - |
| XYZ | 15.02 | 16.3 | 34.7 | - |
| YUV | 107.33 | 156.59 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 116 | 158 | 0.55 | 0.27 | 0 | 0.38 | 208.97 | 0.38 | 0.45 |
| Hex | 47 | 74 | 9E | 37 | 1B | 0 | 26 | D1 | 26 | 2D |
| Octal | 107 | 164 | 236 | 67 | 33 | 0 | 46 | 321 | 46 | 55 |
| Binary | 1000111 | 1110100 | 10011110 | 110111 | 11011 | 0 | 100110 | 11010001 | 100110 | 101101 |
Color Harmonies of #47749E
Complementary color
Monochromatic Colors of #47749E
Black with #47749E
Text Example
Text Example
White with #47749E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47749E; }
p { color: rgb(71,116,158); }
H1.HeaderClassName
{
color: #47749E;
}
.AnyTagClassName
{
color: #47749E;
}
</style>
background-color css
<style>
a { background-color: #47749E; }
a { background-color: rgb(71,116,158); }
div.DivClassName
{
background-color: #47749E;
}
.BgClassName
{
background-color: #47749E;
}
</style>
border-color css
<style>
span { border-color: #47749E; }
span { border-color: rgb(71,116,158); }
td.TdClassName
{
border-color: #47749E;
}
.TagClassName
{
border-color: #47749E;
}
</style>