Shades of San Marino #486DA1
Tints of San Marino #486DA1
RGB
CMYK
RGB Variations
Color information
#486DA1 (or 0x486DA1) is known color: San Marino. HEX triplet: 48, 6D and A1. RGB value is (72,109,161). Sum of RGB (Red+Green+Blue) = 72+109+161=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 161 (63.28% from 255 or 47.08% from 342); Max value from RGB is 161 - color contains mainly: blue. Hex color #486DA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486DA1 is #B7925E. Grayscale: #676767. Windows color (decimal): -12030559 or 10579272. OLE color: 10579272.
HSL color Cylindrical-coordinate representation of color #486DA1: hue angle of 215.06º 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 #486DA1 is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 72 | 109 | 161 | - |
| CMYK | 0.55 | 0.32 | 0 | 0.37 |
| HSL | 215.06º | 0.38% | 0.46% | - |
| HSV(B) | 215.06º | 0.55% | 0.63% | - |
| XYZ | 14.57 | 14.89 | 35.82 | - |
| YUV | 103.87 | 160.24 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 109 | 161 | 0.55 | 0.32 | 0 | 0.37 | 215.06 | 0.38 | 0.46 |
| Hex | 48 | 6D | A1 | 37 | 20 | 0 | 25 | D7 | 26 | 2E |
| Octal | 110 | 155 | 241 | 67 | 40 | 0 | 45 | 327 | 46 | 56 |
| Binary | 1001000 | 1101101 | 10100001 | 110111 | 100000 | 0 | 100101 | 11010111 | 100110 | 101110 |
Color Harmonies of #486DA1
Complementary color
Monochromatic Colors of #486DA1
Black with #486DA1
Text Example
Text Example
White with #486DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486DA1; }
p { color: rgb(72,109,161); }
H1.HeaderClassName
{
color: #486DA1;
}
.AnyTagClassName
{
color: #486DA1;
}
</style>
background-color css
<style>
a { background-color: #486DA1; }
a { background-color: rgb(72,109,161); }
div.DivClassName
{
background-color: #486DA1;
}
.BgClassName
{
background-color: #486DA1;
}
</style>
border-color css
<style>
span { border-color: #486DA1; }
span { border-color: rgb(72,109,161); }
td.TdClassName
{
border-color: #486DA1;
}
.TagClassName
{
border-color: #486DA1;
}
</style>