Shades of San Marino #47689A
Tints of San Marino #47689A
RGB
CMYK
RGB Variations
Color information
#47689A (or 0x47689A) is known color: San Marino. HEX triplet: 47, 68 and 9A. RGB value is (71,104,154). Sum of RGB (Red+Green+Blue) = 71+104+154=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 154 (60.55% from 255 or 46.81% from 329); Max value from RGB is 154 - color contains mainly: blue. Hex color #47689A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47689A is #B89765. Grayscale: #636363. Windows color (decimal): -12097382 or 10119239. OLE color: 10119239.
HSL color Cylindrical-coordinate representation of color #47689A: hue angle of 216.14º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47689A is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 71 | 104 | 154 | - |
| CMYK | 0.54 | 0.32 | 0 | 0.40 |
| HSL | 216.14º | 0.37% | 0.44% | - |
| HSV(B) | 216.14º | 0.54% | 0.6% | - |
| XYZ | 13.38 | 13.57 | 32.49 | - |
| YUV | 99.83 | 158.57 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 104 | 154 | 0.54 | 0.32 | 0 | 0.40 | 216.14 | 0.37 | 0.44 |
| Hex | 47 | 68 | 9A | 36 | 20 | 0 | 28 | D8 | 25 | 2C |
| Octal | 107 | 150 | 232 | 66 | 40 | 0 | 50 | 330 | 45 | 54 |
| Binary | 1000111 | 1101000 | 10011010 | 110110 | 100000 | 0 | 101000 | 11011000 | 100101 | 101100 |
Color Harmonies of #47689A
Complementary color
Monochromatic Colors of #47689A
Black with #47689A
Text Example
Text Example
White with #47689A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47689A; }
p { color: rgb(71,104,154); }
H1.HeaderClassName
{
color: #47689A;
}
.AnyTagClassName
{
color: #47689A;
}
</style>
background-color css
<style>
a { background-color: #47689A; }
a { background-color: rgb(71,104,154); }
div.DivClassName
{
background-color: #47689A;
}
.BgClassName
{
background-color: #47689A;
}
</style>
border-color css
<style>
span { border-color: #47689A; }
span { border-color: rgb(71,104,154); }
td.TdClassName
{
border-color: #47689A;
}
.TagClassName
{
border-color: #47689A;
}
</style>