Shades of San Marino #486FA1
Tints of San Marino #486FA1
RGB
CMYK
RGB Variations
Color information
#486FA1 (or 0x486FA1) is known color: San Marino. HEX triplet: 48, 6F and A1. RGB value is (72,111,161). Sum of RGB (Red+Green+Blue) = 72+111+161=344 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.93% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 161 (63.28% from 255 or 46.80% from 344); Max value from RGB is 161 - color contains mainly: blue. Hex color #486FA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486FA1 is #B7905E. Grayscale: #686868. Windows color (decimal): -12030047 or 10579784. OLE color: 10579784.
HSL color Cylindrical-coordinate representation of color #486FA1: hue angle of 213.71º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #486FA1 is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 72 | 111 | 161 | - |
| CMYK | 0.55 | 0.31 | 0 | 0.37 |
| HSL | 213.71º | 0.38% | 0.46% | - |
| HSV(B) | 213.71º | 0.55% | 0.63% | - |
| XYZ | 14.79 | 15.32 | 35.9 | - |
| YUV | 105.04 | 159.58 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 161 | 0.55 | 0.31 | 0 | 0.37 | 213.71 | 0.38 | 0.46 |
| Hex | 48 | 6F | A1 | 37 | 1F | 0 | 25 | D6 | 26 | 2E |
| Octal | 110 | 157 | 241 | 67 | 37 | 0 | 45 | 326 | 46 | 56 |
| Binary | 1001000 | 1101111 | 10100001 | 110111 | 11111 | 0 | 100101 | 11010110 | 100110 | 101110 |
Color Harmonies of #486FA1
Complementary color
Monochromatic Colors of #486FA1
Black with #486FA1
Text Example
Text Example
White with #486FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486FA1; }
p { color: rgb(72,111,161); }
H1.HeaderClassName
{
color: #486FA1;
}
.AnyTagClassName
{
color: #486FA1;
}
</style>
background-color css
<style>
a { background-color: #486FA1; }
a { background-color: rgb(72,111,161); }
div.DivClassName
{
background-color: #486FA1;
}
.BgClassName
{
background-color: #486FA1;
}
</style>
border-color css
<style>
span { border-color: #486FA1; }
span { border-color: rgb(72,111,161); }
td.TdClassName
{
border-color: #486FA1;
}
.TagClassName
{
border-color: #486FA1;
}
</style>