Shades of Boston Blue #479BA3
Tints of Boston Blue #479BA3
RGB
CMYK
RGB Variations
Color information
#479BA3 (or 0x479BA3) is known color: Boston Blue. HEX triplet: 47, 9B and A3. RGB value is (71,155,163). Sum of RGB (Red+Green+Blue) = 71+155+163=389 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.25% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 163 (64.06% from 255 or 41.90% from 389); Max value from RGB is 163 - color contains mainly: blue. Hex color #479BA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479BA3 is #B8645C. Grayscale: #828282. Windows color (decimal): -12084317 or 10722119. OLE color: 10722119.
HSL color Cylindrical-coordinate representation of color #479BA3: hue angle of 185.22º 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 #479BA3 is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 71 | 155 | 163 | - |
| CMYK | 0.56 | 0.05 | 0 | 0.36 |
| HSL | 185.22º | 0.39% | 0.46% | - |
| HSV(B) | 185.22º | 0.56% | 0.64% | - |
| XYZ | 20.93 | 27.43 | 38.84 | - |
| YUV | 130.8 | 146.17 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 155 | 163 | 0.56 | 0.05 | 0 | 0.36 | 185.22 | 0.39 | 0.46 |
| Hex | 47 | 9B | A3 | 38 | 5 | 0 | 24 | B9 | 27 | 2E |
| Octal | 107 | 233 | 243 | 70 | 5 | 0 | 44 | 271 | 47 | 56 |
| Binary | 1000111 | 10011011 | 10100011 | 111000 | 101 | 0 | 100100 | 10111001 | 100111 | 101110 |
Color Harmonies of #479BA3
Complementary color
Monochromatic Colors of #479BA3
Black with #479BA3
Text Example
Text Example
White with #479BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479BA3; }
p { color: rgb(71,155,163); }
H1.HeaderClassName
{
color: #479BA3;
}
.AnyTagClassName
{
color: #479BA3;
}
</style>
background-color css
<style>
a { background-color: #479BA3; }
a { background-color: rgb(71,155,163); }
div.DivClassName
{
background-color: #479BA3;
}
.BgClassName
{
background-color: #479BA3;
}
</style>
border-color css
<style>
span { border-color: #479BA3; }
span { border-color: rgb(71,155,163); }
td.TdClassName
{
border-color: #479BA3;
}
.TagClassName
{
border-color: #479BA3;
}
</style>