Shades of San Marino #476A9D
Tints of San Marino #476A9D
RGB
CMYK
RGB Variations
Color information
#476A9D (or 0x476A9D) is known color: San Marino. HEX triplet: 47, 6A and 9D. RGB value is (71,106,157). Sum of RGB (Red+Green+Blue) = 71+106+157=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 157 - color contains mainly: blue. Hex color #476A9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476A9D is #B89562. Grayscale: #656565. Windows color (decimal): -12096867 or 10316359. OLE color: 10316359.
HSL color Cylindrical-coordinate representation of color #476A9D: hue angle of 215.58º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #476A9D is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 106 | 157 | - |
| CMYK | 0.55 | 0.32 | 0 | 0.38 |
| HSL | 215.58º | 0.38% | 0.45% | - |
| HSV(B) | 215.58º | 0.55% | 0.62% | - |
| XYZ | 13.84 | 14.08 | 33.89 | - |
| YUV | 101.35 | 159.4 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 106 | 157 | 0.55 | 0.32 | 0 | 0.38 | 215.58 | 0.38 | 0.45 |
| Hex | 47 | 6A | 9D | 37 | 20 | 0 | 26 | D8 | 26 | 2D |
| Octal | 107 | 152 | 235 | 67 | 40 | 0 | 46 | 330 | 46 | 55 |
| Binary | 1000111 | 1101010 | 10011101 | 110111 | 100000 | 0 | 100110 | 11011000 | 100110 | 101101 |
Color Harmonies of #476A9D
Complementary color
Monochromatic Colors of #476A9D
Black with #476A9D
Text Example
Text Example
White with #476A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476A9D; }
p { color: rgb(71,106,157); }
H1.HeaderClassName
{
color: #476A9D;
}
.AnyTagClassName
{
color: #476A9D;
}
</style>
background-color css
<style>
a { background-color: #476A9D; }
a { background-color: rgb(71,106,157); }
div.DivClassName
{
background-color: #476A9D;
}
.BgClassName
{
background-color: #476A9D;
}
</style>
border-color css
<style>
span { border-color: #476A9D; }
span { border-color: rgb(71,106,157); }
td.TdClassName
{
border-color: #476A9D;
}
.TagClassName
{
border-color: #476A9D;
}
</style>