Shades of San Marino #47709C
Tints of San Marino #47709C
RGB
CMYK
RGB Variations
Color information
#47709C (or 0x47709C) is known color: San Marino. HEX triplet: 47, 70 and 9C. RGB value is (71,112,156). Sum of RGB (Red+Green+Blue) = 71+112+156=339 (44% of max value = 765). Red value is 71 (28.12% from 255 or 20.94% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 156 - color contains mainly: blue. Hex color #47709C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47709C is #B88F63. Grayscale: #686868. Windows color (decimal): -12095332 or 10252359. OLE color: 10252359.
HSL color Cylindrical-coordinate representation of color #47709C: hue angle of 211.06º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47709C is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 71 | 112 | 156 | - |
| CMYK | 0.54 | 0.28 | 0 | 0.39 |
| HSL | 211.06º | 0.37% | 0.45% | - |
| HSV(B) | 211.06º | 0.54% | 0.61% | - |
| XYZ | 14.39 | 15.33 | 33.65 | - |
| YUV | 104.76 | 156.92 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 112 | 156 | 0.54 | 0.28 | 0 | 0.39 | 211.06 | 0.37 | 0.45 |
| Hex | 47 | 70 | 9C | 36 | 1C | 0 | 27 | D3 | 25 | 2D |
| Octal | 107 | 160 | 234 | 66 | 34 | 0 | 47 | 323 | 45 | 55 |
| Binary | 1000111 | 1110000 | 10011100 | 110110 | 11100 | 0 | 100111 | 11010011 | 100101 | 101101 |
Color Harmonies of #47709C
Complementary color
Monochromatic Colors of #47709C
Black with #47709C
Text Example
Text Example
White with #47709C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47709C; }
p { color: rgb(71,112,156); }
H1.HeaderClassName
{
color: #47709C;
}
.AnyTagClassName
{
color: #47709C;
}
</style>
background-color css
<style>
a { background-color: #47709C; }
a { background-color: rgb(71,112,156); }
div.DivClassName
{
background-color: #47709C;
}
.BgClassName
{
background-color: #47709C;
}
</style>
border-color css
<style>
span { border-color: #47709C; }
span { border-color: rgb(71,112,156); }
td.TdClassName
{
border-color: #47709C;
}
.TagClassName
{
border-color: #47709C;
}
</style>