Shades of San Marino #486DAA
Tints of San Marino #486DAA
RGB
CMYK
RGB Variations
Color information
#486DAA (or 0x486DAA) is known color: San Marino. HEX triplet: 48, 6D and AA. RGB value is (72,109,170). Sum of RGB (Red+Green+Blue) = 72+109+170=351 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.51% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 170 - color contains mainly: blue. Hex color #486DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486DAA is #B79255. Grayscale: #686868. Windows color (decimal): -12030550 or 11169096. OLE color: 11169096.
HSL color Cylindrical-coordinate representation of color #486DAA: hue angle of 217.35º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #486DAA is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 109 | 170 | - |
| CMYK | 0.58 | 0.36 | 0 | 0.33 |
| HSL | 217.35º | 0.4% | 0.47% | - |
| HSV(B) | 217.35º | 0.58% | 0.67% | - |
| XYZ | 15.4 | 15.22 | 40.16 | - |
| YUV | 104.89 | 164.74 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 109 | 170 | 0.58 | 0.36 | 0 | 0.33 | 217.35 | 0.4 | 0.47 |
| Hex | 48 | 6D | AA | 3A | 24 | 0 | 21 | D9 | 28 | 2F |
| Octal | 110 | 155 | 252 | 72 | 44 | 0 | 41 | 331 | 50 | 57 |
| Binary | 1001000 | 1101101 | 10101010 | 111010 | 100100 | 0 | 100001 | 11011001 | 101000 | 101111 |
Color Harmonies of #486DAA
Complementary color
Monochromatic Colors of #486DAA
Black with #486DAA
Text Example
Text Example
White with #486DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486DAA; }
p { color: rgb(72,109,170); }
H1.HeaderClassName
{
color: #486DAA;
}
.AnyTagClassName
{
color: #486DAA;
}
</style>
background-color css
<style>
a { background-color: #486DAA; }
a { background-color: rgb(72,109,170); }
div.DivClassName
{
background-color: #486DAA;
}
.BgClassName
{
background-color: #486DAA;
}
</style>
border-color css
<style>
span { border-color: #486DAA; }
span { border-color: rgb(72,109,170); }
td.TdClassName
{
border-color: #486DAA;
}
.TagClassName
{
border-color: #486DAA;
}
</style>