Shades of San Marino #486D9B
Tints of San Marino #486D9B
RGB
CMYK
RGB Variations
Color information
#486D9B (or 0x486D9B) is known color: San Marino. HEX triplet: 48, 6D and 9B. RGB value is (72,109,155). Sum of RGB (Red+Green+Blue) = 72+109+155=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #486D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486D9B is #B79264. Grayscale: #666666. Windows color (decimal): -12030565 or 10186056. OLE color: 10186056.
HSL color Cylindrical-coordinate representation of color #486D9B: hue angle of 213.25º 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 #486D9B is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 72 | 109 | 155 | - |
| CMYK | 0.54 | 0.30 | 0 | 0.39 |
| HSL | 213.25º | 0.37% | 0.45% | - |
| HSV(B) | 213.25º | 0.54% | 0.61% | - |
| XYZ | 14.06 | 14.68 | 33.1 | - |
| YUV | 103.18 | 157.24 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 109 | 155 | 0.54 | 0.30 | 0 | 0.39 | 213.25 | 0.37 | 0.45 |
| Hex | 48 | 6D | 9B | 36 | 1E | 0 | 27 | D5 | 25 | 2D |
| Octal | 110 | 155 | 233 | 66 | 36 | 0 | 47 | 325 | 45 | 55 |
| Binary | 1001000 | 1101101 | 10011011 | 110110 | 11110 | 0 | 100111 | 11010101 | 100101 | 101101 |
Color Harmonies of #486D9B
Complementary color
Monochromatic Colors of #486D9B
Black with #486D9B
Text Example
Text Example
White with #486D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486D9B; }
p { color: rgb(72,109,155); }
H1.HeaderClassName
{
color: #486D9B;
}
.AnyTagClassName
{
color: #486D9B;
}
</style>
background-color css
<style>
a { background-color: #486D9B; }
a { background-color: rgb(72,109,155); }
div.DivClassName
{
background-color: #486D9B;
}
.BgClassName
{
background-color: #486D9B;
}
</style>
border-color css
<style>
span { border-color: #486D9B; }
span { border-color: rgb(72,109,155); }
td.TdClassName
{
border-color: #486D9B;
}
.TagClassName
{
border-color: #486D9B;
}
</style>