Shades of Boston Blue #48A0AD
Tints of Boston Blue #48A0AD
RGB
CMYK
RGB Variations
Color information
#48A0AD (or 0x48A0AD) is known color: Boston Blue. HEX triplet: 48, A0 and AD. RGB value is (72,160,173). Sum of RGB (Red+Green+Blue) = 72+160+173=405 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.78% from 405); Green value is 160 (62.89% from 255 or 39.51% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 173 - color contains mainly: blue. Hex color #48A0AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A0AD is #B75F52. Grayscale: #878787. Windows color (decimal): -12017491 or 11378760. OLE color: 11378760.
HSL color Cylindrical-coordinate representation of color #48A0AD: hue angle of 187.72º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48A0AD is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 72 | 160 | 173 | - |
| CMYK | 0.58 | 0.08 | 0 | 0.32 |
| HSL | 187.72º | 0.41% | 0.48% | - |
| HSV(B) | 187.72º | 0.58% | 0.68% | - |
| XYZ | 22.79 | 29.54 | 44.04 | - |
| YUV | 135.17 | 149.35 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 160 | 173 | 0.58 | 0.08 | 0 | 0.32 | 187.72 | 0.41 | 0.48 |
| Hex | 48 | A0 | AD | 3A | 8 | 0 | 20 | BC | 29 | 30 |
| Octal | 110 | 240 | 255 | 72 | 10 | 0 | 40 | 274 | 51 | 60 |
| Binary | 1001000 | 10100000 | 10101101 | 111010 | 1000 | 0 | 100000 | 10111100 | 101001 | 110000 |
Color Harmonies of #48A0AD
Complementary color
Monochromatic Colors of #48A0AD
Black with #48A0AD
Text Example
Text Example
White with #48A0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A0AD; }
p { color: rgb(72,160,173); }
H1.HeaderClassName
{
color: #48A0AD;
}
.AnyTagClassName
{
color: #48A0AD;
}
</style>
background-color css
<style>
a { background-color: #48A0AD; }
a { background-color: rgb(72,160,173); }
div.DivClassName
{
background-color: #48A0AD;
}
.BgClassName
{
background-color: #48A0AD;
}
</style>
border-color css
<style>
span { border-color: #48A0AD; }
span { border-color: rgb(72,160,173); }
td.TdClassName
{
border-color: #48A0AD;
}
.TagClassName
{
border-color: #48A0AD;
}
</style>