Shades of San Marino #486AA0
Tints of San Marino #486AA0
RGB
CMYK
RGB Variations
Color information
#486AA0 (or 0x486AA0) is known color: San Marino. HEX triplet: 48, 6A and A0. RGB value is (72,106,160). Sum of RGB (Red+Green+Blue) = 72+106+160=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 160 (62.89% from 255 or 47.34% from 338); Max value from RGB is 160 - color contains mainly: blue. Hex color #486AA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486AA0 is #B7955F. Grayscale: #656565. Windows color (decimal): -12031328 or 10512968. OLE color: 10512968.
HSL color Cylindrical-coordinate representation of color #486AA0: hue angle of 216.82º 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 #486AA0 is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 72 | 106 | 160 | - |
| CMYK | 0.55 | 0.34 | 0 | 0.37 |
| HSL | 216.82º | 0.38% | 0.45% | - |
| HSV(B) | 216.82º | 0.55% | 0.63% | - |
| XYZ | 14.17 | 14.22 | 35.26 | - |
| YUV | 101.99 | 160.74 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 106 | 160 | 0.55 | 0.34 | 0 | 0.37 | 216.82 | 0.38 | 0.45 |
| Hex | 48 | 6A | A0 | 37 | 22 | 0 | 25 | D9 | 26 | 2D |
| Octal | 110 | 152 | 240 | 67 | 42 | 0 | 45 | 331 | 46 | 55 |
| Binary | 1001000 | 1101010 | 10100000 | 110111 | 100010 | 0 | 100101 | 11011001 | 100110 | 101101 |
Color Harmonies of #486AA0
Complementary color
Monochromatic Colors of #486AA0
Black with #486AA0
Text Example
Text Example
White with #486AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486AA0; }
p { color: rgb(72,106,160); }
H1.HeaderClassName
{
color: #486AA0;
}
.AnyTagClassName
{
color: #486AA0;
}
</style>
background-color css
<style>
a { background-color: #486AA0; }
a { background-color: rgb(72,106,160); }
div.DivClassName
{
background-color: #486AA0;
}
.BgClassName
{
background-color: #486AA0;
}
</style>
border-color css
<style>
span { border-color: #486AA0; }
span { border-color: rgb(72,106,160); }
td.TdClassName
{
border-color: #486AA0;
}
.TagClassName
{
border-color: #486AA0;
}
</style>