Shades of San Marino #476DAC
Tints of San Marino #476DAC
RGB
CMYK
RGB Variations
Color information
#476DAC (or 0x476DAC) is known color: San Marino. HEX triplet: 47, 6D and AC. RGB value is (71,109,172). Sum of RGB (Red+Green+Blue) = 71+109+172=352 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.17% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #476DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476DAC is #B89253. Grayscale: #686868. Windows color (decimal): -12096084 or 11300167. OLE color: 11300167.
HSL color Cylindrical-coordinate representation of color #476DAC: hue angle of 217.43º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #476DAC is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 109 | 172 | - |
| CMYK | 0.59 | 0.37 | 0 | 0.33 |
| HSL | 217.43º | 0.42% | 0.48% | - |
| HSV(B) | 217.43º | 0.59% | 0.67% | - |
| XYZ | 15.51 | 15.26 | 41.16 | - |
| YUV | 104.82 | 165.91 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 109 | 172 | 0.59 | 0.37 | 0 | 0.33 | 217.43 | 0.42 | 0.48 |
| Hex | 47 | 6D | AC | 3B | 25 | 0 | 21 | D9 | 2A | 30 |
| Octal | 107 | 155 | 254 | 73 | 45 | 0 | 41 | 331 | 52 | 60 |
| Binary | 1000111 | 1101101 | 10101100 | 111011 | 100101 | 0 | 100001 | 11011001 | 101010 | 110000 |
Color Harmonies of #476DAC
Complementary color
Monochromatic Colors of #476DAC
Black with #476DAC
Text Example
Text Example
White with #476DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476DAC; }
p { color: rgb(71,109,172); }
H1.HeaderClassName
{
color: #476DAC;
}
.AnyTagClassName
{
color: #476DAC;
}
</style>
background-color css
<style>
a { background-color: #476DAC; }
a { background-color: rgb(71,109,172); }
div.DivClassName
{
background-color: #476DAC;
}
.BgClassName
{
background-color: #476DAC;
}
</style>
border-color css
<style>
span { border-color: #476DAC; }
span { border-color: rgb(71,109,172); }
td.TdClassName
{
border-color: #476DAC;
}
.TagClassName
{
border-color: #476DAC;
}
</style>