Shades of San Marino #486F9F
Tints of San Marino #486F9F
RGB
CMYK
RGB Variations
Color information
#486F9F (or 0x486F9F) is known color: San Marino. HEX triplet: 48, 6F and 9F. RGB value is (72,111,159). Sum of RGB (Red+Green+Blue) = 72+111+159=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 159 (62.5% from 255 or 46.49% from 342); Max value from RGB is 159 - color contains mainly: blue. Hex color #486F9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486F9F is #B79060. Grayscale: #686868. Windows color (decimal): -12030049 or 10448712. OLE color: 10448712.
HSL color Cylindrical-coordinate representation of color #486F9F: hue angle of 213.1º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #486F9F is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 111 | 159 | - |
| CMYK | 0.55 | 0.30 | 0 | 0.38 |
| HSL | 213.1º | 0.38% | 0.45% | - |
| HSV(B) | 213.1º | 0.55% | 0.62% | - |
| XYZ | 14.61 | 15.25 | 34.97 | - |
| YUV | 104.81 | 158.58 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 159 | 0.55 | 0.30 | 0 | 0.38 | 213.1 | 0.38 | 0.45 |
| Hex | 48 | 6F | 9F | 37 | 1E | 0 | 26 | D5 | 26 | 2D |
| Octal | 110 | 157 | 237 | 67 | 36 | 0 | 46 | 325 | 46 | 55 |
| Binary | 1001000 | 1101111 | 10011111 | 110111 | 11110 | 0 | 100110 | 11010101 | 100110 | 101101 |
Color Harmonies of #486F9F
Complementary color
Monochromatic Colors of #486F9F
Black with #486F9F
Text Example
Text Example
White with #486F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486F9F; }
p { color: rgb(72,111,159); }
H1.HeaderClassName
{
color: #486F9F;
}
.AnyTagClassName
{
color: #486F9F;
}
</style>
background-color css
<style>
a { background-color: #486F9F; }
a { background-color: rgb(72,111,159); }
div.DivClassName
{
background-color: #486F9F;
}
.BgClassName
{
background-color: #486F9F;
}
</style>
border-color css
<style>
span { border-color: #486F9F; }
span { border-color: rgb(72,111,159); }
td.TdClassName
{
border-color: #486F9F;
}
.TagClassName
{
border-color: #486F9F;
}
</style>