Shades of San Marino #476A97
Tints of San Marino #476A97
RGB
CMYK
RGB Variations
Color information
#476A97 (or 0x476A97) is known color: San Marino. HEX triplet: 47, 6A and 97. RGB value is (71,106,151). Sum of RGB (Red+Green+Blue) = 71+106+151=328 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.65% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 151 (59.38% from 255 or 46.04% from 328); Max value from RGB is 151 - color contains mainly: blue. Hex color #476A97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476A97 is #B89568. Grayscale: #646464. Windows color (decimal): -12096873 or 9923143. OLE color: 9923143.
HSL color Cylindrical-coordinate representation of color #476A97: hue angle of 213.75º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #476A97 is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 71 | 106 | 151 | - |
| CMYK | 0.53 | 0.30 | 0 | 0.41 |
| HSL | 213.75º | 0.36% | 0.44% | - |
| HSV(B) | 213.75º | 0.53% | 0.59% | - |
| XYZ | 13.34 | 13.88 | 31.25 | - |
| YUV | 100.67 | 156.4 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 106 | 151 | 0.53 | 0.30 | 0 | 0.41 | 213.75 | 0.36 | 0.44 |
| Hex | 47 | 6A | 97 | 35 | 1E | 0 | 29 | D6 | 24 | 2C |
| Octal | 107 | 152 | 227 | 65 | 36 | 0 | 51 | 326 | 44 | 54 |
| Binary | 1000111 | 1101010 | 10010111 | 110101 | 11110 | 0 | 101001 | 11010110 | 100100 | 101100 |
Color Harmonies of #476A97
Complementary color
Monochromatic Colors of #476A97
Black with #476A97
Text Example
Text Example
White with #476A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476A97; }
p { color: rgb(71,106,151); }
H1.HeaderClassName
{
color: #476A97;
}
.AnyTagClassName
{
color: #476A97;
}
</style>
background-color css
<style>
a { background-color: #476A97; }
a { background-color: rgb(71,106,151); }
div.DivClassName
{
background-color: #476A97;
}
.BgClassName
{
background-color: #476A97;
}
</style>
border-color css
<style>
span { border-color: #476A97; }
span { border-color: rgb(71,106,151); }
td.TdClassName
{
border-color: #476A97;
}
.TagClassName
{
border-color: #476A97;
}
</style>