Shades of San Marino #486FA0
Tints of San Marino #486FA0
RGB
CMYK
RGB Variations
Color information
#486FA0 (or 0x486FA0) is known color: San Marino. HEX triplet: 48, 6F and A0. RGB value is (72,111,160). Sum of RGB (Red+Green+Blue) = 72+111+160=343 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.99% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 160 (62.89% from 255 or 46.65% from 343); Max value from RGB is 160 - color contains mainly: blue. Hex color #486FA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486FA0 is #B7905F. Grayscale: #686868. Windows color (decimal): -12030048 or 10514248. OLE color: 10514248.
HSL color Cylindrical-coordinate representation of color #486FA0: hue angle of 213.41º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #486FA0 is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 72 | 111 | 160 | - |
| CMYK | 0.55 | 0.31 | 0 | 0.37 |
| HSL | 213.41º | 0.38% | 0.45% | - |
| HSV(B) | 213.41º | 0.55% | 0.63% | - |
| XYZ | 14.7 | 15.28 | 35.43 | - |
| YUV | 104.93 | 159.08 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 160 | 0.55 | 0.31 | 0 | 0.37 | 213.41 | 0.38 | 0.45 |
| Hex | 48 | 6F | A0 | 37 | 1F | 0 | 25 | D5 | 26 | 2D |
| Octal | 110 | 157 | 240 | 67 | 37 | 0 | 45 | 325 | 46 | 55 |
| Binary | 1001000 | 1101111 | 10100000 | 110111 | 11111 | 0 | 100101 | 11010101 | 100110 | 101101 |
Color Harmonies of #486FA0
Complementary color
Monochromatic Colors of #486FA0
Black with #486FA0
Text Example
Text Example
White with #486FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486FA0; }
p { color: rgb(72,111,160); }
H1.HeaderClassName
{
color: #486FA0;
}
.AnyTagClassName
{
color: #486FA0;
}
</style>
background-color css
<style>
a { background-color: #486FA0; }
a { background-color: rgb(72,111,160); }
div.DivClassName
{
background-color: #486FA0;
}
.BgClassName
{
background-color: #486FA0;
}
</style>
border-color css
<style>
span { border-color: #486FA0; }
span { border-color: rgb(72,111,160); }
td.TdClassName
{
border-color: #486FA0;
}
.TagClassName
{
border-color: #486FA0;
}
</style>