Shades of Boston Blue #479FBA
Tints of Boston Blue #479FBA
RGB
CMYK
RGB Variations
Color information
#479FBA (or 0x479FBA) is known color: Boston Blue. HEX triplet: 47, 9F and BA. RGB value is (71,159,186). Sum of RGB (Red+Green+Blue) = 71+159+186=416 (55% of max value = 765). Red value is 71 (28.12% from 255 or 17.07% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #479FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479FBA is #B86045. Grayscale: #878787. Windows color (decimal): -12083270 or 12230471. OLE color: 12230471.
HSL color Cylindrical-coordinate representation of color #479FBA: hue angle of 194.09º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #479FBA is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 159 | 186 | - |
| CMYK | 0.62 | 0.15 | 0 | 0.27 |
| HSL | 194.09º | 0.45% | 0.5% | - |
| HSV(B) | 194.09º | 0.62% | 0.73% | - |
| XYZ | 23.86 | 29.68 | 50.93 | - |
| YUV | 135.77 | 156.35 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 159 | 186 | 0.62 | 0.15 | 0 | 0.27 | 194.09 | 0.45 | 0.5 |
| Hex | 47 | 9F | BA | 3E | F | 0 | 1B | C2 | 2D | 32 |
| Octal | 107 | 237 | 272 | 76 | 17 | 0 | 33 | 302 | 55 | 62 |
| Binary | 1000111 | 10011111 | 10111010 | 111110 | 1111 | 0 | 11011 | 11000010 | 101101 | 110010 |
Color Harmonies of #479FBA
Complementary color
Monochromatic Colors of #479FBA
Black with #479FBA
Text Example
Text Example
White with #479FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479FBA; }
p { color: rgb(71,159,186); }
H1.HeaderClassName
{
color: #479FBA;
}
.AnyTagClassName
{
color: #479FBA;
}
</style>
background-color css
<style>
a { background-color: #479FBA; }
a { background-color: rgb(71,159,186); }
div.DivClassName
{
background-color: #479FBA;
}
.BgClassName
{
background-color: #479FBA;
}
</style>
border-color css
<style>
span { border-color: #479FBA; }
span { border-color: rgb(71,159,186); }
td.TdClassName
{
border-color: #479FBA;
}
.TagClassName
{
border-color: #479FBA;
}
</style>