Shades of San Marino #476E9A
Tints of San Marino #476E9A
RGB
CMYK
RGB Variations
Color information
#476E9A (or 0x476E9A) is known color: San Marino. HEX triplet: 47, 6E and 9A. RGB value is (71,110,154). Sum of RGB (Red+Green+Blue) = 71+110+154=335 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.19% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 154 (60.55% from 255 or 45.97% from 335); Max value from RGB is 154 - color contains mainly: blue. Hex color #476E9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476E9A is #B89165. Grayscale: #676767. Windows color (decimal): -12095846 or 10120775. OLE color: 10120775.
HSL color Cylindrical-coordinate representation of color #476E9A: hue angle of 211.81º 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 #476E9A is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 71 | 110 | 154 | - |
| CMYK | 0.54 | 0.29 | 0 | 0.40 |
| HSL | 211.81º | 0.37% | 0.44% | - |
| HSV(B) | 211.81º | 0.54% | 0.6% | - |
| XYZ | 14.01 | 14.82 | 32.7 | - |
| YUV | 103.36 | 156.58 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 110 | 154 | 0.54 | 0.29 | 0 | 0.40 | 211.81 | 0.37 | 0.44 |
| Hex | 47 | 6E | 9A | 36 | 1D | 0 | 28 | D4 | 25 | 2C |
| Octal | 107 | 156 | 232 | 66 | 35 | 0 | 50 | 324 | 45 | 54 |
| Binary | 1000111 | 1101110 | 10011010 | 110110 | 11101 | 0 | 101000 | 11010100 | 100101 | 101100 |
Color Harmonies of #476E9A
Complementary color
Monochromatic Colors of #476E9A
Black with #476E9A
Text Example
Text Example
White with #476E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476E9A; }
p { color: rgb(71,110,154); }
H1.HeaderClassName
{
color: #476E9A;
}
.AnyTagClassName
{
color: #476E9A;
}
</style>
background-color css
<style>
a { background-color: #476E9A; }
a { background-color: rgb(71,110,154); }
div.DivClassName
{
background-color: #476E9A;
}
.BgClassName
{
background-color: #476E9A;
}
</style>
border-color css
<style>
span { border-color: #476E9A; }
span { border-color: rgb(71,110,154); }
td.TdClassName
{
border-color: #476E9A;
}
.TagClassName
{
border-color: #476E9A;
}
</style>