Shades of San Marino #486F99
Tints of San Marino #486F99
RGB
CMYK
RGB Variations
Color information
#486F99 (or 0x486F99) is known color: San Marino. HEX triplet: 48, 6F and 99. RGB value is (72,111,153). Sum of RGB (Red+Green+Blue) = 72+111+153=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 153 - color contains mainly: blue. Hex color #486F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486F99 is #B79066. Grayscale: #676767. Windows color (decimal): -12030055 or 10055496. OLE color: 10055496.
HSL color Cylindrical-coordinate representation of color #486F99: hue angle of 211.11º 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 #486F99 is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 72 | 111 | 153 | - |
| CMYK | 0.53 | 0.27 | 0 | 0.4 |
| HSL | 211.11º | 0.36% | 0.44% | - |
| HSV(B) | 211.11º | 0.53% | 0.6% | - |
| XYZ | 14.11 | 15.05 | 32.3 | - |
| YUV | 104.13 | 155.58 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 153 | 0.53 | 0.27 | 0 | 0.4 | 211.11 | 0.36 | 0.44 |
| Hex | 48 | 6F | 99 | 35 | 1B | 0 | 28 | D3 | 24 | 2C |
| Octal | 110 | 157 | 231 | 65 | 33 | 0 | 50 | 323 | 44 | 54 |
| Binary | 1001000 | 1101111 | 10011001 | 110101 | 11011 | 0 | 101000 | 11010011 | 100100 | 101100 |
Color Harmonies of #486F99
Complementary color
Monochromatic Colors of #486F99
Black with #486F99
Text Example
Text Example
White with #486F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486F99; }
p { color: rgb(72,111,153); }
H1.HeaderClassName
{
color: #486F99;
}
.AnyTagClassName
{
color: #486F99;
}
</style>
background-color css
<style>
a { background-color: #486F99; }
a { background-color: rgb(72,111,153); }
div.DivClassName
{
background-color: #486F99;
}
.BgClassName
{
background-color: #486F99;
}
</style>
border-color css
<style>
span { border-color: #486F99; }
span { border-color: rgb(72,111,153); }
td.TdClassName
{
border-color: #486F99;
}
.TagClassName
{
border-color: #486F99;
}
</style>