Shades of San Marino #476FA6
Tints of San Marino #476FA6
RGB
CMYK
RGB Variations
Color information
#476FA6 (or 0x476FA6) is known color: San Marino. HEX triplet: 47, 6F and A6. RGB value is (71,111,166). Sum of RGB (Red+Green+Blue) = 71+111+166=348 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.40% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 166 (65.23% from 255 or 47.70% from 348); Max value from RGB is 166 - color contains mainly: blue. Hex color #476FA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476FA6 is #B89059. Grayscale: #696969. Windows color (decimal): -12095578 or 10907463. OLE color: 10907463.
HSL color Cylindrical-coordinate representation of color #476FA6: hue angle of 214.74º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #476FA6 is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 71 | 111 | 166 | - |
| CMYK | 0.57 | 0.33 | 0 | 0.35 |
| HSL | 214.74º | 0.4% | 0.46% | - |
| HSV(B) | 214.74º | 0.57% | 0.65% | - |
| XYZ | 15.17 | 15.46 | 38.26 | - |
| YUV | 105.31 | 162.25 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 111 | 166 | 0.57 | 0.33 | 0 | 0.35 | 214.74 | 0.4 | 0.46 |
| Hex | 47 | 6F | A6 | 39 | 21 | 0 | 23 | D7 | 28 | 2E |
| Octal | 107 | 157 | 246 | 71 | 41 | 0 | 43 | 327 | 50 | 56 |
| Binary | 1000111 | 1101111 | 10100110 | 111001 | 100001 | 0 | 100011 | 11010111 | 101000 | 101110 |
Color Harmonies of #476FA6
Complementary color
Monochromatic Colors of #476FA6
Black with #476FA6
Text Example
Text Example
White with #476FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476FA6; }
p { color: rgb(71,111,166); }
H1.HeaderClassName
{
color: #476FA6;
}
.AnyTagClassName
{
color: #476FA6;
}
</style>
background-color css
<style>
a { background-color: #476FA6; }
a { background-color: rgb(71,111,166); }
div.DivClassName
{
background-color: #476FA6;
}
.BgClassName
{
background-color: #476FA6;
}
</style>
border-color css
<style>
span { border-color: #476FA6; }
span { border-color: rgb(71,111,166); }
td.TdClassName
{
border-color: #476FA6;
}
.TagClassName
{
border-color: #476FA6;
}
</style>