Shades of San Marino #476A9C
Tints of San Marino #476A9C
RGB
CMYK
RGB Variations
Color information
#476A9C (or 0x476A9C) is known color: San Marino. HEX triplet: 47, 6A and 9C. RGB value is (71,106,156). Sum of RGB (Red+Green+Blue) = 71+106+156=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 156 - color contains mainly: blue. Hex color #476A9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476A9C is #B89563. Grayscale: #656565. Windows color (decimal): -12096868 or 10250823. OLE color: 10250823.
HSL color Cylindrical-coordinate representation of color #476A9C: hue angle of 215.29º 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 #476A9C is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 71 | 106 | 156 | - |
| CMYK | 0.54 | 0.32 | 0 | 0.39 |
| HSL | 215.29º | 0.37% | 0.45% | - |
| HSV(B) | 215.29º | 0.54% | 0.61% | - |
| XYZ | 13.75 | 14.05 | 33.44 | - |
| YUV | 101.24 | 158.9 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 106 | 156 | 0.54 | 0.32 | 0 | 0.39 | 215.29 | 0.37 | 0.45 |
| Hex | 47 | 6A | 9C | 36 | 20 | 0 | 27 | D7 | 25 | 2D |
| Octal | 107 | 152 | 234 | 66 | 40 | 0 | 47 | 327 | 45 | 55 |
| Binary | 1000111 | 1101010 | 10011100 | 110110 | 100000 | 0 | 100111 | 11010111 | 100101 | 101101 |
Color Harmonies of #476A9C
Complementary color
Monochromatic Colors of #476A9C
Black with #476A9C
Text Example
Text Example
White with #476A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476A9C; }
p { color: rgb(71,106,156); }
H1.HeaderClassName
{
color: #476A9C;
}
.AnyTagClassName
{
color: #476A9C;
}
</style>
background-color css
<style>
a { background-color: #476A9C; }
a { background-color: rgb(71,106,156); }
div.DivClassName
{
background-color: #476A9C;
}
.BgClassName
{
background-color: #476A9C;
}
</style>
border-color css
<style>
span { border-color: #476A9C; }
span { border-color: rgb(71,106,156); }
td.TdClassName
{
border-color: #476A9C;
}
.TagClassName
{
border-color: #476A9C;
}
</style>