Shades of Boston Blue #479DB9
Tints of Boston Blue #479DB9
RGB
CMYK
RGB Variations
Color information
#479DB9 (or 0x479DB9) is known color: Boston Blue. HEX triplet: 47, 9D and B9. RGB value is (71,157,185). Sum of RGB (Red+Green+Blue) = 71+157+185=413 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.19% from 413); Green value is 157 (61.72% from 255 or 38.01% from 413); Blue value is 185 (72.66% from 255 or 44.79% from 413); Max value from RGB is 185 - color contains mainly: blue. Hex color #479DB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479DB9 is #B86246. Grayscale: #868686. Windows color (decimal): -12083783 or 12164423. OLE color: 12164423.
HSL color Cylindrical-coordinate representation of color #479DB9: hue angle of 194.74º 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 #479DB9 is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 157 | 185 | - |
| CMYK | 0.62 | 0.15 | 0 | 0.27 |
| HSL | 194.74º | 0.45% | 0.5% | - |
| HSV(B) | 194.74º | 0.62% | 0.73% | - |
| XYZ | 23.41 | 28.96 | 50.25 | - |
| YUV | 134.48 | 156.51 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 157 | 185 | 0.62 | 0.15 | 0 | 0.27 | 194.74 | 0.45 | 0.5 |
| Hex | 47 | 9D | B9 | 3E | F | 0 | 1B | C3 | 2D | 32 |
| Octal | 107 | 235 | 271 | 76 | 17 | 0 | 33 | 303 | 55 | 62 |
| Binary | 1000111 | 10011101 | 10111001 | 111110 | 1111 | 0 | 11011 | 11000011 | 101101 | 110010 |
Color Harmonies of #479DB9
Complementary color
Monochromatic Colors of #479DB9
Black with #479DB9
Text Example
Text Example
White with #479DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479DB9; }
p { color: rgb(71,157,185); }
H1.HeaderClassName
{
color: #479DB9;
}
.AnyTagClassName
{
color: #479DB9;
}
</style>
background-color css
<style>
a { background-color: #479DB9; }
a { background-color: rgb(71,157,185); }
div.DivClassName
{
background-color: #479DB9;
}
.BgClassName
{
background-color: #479DB9;
}
</style>
border-color css
<style>
span { border-color: #479DB9; }
span { border-color: rgb(71,157,185); }
td.TdClassName
{
border-color: #479DB9;
}
.TagClassName
{
border-color: #479DB9;
}
</style>