Shades of Boston Blue #48A0AA
Tints of Boston Blue #48A0AA
RGB
CMYK
RGB Variations
Color information
#48A0AA (or 0x48A0AA) is known color: Boston Blue. HEX triplet: 48, A0 and AA. RGB value is (72,160,170). Sum of RGB (Red+Green+Blue) = 72+160+170=402 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.91% from 402); Green value is 160 (62.89% from 255 or 39.80% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 170 - color contains mainly: blue. Hex color #48A0AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A0AA is #B75F55. Grayscale: #868686. Windows color (decimal): -12017494 or 11182152. OLE color: 11182152.
HSL color Cylindrical-coordinate representation of color #48A0AA: hue angle of 186.12º 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 #48A0AA is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 160 | 170 | - |
| CMYK | 0.58 | 0.06 | 0 | 0.33 |
| HSL | 186.12º | 0.4% | 0.47% | - |
| HSV(B) | 186.12º | 0.58% | 0.67% | - |
| XYZ | 22.5 | 29.42 | 42.52 | - |
| YUV | 134.83 | 147.85 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 160 | 170 | 0.58 | 0.06 | 0 | 0.33 | 186.12 | 0.4 | 0.47 |
| Hex | 48 | A0 | AA | 3A | 6 | 0 | 21 | BA | 28 | 2F |
| Octal | 110 | 240 | 252 | 72 | 6 | 0 | 41 | 272 | 50 | 57 |
| Binary | 1001000 | 10100000 | 10101010 | 111010 | 110 | 0 | 100001 | 10111010 | 101000 | 101111 |
Color Harmonies of #48A0AA
Complementary color
Monochromatic Colors of #48A0AA
Black with #48A0AA
Text Example
Text Example
White with #48A0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A0AA; }
p { color: rgb(72,160,170); }
H1.HeaderClassName
{
color: #48A0AA;
}
.AnyTagClassName
{
color: #48A0AA;
}
</style>
background-color css
<style>
a { background-color: #48A0AA; }
a { background-color: rgb(72,160,170); }
div.DivClassName
{
background-color: #48A0AA;
}
.BgClassName
{
background-color: #48A0AA;
}
</style>
border-color css
<style>
span { border-color: #48A0AA; }
span { border-color: rgb(72,160,170); }
td.TdClassName
{
border-color: #48A0AA;
}
.TagClassName
{
border-color: #48A0AA;
}
</style>