Shades of San Marino #47749D
Tints of San Marino #47749D
RGB
CMYK
RGB Variations
Color information
#47749D (or 0x47749D) is known color: San Marino. HEX triplet: 47, 74 and 9D. RGB value is (71,116,157). Sum of RGB (Red+Green+Blue) = 71+116+157=344 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.64% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 157 - color contains mainly: blue. Hex color #47749D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47749D is #B88B62. Grayscale: #6B6B6B. Windows color (decimal): -12094307 or 10318919. OLE color: 10318919.
HSL color Cylindrical-coordinate representation of color #47749D: hue angle of 208.6º 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 #47749D is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 116 | 157 | - |
| CMYK | 0.55 | 0.26 | 0 | 0.38 |
| HSL | 208.6º | 0.38% | 0.45% | - |
| HSV(B) | 208.6º | 0.55% | 0.62% | - |
| XYZ | 14.93 | 16.26 | 34.25 | - |
| YUV | 107.22 | 156.09 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 116 | 157 | 0.55 | 0.26 | 0 | 0.38 | 208.6 | 0.38 | 0.45 |
| Hex | 47 | 74 | 9D | 37 | 1A | 0 | 26 | D1 | 26 | 2D |
| Octal | 107 | 164 | 235 | 67 | 32 | 0 | 46 | 321 | 46 | 55 |
| Binary | 1000111 | 1110100 | 10011101 | 110111 | 11010 | 0 | 100110 | 11010001 | 100110 | 101101 |
Color Harmonies of #47749D
Complementary color
Monochromatic Colors of #47749D
Black with #47749D
Text Example
Text Example
White with #47749D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47749D; }
p { color: rgb(71,116,157); }
H1.HeaderClassName
{
color: #47749D;
}
.AnyTagClassName
{
color: #47749D;
}
</style>
background-color css
<style>
a { background-color: #47749D; }
a { background-color: rgb(71,116,157); }
div.DivClassName
{
background-color: #47749D;
}
.BgClassName
{
background-color: #47749D;
}
</style>
border-color css
<style>
span { border-color: #47749D; }
span { border-color: rgb(71,116,157); }
td.TdClassName
{
border-color: #47749D;
}
.TagClassName
{
border-color: #47749D;
}
</style>