Shades of San Marino #476EAE
Tints of San Marino #476EAE
RGB
CMYK
RGB Variations
Color information
#476EAE (or 0x476EAE) is known color: San Marino. HEX triplet: 47, 6E and AE. RGB value is (71,110,174). Sum of RGB (Red+Green+Blue) = 71+110+174=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #476EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476EAE is #B89151. Grayscale: #696969. Windows color (decimal): -12095826 or 11431495. OLE color: 11431495.
HSL color Cylindrical-coordinate representation of color #476EAE: hue angle of 217.28º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #476EAE is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 71 | 110 | 174 | - |
| CMYK | 0.59 | 0.37 | 0 | 0.32 |
| HSL | 217.28º | 0.42% | 0.48% | - |
| HSV(B) | 217.28º | 0.59% | 0.68% | - |
| XYZ | 15.81 | 15.55 | 42.21 | - |
| YUV | 105.64 | 166.58 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 110 | 174 | 0.59 | 0.37 | 0 | 0.32 | 217.28 | 0.42 | 0.48 |
| Hex | 47 | 6E | AE | 3B | 25 | 0 | 20 | D9 | 2A | 30 |
| Octal | 107 | 156 | 256 | 73 | 45 | 0 | 40 | 331 | 52 | 60 |
| Binary | 1000111 | 1101110 | 10101110 | 111011 | 100101 | 0 | 100000 | 11011001 | 101010 | 110000 |
Color Harmonies of #476EAE
Complementary color
Monochromatic Colors of #476EAE
Black with #476EAE
Text Example
Text Example
White with #476EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476EAE; }
p { color: rgb(71,110,174); }
H1.HeaderClassName
{
color: #476EAE;
}
.AnyTagClassName
{
color: #476EAE;
}
</style>
background-color css
<style>
a { background-color: #476EAE; }
a { background-color: rgb(71,110,174); }
div.DivClassName
{
background-color: #476EAE;
}
.BgClassName
{
background-color: #476EAE;
}
</style>
border-color css
<style>
span { border-color: #476EAE; }
span { border-color: rgb(71,110,174); }
td.TdClassName
{
border-color: #476EAE;
}
.TagClassName
{
border-color: #476EAE;
}
</style>