Shades of San Marino #476FA0
Tints of San Marino #476FA0
RGB
CMYK
RGB Variations
Color information
#476FA0 (or 0x476FA0) is known color: San Marino. HEX triplet: 47, 6F and A0. RGB value is (71,111,160). Sum of RGB (Red+Green+Blue) = 71+111+160=342 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.76% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 160 (62.89% from 255 or 46.78% from 342); Max value from RGB is 160 - color contains mainly: blue. Hex color #476FA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476FA0 is #B8905F. Grayscale: #686868. Windows color (decimal): -12095584 or 10514247. OLE color: 10514247.
HSL color Cylindrical-coordinate representation of color #476FA0: hue angle of 213.03º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #476FA0 is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 71 | 111 | 160 | - |
| CMYK | 0.56 | 0.31 | 0 | 0.37 |
| HSL | 213.03º | 0.39% | 0.45% | - |
| HSV(B) | 213.03º | 0.56% | 0.63% | - |
| XYZ | 14.63 | 15.25 | 35.43 | - |
| YUV | 104.63 | 159.25 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 111 | 160 | 0.56 | 0.31 | 0 | 0.37 | 213.03 | 0.39 | 0.45 |
| Hex | 47 | 6F | A0 | 38 | 1F | 0 | 25 | D5 | 27 | 2D |
| Octal | 107 | 157 | 240 | 70 | 37 | 0 | 45 | 325 | 47 | 55 |
| Binary | 1000111 | 1101111 | 10100000 | 111000 | 11111 | 0 | 100101 | 11010101 | 100111 | 101101 |
Color Harmonies of #476FA0
Complementary color
Monochromatic Colors of #476FA0
Black with #476FA0
Text Example
Text Example
White with #476FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476FA0; }
p { color: rgb(71,111,160); }
H1.HeaderClassName
{
color: #476FA0;
}
.AnyTagClassName
{
color: #476FA0;
}
</style>
background-color css
<style>
a { background-color: #476FA0; }
a { background-color: rgb(71,111,160); }
div.DivClassName
{
background-color: #476FA0;
}
.BgClassName
{
background-color: #476FA0;
}
</style>
border-color css
<style>
span { border-color: #476FA0; }
span { border-color: rgb(71,111,160); }
td.TdClassName
{
border-color: #476FA0;
}
.TagClassName
{
border-color: #476FA0;
}
</style>