Shades of San Marino #486FA8
Tints of San Marino #486FA8
RGB
CMYK
RGB Variations
Color information
#486FA8 (or 0x486FA8) is known color: San Marino. HEX triplet: 48, 6F and A8. RGB value is (72,111,168). Sum of RGB (Red+Green+Blue) = 72+111+168=351 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.51% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 168 (66.02% from 255 or 47.86% from 351); Max value from RGB is 168 - color contains mainly: blue. Hex color #486FA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486FA8 is #B79057. Grayscale: #696969. Windows color (decimal): -12030040 or 11038536. OLE color: 11038536.
HSL color Cylindrical-coordinate representation of color #486FA8: hue angle of 215.62º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #486FA8 is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 72 | 111 | 168 | - |
| CMYK | 0.57 | 0.34 | 0 | 0.34 |
| HSL | 215.63º | 0.4% | 0.47% | - |
| HSV(B) | 215.63º | 0.57% | 0.66% | - |
| XYZ | 15.42 | 15.57 | 39.24 | - |
| YUV | 105.84 | 163.08 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 168 | 0.57 | 0.34 | 0 | 0.34 | 215.63 | 0.4 | 0.47 |
| Hex | 48 | 6F | A8 | 39 | 22 | 0 | 22 | D8 | 28 | 2F |
| Octal | 110 | 157 | 250 | 71 | 42 | 0 | 42 | 330 | 50 | 57 |
| Binary | 1001000 | 1101111 | 10101000 | 111001 | 100010 | 0 | 100010 | 11011000 | 101000 | 101111 |
Color Harmonies of #486FA8
Complementary color
Monochromatic Colors of #486FA8
Black with #486FA8
Text Example
Text Example
White with #486FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486FA8; }
p { color: rgb(72,111,168); }
H1.HeaderClassName
{
color: #486FA8;
}
.AnyTagClassName
{
color: #486FA8;
}
</style>
background-color css
<style>
a { background-color: #486FA8; }
a { background-color: rgb(72,111,168); }
div.DivClassName
{
background-color: #486FA8;
}
.BgClassName
{
background-color: #486FA8;
}
</style>
border-color css
<style>
span { border-color: #486FA8; }
span { border-color: rgb(72,111,168); }
td.TdClassName
{
border-color: #486FA8;
}
.TagClassName
{
border-color: #486FA8;
}
</style>