Shades of San Marino #47769C
Tints of San Marino #47769C
RGB
CMYK
RGB Variations
Color information
#47769C (or 0x47769C) is known color: San Marino. HEX triplet: 47, 76 and 9C. RGB value is (71,118,156). Sum of RGB (Red+Green+Blue) = 71+118+156=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: blue. Hex color #47769C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47769C is #B88963. Grayscale: #6C6C6C. Windows color (decimal): -12093796 or 10253895. OLE color: 10253895.
HSL color Cylindrical-coordinate representation of color #47769C: hue angle of 206.82º 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 #47769C is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 71 | 118 | 156 | - |
| CMYK | 0.54 | 0.24 | 0 | 0.39 |
| HSL | 206.82º | 0.37% | 0.45% | - |
| HSV(B) | 206.82º | 0.54% | 0.61% | - |
| XYZ | 15.08 | 16.7 | 33.88 | - |
| YUV | 108.28 | 154.93 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 118 | 156 | 0.54 | 0.24 | 0 | 0.39 | 206.82 | 0.37 | 0.45 |
| Hex | 47 | 76 | 9C | 36 | 18 | 0 | 27 | CF | 25 | 2D |
| Octal | 107 | 166 | 234 | 66 | 30 | 0 | 47 | 317 | 45 | 55 |
| Binary | 1000111 | 1110110 | 10011100 | 110110 | 11000 | 0 | 100111 | 11001111 | 100101 | 101101 |
Color Harmonies of #47769C
Complementary color
Monochromatic Colors of #47769C
Black with #47769C
Text Example
Text Example
White with #47769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47769C; }
p { color: rgb(71,118,156); }
H1.HeaderClassName
{
color: #47769C;
}
.AnyTagClassName
{
color: #47769C;
}
</style>
background-color css
<style>
a { background-color: #47769C; }
a { background-color: rgb(71,118,156); }
div.DivClassName
{
background-color: #47769C;
}
.BgClassName
{
background-color: #47769C;
}
</style>
border-color css
<style>
span { border-color: #47769C; }
span { border-color: rgb(71,118,156); }
td.TdClassName
{
border-color: #47769C;
}
.TagClassName
{
border-color: #47769C;
}
</style>