Shades of Boston Blue #479EBB
Tints of Boston Blue #479EBB
RGB
CMYK
RGB Variations
Color information
#479EBB (or 0x479EBB) is known color: Boston Blue. HEX triplet: 47, 9E and BB. RGB value is (71,158,187). Sum of RGB (Red+Green+Blue) = 71+158+187=416 (55% of max value = 765). Red value is 71 (28.12% from 255 or 17.07% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 187 - color contains mainly: blue. Hex color #479EBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479EBB is #B86144. Grayscale: #878787. Windows color (decimal): -12083525 or 12295751. OLE color: 12295751.
HSL color Cylindrical-coordinate representation of color #479EBB: hue angle of 195º 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 #479EBB is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 158 | 187 | - |
| CMYK | 0.62 | 0.16 | 0 | 0.27 |
| HSL | 195º | 0.46% | 0.51% | - |
| HSV(B) | 195º | 0.62% | 0.73% | - |
| XYZ | 23.8 | 29.38 | 51.43 | - |
| YUV | 135.29 | 157.18 | 82.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 158 | 187 | 0.62 | 0.16 | 0 | 0.27 | 195 | 0.46 | 0.51 |
| Hex | 47 | 9E | BB | 3E | 10 | 0 | 1B | C3 | 2E | 33 |
| Octal | 107 | 236 | 273 | 76 | 20 | 0 | 33 | 303 | 56 | 63 |
| Binary | 1000111 | 10011110 | 10111011 | 111110 | 10000 | 0 | 11011 | 11000011 | 101110 | 110011 |
Color Harmonies of #479EBB
Complementary color
Monochromatic Colors of #479EBB
Black with #479EBB
Text Example
Text Example
White with #479EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479EBB; }
p { color: rgb(71,158,187); }
H1.HeaderClassName
{
color: #479EBB;
}
.AnyTagClassName
{
color: #479EBB;
}
</style>
background-color css
<style>
a { background-color: #479EBB; }
a { background-color: rgb(71,158,187); }
div.DivClassName
{
background-color: #479EBB;
}
.BgClassName
{
background-color: #479EBB;
}
</style>
border-color css
<style>
span { border-color: #479EBB; }
span { border-color: rgb(71,158,187); }
td.TdClassName
{
border-color: #479EBB;
}
.TagClassName
{
border-color: #479EBB;
}
</style>