Shades of San Marino #47709B
Tints of San Marino #47709B
RGB
CMYK
RGB Variations
Color information
#47709B (or 0x47709B) is known color: San Marino. HEX triplet: 47, 70 and 9B. RGB value is (71,112,155). Sum of RGB (Red+Green+Blue) = 71+112+155=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 155 - color contains mainly: blue. Hex color #47709B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47709B is #B88F64. Grayscale: #686868. Windows color (decimal): -12095333 or 10186823. OLE color: 10186823.
HSL color Cylindrical-coordinate representation of color #47709B: hue angle of 210.71º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47709B is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 71 | 112 | 155 | - |
| CMYK | 0.54 | 0.28 | 0 | 0.39 |
| HSL | 210.71º | 0.37% | 0.44% | - |
| HSV(B) | 210.71º | 0.54% | 0.61% | - |
| XYZ | 14.31 | 15.29 | 33.21 | - |
| YUV | 104.64 | 156.42 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 112 | 155 | 0.54 | 0.28 | 0 | 0.39 | 210.71 | 0.37 | 0.44 |
| Hex | 47 | 70 | 9B | 36 | 1C | 0 | 27 | D3 | 25 | 2C |
| Octal | 107 | 160 | 233 | 66 | 34 | 0 | 47 | 323 | 45 | 54 |
| Binary | 1000111 | 1110000 | 10011011 | 110110 | 11100 | 0 | 100111 | 11010011 | 100101 | 101100 |
Color Harmonies of #47709B
Complementary color
Monochromatic Colors of #47709B
Black with #47709B
Text Example
Text Example
White with #47709B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47709B; }
p { color: rgb(71,112,155); }
H1.HeaderClassName
{
color: #47709B;
}
.AnyTagClassName
{
color: #47709B;
}
</style>
background-color css
<style>
a { background-color: #47709B; }
a { background-color: rgb(71,112,155); }
div.DivClassName
{
background-color: #47709B;
}
.BgClassName
{
background-color: #47709B;
}
</style>
border-color css
<style>
span { border-color: #47709B; }
span { border-color: rgb(71,112,155); }
td.TdClassName
{
border-color: #47709B;
}
.TagClassName
{
border-color: #47709B;
}
</style>