Shades of Boston Blue #47A2AD
Tints of Boston Blue #47A2AD
RGB
CMYK
RGB Variations
Color information
#47A2AD (or 0x47A2AD) is known color: Boston Blue. HEX triplet: 47, A2 and AD. RGB value is (71,162,173). Sum of RGB (Red+Green+Blue) = 71+162+173=406 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.49% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 173 - color contains mainly: blue. Hex color #47A2AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A2AD is #B85D52. Grayscale: #878787. Windows color (decimal): -12082515 or 11379271. OLE color: 11379271.
HSL color Cylindrical-coordinate representation of color #47A2AD: hue angle of 186.47º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47A2AD is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 71 | 162 | 173 | - |
| CMYK | 0.59 | 0.06 | 0 | 0.32 |
| HSL | 186.47º | 0.42% | 0.48% | - |
| HSV(B) | 186.47º | 0.59% | 0.68% | - |
| XYZ | 23.06 | 30.2 | 44.15 | - |
| YUV | 136.05 | 148.85 | 81.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 162 | 173 | 0.59 | 0.06 | 0 | 0.32 | 186.47 | 0.42 | 0.48 |
| Hex | 47 | A2 | AD | 3B | 6 | 0 | 20 | BA | 2A | 30 |
| Octal | 107 | 242 | 255 | 73 | 6 | 0 | 40 | 272 | 52 | 60 |
| Binary | 1000111 | 10100010 | 10101101 | 111011 | 110 | 0 | 100000 | 10111010 | 101010 | 110000 |
Color Harmonies of #47A2AD
Complementary color
Monochromatic Colors of #47A2AD
Black with #47A2AD
Text Example
Text Example
White with #47A2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A2AD; }
p { color: rgb(71,162,173); }
H1.HeaderClassName
{
color: #47A2AD;
}
.AnyTagClassName
{
color: #47A2AD;
}
</style>
background-color css
<style>
a { background-color: #47A2AD; }
a { background-color: rgb(71,162,173); }
div.DivClassName
{
background-color: #47A2AD;
}
.BgClassName
{
background-color: #47A2AD;
}
</style>
border-color css
<style>
span { border-color: #47A2AD; }
span { border-color: rgb(71,162,173); }
td.TdClassName
{
border-color: #47A2AD;
}
.TagClassName
{
border-color: #47A2AD;
}
</style>