Shades of Boston Blue #479CB1
Tints of Boston Blue #479CB1
RGB
CMYK
RGB Variations
Color information
#479CB1 (or 0x479CB1) is known color: Boston Blue. HEX triplet: 47, 9C and B1. RGB value is (71,156,177). Sum of RGB (Red+Green+Blue) = 71+156+177=404 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.57% from 404); Green value is 156 (61.33% from 255 or 38.61% from 404); Blue value is 177 (69.53% from 255 or 43.81% from 404); Max value from RGB is 177 - color contains mainly: blue. Hex color #479CB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479CB1 is #B8634E. Grayscale: #848484. Windows color (decimal): -12084047 or 11639879. OLE color: 11639879.
HSL color Cylindrical-coordinate representation of color #479CB1: hue angle of 191.89º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #479CB1 is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 156 | 177 | - |
| CMYK | 0.60 | 0.12 | 0 | 0.31 |
| HSL | 191.89º | 0.43% | 0.49% | - |
| HSV(B) | 191.89º | 0.6% | 0.69% | - |
| XYZ | 22.42 | 28.29 | 45.87 | - |
| YUV | 132.98 | 152.84 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 156 | 177 | 0.60 | 0.12 | 0 | 0.31 | 191.89 | 0.43 | 0.49 |
| Hex | 47 | 9C | B1 | 3C | C | 0 | 1F | C0 | 2B | 31 |
| Octal | 107 | 234 | 261 | 74 | 14 | 0 | 37 | 300 | 53 | 61 |
| Binary | 1000111 | 10011100 | 10110001 | 111100 | 1100 | 0 | 11111 | 11000000 | 101011 | 110001 |
Color Harmonies of #479CB1
Complementary color
Monochromatic Colors of #479CB1
Black with #479CB1
Text Example
Text Example
White with #479CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479CB1; }
p { color: rgb(71,156,177); }
H1.HeaderClassName
{
color: #479CB1;
}
.AnyTagClassName
{
color: #479CB1;
}
</style>
background-color css
<style>
a { background-color: #479CB1; }
a { background-color: rgb(71,156,177); }
div.DivClassName
{
background-color: #479CB1;
}
.BgClassName
{
background-color: #479CB1;
}
</style>
border-color css
<style>
span { border-color: #479CB1; }
span { border-color: rgb(71,156,177); }
td.TdClassName
{
border-color: #479CB1;
}
.TagClassName
{
border-color: #479CB1;
}
</style>