Shades of San Marino #47739F
Tints of San Marino #47739F
RGB
CMYK
RGB Variations
Color information
#47739F (or 0x47739F) is known color: San Marino. HEX triplet: 47, 73 and 9F. RGB value is (71,115,159). Sum of RGB (Red+Green+Blue) = 71+115+159=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 159 (62.5% from 255 or 46.09% from 345); Max value from RGB is 159 - color contains mainly: blue. Hex color #47739F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47739F is #B88C60. Grayscale: #6A6A6A. Windows color (decimal): -12094561 or 10449735. OLE color: 10449735.
HSL color Cylindrical-coordinate representation of color #47739F: hue angle of 210º 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 #47739F is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 115 | 159 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.38 |
| HSL | 210º | 0.38% | 0.45% | - |
| HSV(B) | 210º | 0.55% | 0.62% | - |
| XYZ | 14.99 | 16.1 | 35.12 | - |
| YUV | 106.86 | 157.42 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 115 | 159 | 0.55 | 0.28 | 0 | 0.38 | 210 | 0.38 | 0.45 |
| Hex | 47 | 73 | 9F | 37 | 1C | 0 | 26 | D2 | 26 | 2D |
| Octal | 107 | 163 | 237 | 67 | 34 | 0 | 46 | 322 | 46 | 55 |
| Binary | 1000111 | 1110011 | 10011111 | 110111 | 11100 | 0 | 100110 | 11010010 | 100110 | 101101 |
Color Harmonies of #47739F
Complementary color
Monochromatic Colors of #47739F
Black with #47739F
Text Example
Text Example
White with #47739F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47739F; }
p { color: rgb(71,115,159); }
H1.HeaderClassName
{
color: #47739F;
}
.AnyTagClassName
{
color: #47739F;
}
</style>
background-color css
<style>
a { background-color: #47739F; }
a { background-color: rgb(71,115,159); }
div.DivClassName
{
background-color: #47739F;
}
.BgClassName
{
background-color: #47739F;
}
</style>
border-color css
<style>
span { border-color: #47739F; }
span { border-color: rgb(71,115,159); }
td.TdClassName
{
border-color: #47739F;
}
.TagClassName
{
border-color: #47739F;
}
</style>