Shades of Boston Blue #479CB0
Tints of Boston Blue #479CB0
RGB
CMYK
RGB Variations
Color information
#479CB0 (or 0x479CB0) is known color: Boston Blue. HEX triplet: 47, 9C and B0. RGB value is (71,156,176). Sum of RGB (Red+Green+Blue) = 71+156+176=403 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.62% from 403); Green value is 156 (61.33% from 255 or 38.71% from 403); Blue value is 176 (69.14% from 255 or 43.67% from 403); Max value from RGB is 176 - color contains mainly: blue. Hex color #479CB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479CB0 is #B8634F. Grayscale: #848484. Windows color (decimal): -12084048 or 11574343. OLE color: 11574343.
HSL color Cylindrical-coordinate representation of color #479CB0: hue angle of 191.43º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #479CB0 is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 156 | 176 | - |
| CMYK | 0.60 | 0.11 | 0 | 0.31 |
| HSL | 191.43º | 0.43% | 0.48% | - |
| HSV(B) | 191.43º | 0.6% | 0.69% | - |
| XYZ | 22.32 | 28.25 | 45.35 | - |
| YUV | 132.87 | 152.34 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 156 | 176 | 0.60 | 0.11 | 0 | 0.31 | 191.43 | 0.43 | 0.48 |
| Hex | 47 | 9C | B0 | 3C | B | 0 | 1F | BF | 2B | 30 |
| Octal | 107 | 234 | 260 | 74 | 13 | 0 | 37 | 277 | 53 | 60 |
| Binary | 1000111 | 10011100 | 10110000 | 111100 | 1011 | 0 | 11111 | 10111111 | 101011 | 110000 |
Color Harmonies of #479CB0
Complementary color
Monochromatic Colors of #479CB0
Black with #479CB0
Text Example
Text Example
White with #479CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479CB0; }
p { color: rgb(71,156,176); }
H1.HeaderClassName
{
color: #479CB0;
}
.AnyTagClassName
{
color: #479CB0;
}
</style>
background-color css
<style>
a { background-color: #479CB0; }
a { background-color: rgb(71,156,176); }
div.DivClassName
{
background-color: #479CB0;
}
.BgClassName
{
background-color: #479CB0;
}
</style>
border-color css
<style>
span { border-color: #479CB0; }
span { border-color: rgb(71,156,176); }
td.TdClassName
{
border-color: #479CB0;
}
.TagClassName
{
border-color: #479CB0;
}
</style>