Shades of San Marino #486F9B
Tints of San Marino #486F9B
RGB
CMYK
RGB Variations
Color information
#486F9B (or 0x486F9B) is known color: San Marino. HEX triplet: 48, 6F and 9B. RGB value is (72,111,155). Sum of RGB (Red+Green+Blue) = 72+111+155=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 155 - color contains mainly: blue. Hex color #486F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486F9B is #B79064. Grayscale: #686868. Windows color (decimal): -12030053 or 10186568. OLE color: 10186568.
HSL color Cylindrical-coordinate representation of color #486F9B: hue angle of 211.81º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #486F9B is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 72 | 111 | 155 | - |
| CMYK | 0.54 | 0.28 | 0 | 0.39 |
| HSL | 211.81º | 0.37% | 0.45% | - |
| HSV(B) | 211.81º | 0.54% | 0.61% | - |
| XYZ | 14.27 | 15.11 | 33.18 | - |
| YUV | 104.36 | 156.58 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 155 | 0.54 | 0.28 | 0 | 0.39 | 211.81 | 0.37 | 0.45 |
| Hex | 48 | 6F | 9B | 36 | 1C | 0 | 27 | D4 | 25 | 2D |
| Octal | 110 | 157 | 233 | 66 | 34 | 0 | 47 | 324 | 45 | 55 |
| Binary | 1001000 | 1101111 | 10011011 | 110110 | 11100 | 0 | 100111 | 11010100 | 100101 | 101101 |
Color Harmonies of #486F9B
Complementary color
Monochromatic Colors of #486F9B
Black with #486F9B
Text Example
Text Example
White with #486F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486F9B; }
p { color: rgb(72,111,155); }
H1.HeaderClassName
{
color: #486F9B;
}
.AnyTagClassName
{
color: #486F9B;
}
</style>
background-color css
<style>
a { background-color: #486F9B; }
a { background-color: rgb(72,111,155); }
div.DivClassName
{
background-color: #486F9B;
}
.BgClassName
{
background-color: #486F9B;
}
</style>
border-color css
<style>
span { border-color: #486F9B; }
span { border-color: rgb(72,111,155); }
td.TdClassName
{
border-color: #486F9B;
}
.TagClassName
{
border-color: #486F9B;
}
</style>