Shades of Boston Blue #478EB2
Tints of Boston Blue #478EB2
RGB
CMYK
RGB Variations
Color information
#478EB2 (or 0x478EB2) is known color: Boston Blue. HEX triplet: 47, 8E and B2. RGB value is (71,142,178). Sum of RGB (Red+Green+Blue) = 71+142+178=391 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.16% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 178 (69.92% from 255 or 45.52% from 391); Max value from RGB is 178 - color contains mainly: blue. Hex color #478EB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478EB2 is #B8714D. Grayscale: #7C7C7C. Windows color (decimal): -12087630 or 11701831. OLE color: 11701831.
HSL color Cylindrical-coordinate representation of color #478EB2: hue angle of 200.19º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #478EB2 is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 71 | 142 | 178 | - |
| CMYK | 0.60 | 0.20 | 0 | 0.30 |
| HSL | 200.19º | 0.43% | 0.49% | - |
| HSV(B) | 200.19º | 0.6% | 0.7% | - |
| XYZ | 20.31 | 23.9 | 45.66 | - |
| YUV | 124.88 | 157.98 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 142 | 178 | 0.60 | 0.20 | 0 | 0.30 | 200.19 | 0.43 | 0.49 |
| Hex | 47 | 8E | B2 | 3C | 14 | 0 | 1E | C8 | 2B | 31 |
| Octal | 107 | 216 | 262 | 74 | 24 | 0 | 36 | 310 | 53 | 61 |
| Binary | 1000111 | 10001110 | 10110010 | 111100 | 10100 | 0 | 11110 | 11001000 | 101011 | 110001 |
Color Harmonies of #478EB2
Complementary color
Monochromatic Colors of #478EB2
Black with #478EB2
Text Example
Text Example
White with #478EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478EB2; }
p { color: rgb(71,142,178); }
H1.HeaderClassName
{
color: #478EB2;
}
.AnyTagClassName
{
color: #478EB2;
}
</style>
background-color css
<style>
a { background-color: #478EB2; }
a { background-color: rgb(71,142,178); }
div.DivClassName
{
background-color: #478EB2;
}
.BgClassName
{
background-color: #478EB2;
}
</style>
border-color css
<style>
span { border-color: #478EB2; }
span { border-color: rgb(71,142,178); }
td.TdClassName
{
border-color: #478EB2;
}
.TagClassName
{
border-color: #478EB2;
}
</style>