Shades of San Marino #486CA3
Tints of San Marino #486CA3
RGB
CMYK
RGB Variations
Color information
#486CA3 (or 0x486CA3) is known color: San Marino. HEX triplet: 48, 6C and A3. RGB value is (72,108,163). Sum of RGB (Red+Green+Blue) = 72+108+163=343 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.99% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 163 (64.06% from 255 or 47.52% from 343); Max value from RGB is 163 - color contains mainly: blue. Hex color #486CA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486CA3 is #B7935C. Grayscale: #676767. Windows color (decimal): -12030813 or 10710088. OLE color: 10710088.
HSL color Cylindrical-coordinate representation of color #486CA3: hue angle of 216.26º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #486CA3 is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 108 | 163 | - |
| CMYK | 0.56 | 0.34 | 0 | 0.36 |
| HSL | 216.26º | 0.39% | 0.46% | - |
| HSV(B) | 216.26º | 0.56% | 0.64% | - |
| XYZ | 14.65 | 14.75 | 36.72 | - |
| YUV | 103.51 | 161.57 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 108 | 163 | 0.56 | 0.34 | 0 | 0.36 | 216.26 | 0.39 | 0.46 |
| Hex | 48 | 6C | A3 | 38 | 22 | 0 | 24 | D8 | 27 | 2E |
| Octal | 110 | 154 | 243 | 70 | 42 | 0 | 44 | 330 | 47 | 56 |
| Binary | 1001000 | 1101100 | 10100011 | 111000 | 100010 | 0 | 100100 | 11011000 | 100111 | 101110 |
Color Harmonies of #486CA3
Complementary color
Monochromatic Colors of #486CA3
Black with #486CA3
Text Example
Text Example
White with #486CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486CA3; }
p { color: rgb(72,108,163); }
H1.HeaderClassName
{
color: #486CA3;
}
.AnyTagClassName
{
color: #486CA3;
}
</style>
background-color css
<style>
a { background-color: #486CA3; }
a { background-color: rgb(72,108,163); }
div.DivClassName
{
background-color: #486CA3;
}
.BgClassName
{
background-color: #486CA3;
}
</style>
border-color css
<style>
span { border-color: #486CA3; }
span { border-color: rgb(72,108,163); }
td.TdClassName
{
border-color: #486CA3;
}
.TagClassName
{
border-color: #486CA3;
}
</style>