Shades of San Marino #486899
Tints of San Marino #486899
RGB
CMYK
RGB Variations
Color information
#486899 (or 0x486899) is known color: San Marino. HEX triplet: 48, 68 and 99. RGB value is (72,104,153). Sum of RGB (Red+Green+Blue) = 72+104+153=329 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.88% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #486899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486899 is #B79766. Grayscale: #636363. Windows color (decimal): -12031847 or 10053704. OLE color: 10053704.
HSL color Cylindrical-coordinate representation of color #486899: hue angle of 216.3º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #486899 is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 72 | 104 | 153 | - |
| CMYK | 0.53 | 0.32 | 0 | 0.4 |
| HSL | 216.3º | 0.36% | 0.44% | - |
| HSV(B) | 216.3º | 0.53% | 0.6% | - |
| XYZ | 13.37 | 13.58 | 32.05 | - |
| YUV | 100.02 | 157.9 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 104 | 153 | 0.53 | 0.32 | 0 | 0.4 | 216.3 | 0.36 | 0.44 |
| Hex | 48 | 68 | 99 | 35 | 20 | 0 | 28 | D8 | 24 | 2C |
| Octal | 110 | 150 | 231 | 65 | 40 | 0 | 50 | 330 | 44 | 54 |
| Binary | 1001000 | 1101000 | 10011001 | 110101 | 100000 | 0 | 101000 | 11011000 | 100100 | 101100 |
Color Harmonies of #486899
Complementary color
Monochromatic Colors of #486899
Black with #486899
Text Example
Text Example
White with #486899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486899; }
p { color: rgb(72,104,153); }
H1.HeaderClassName
{
color: #486899;
}
.AnyTagClassName
{
color: #486899;
}
</style>
background-color css
<style>
a { background-color: #486899; }
a { background-color: rgb(72,104,153); }
div.DivClassName
{
background-color: #486899;
}
.BgClassName
{
background-color: #486899;
}
</style>
border-color css
<style>
span { border-color: #486899; }
span { border-color: rgb(72,104,153); }
td.TdClassName
{
border-color: #486899;
}
.TagClassName
{
border-color: #486899;
}
</style>