Shades of San Marino #47749C
Tints of San Marino #47749C
RGB
CMYK
RGB Variations
Color information
#47749C (or 0x47749C) is known color: San Marino. HEX triplet: 47, 74 and 9C. RGB value is (71,116,156). Sum of RGB (Red+Green+Blue) = 71+116+156=343 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.70% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 156 - color contains mainly: blue. Hex color #47749C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47749C is #B88B63. Grayscale: #6A6A6A. Windows color (decimal): -12094308 or 10253383. OLE color: 10253383.
HSL color Cylindrical-coordinate representation of color #47749C: hue angle of 208.24º 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 #47749C is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 71 | 116 | 156 | - |
| CMYK | 0.54 | 0.26 | 0 | 0.39 |
| HSL | 208.24º | 0.37% | 0.45% | - |
| HSV(B) | 208.24º | 0.54% | 0.61% | - |
| XYZ | 14.84 | 16.23 | 33.8 | - |
| YUV | 107.11 | 155.59 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 116 | 156 | 0.54 | 0.26 | 0 | 0.39 | 208.24 | 0.37 | 0.45 |
| Hex | 47 | 74 | 9C | 36 | 1A | 0 | 27 | D0 | 25 | 2D |
| Octal | 107 | 164 | 234 | 66 | 32 | 0 | 47 | 320 | 45 | 55 |
| Binary | 1000111 | 1110100 | 10011100 | 110110 | 11010 | 0 | 100111 | 11010000 | 100101 | 101101 |
Color Harmonies of #47749C
Complementary color
Monochromatic Colors of #47749C
Black with #47749C
Text Example
Text Example
White with #47749C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47749C; }
p { color: rgb(71,116,156); }
H1.HeaderClassName
{
color: #47749C;
}
.AnyTagClassName
{
color: #47749C;
}
</style>
background-color css
<style>
a { background-color: #47749C; }
a { background-color: rgb(71,116,156); }
div.DivClassName
{
background-color: #47749C;
}
.BgClassName
{
background-color: #47749C;
}
</style>
border-color css
<style>
span { border-color: #47749C; }
span { border-color: rgb(71,116,156); }
td.TdClassName
{
border-color: #47749C;
}
.TagClassName
{
border-color: #47749C;
}
</style>