Shades of Boston Blue #479FBB
Tints of Boston Blue #479FBB
RGB
CMYK
RGB Variations
Color information
#479FBB (or 0x479FBB) is known color: Boston Blue. HEX triplet: 47, 9F and BB. RGB value is (71,159,187). Sum of RGB (Red+Green+Blue) = 71+159+187=417 (55% of max value = 765). Red value is 71 (28.12% from 255 or 17.03% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 187 - color contains mainly: blue. Hex color #479FBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479FBB is #B86044. Grayscale: #878787. Windows color (decimal): -12083269 or 12296007. OLE color: 12296007.
HSL color Cylindrical-coordinate representation of color #479FBB: hue angle of 194.48º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #479FBB is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 159 | 187 | - |
| CMYK | 0.62 | 0.15 | 0 | 0.27 |
| HSL | 194.48º | 0.46% | 0.51% | - |
| HSV(B) | 194.48º | 0.62% | 0.73% | - |
| XYZ | 23.97 | 29.72 | 51.49 | - |
| YUV | 135.88 | 156.85 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 159 | 187 | 0.62 | 0.15 | 0 | 0.27 | 194.48 | 0.46 | 0.51 |
| Hex | 47 | 9F | BB | 3E | F | 0 | 1B | C2 | 2E | 33 |
| Octal | 107 | 237 | 273 | 76 | 17 | 0 | 33 | 302 | 56 | 63 |
| Binary | 1000111 | 10011111 | 10111011 | 111110 | 1111 | 0 | 11011 | 11000010 | 101110 | 110011 |
Color Harmonies of #479FBB
Complementary color
Monochromatic Colors of #479FBB
Black with #479FBB
Text Example
Text Example
White with #479FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479FBB; }
p { color: rgb(71,159,187); }
H1.HeaderClassName
{
color: #479FBB;
}
.AnyTagClassName
{
color: #479FBB;
}
</style>
background-color css
<style>
a { background-color: #479FBB; }
a { background-color: rgb(71,159,187); }
div.DivClassName
{
background-color: #479FBB;
}
.BgClassName
{
background-color: #479FBB;
}
</style>
border-color css
<style>
span { border-color: #479FBB; }
span { border-color: rgb(71,159,187); }
td.TdClassName
{
border-color: #479FBB;
}
.TagClassName
{
border-color: #479FBB;
}
</style>