Shades of Boston Blue #479DBB
Tints of Boston Blue #479DBB
RGB
CMYK
RGB Variations
Color information
#479DBB (or 0x479DBB) is known color: Boston Blue. HEX triplet: 47, 9D and BB. RGB value is (71,157,187). Sum of RGB (Red+Green+Blue) = 71+157+187=415 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.11% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 187 - color contains mainly: blue. Hex color #479DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479DBB is #B86244. Grayscale: #868686. Windows color (decimal): -12083781 or 12295495. OLE color: 12295495.
HSL color Cylindrical-coordinate representation of color #479DBB: hue angle of 195.52º 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 #479DBB is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 157 | 187 | - |
| CMYK | 0.62 | 0.16 | 0 | 0.27 |
| HSL | 195.52º | 0.46% | 0.51% | - |
| HSV(B) | 195.52º | 0.62% | 0.73% | - |
| XYZ | 23.63 | 29.04 | 51.37 | - |
| YUV | 134.71 | 157.51 | 82.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 157 | 187 | 0.62 | 0.16 | 0 | 0.27 | 195.52 | 0.46 | 0.51 |
| Hex | 47 | 9D | BB | 3E | 10 | 0 | 1B | C4 | 2E | 33 |
| Octal | 107 | 235 | 273 | 76 | 20 | 0 | 33 | 304 | 56 | 63 |
| Binary | 1000111 | 10011101 | 10111011 | 111110 | 10000 | 0 | 11011 | 11000100 | 101110 | 110011 |
Color Harmonies of #479DBB
Complementary color
Monochromatic Colors of #479DBB
Black with #479DBB
Text Example
Text Example
White with #479DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479DBB; }
p { color: rgb(71,157,187); }
H1.HeaderClassName
{
color: #479DBB;
}
.AnyTagClassName
{
color: #479DBB;
}
</style>
background-color css
<style>
a { background-color: #479DBB; }
a { background-color: rgb(71,157,187); }
div.DivClassName
{
background-color: #479DBB;
}
.BgClassName
{
background-color: #479DBB;
}
</style>
border-color css
<style>
span { border-color: #479DBB; }
span { border-color: rgb(71,157,187); }
td.TdClassName
{
border-color: #479DBB;
}
.TagClassName
{
border-color: #479DBB;
}
</style>