Shades of Boston Blue #478EA8
Tints of Boston Blue #478EA8
RGB
CMYK
RGB Variations
Color information
#478EA8 (or 0x478EA8) is known color: Boston Blue. HEX triplet: 47, 8E and A8. RGB value is (71,142,168). Sum of RGB (Red+Green+Blue) = 71+142+168=381 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.64% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 168 (66.02% from 255 or 44.09% from 381); Max value from RGB is 168 - color contains mainly: blue. Hex color #478EA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478EA8 is #B87157. Grayscale: #7B7B7B. Windows color (decimal): -12087640 or 11046471. OLE color: 11046471.
HSL color Cylindrical-coordinate representation of color #478EA8: hue angle of 196.08º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #478EA8 is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 71 | 142 | 168 | - |
| CMYK | 0.58 | 0.15 | 0 | 0.34 |
| HSL | 196.08º | 0.41% | 0.47% | - |
| HSV(B) | 196.08º | 0.58% | 0.66% | - |
| XYZ | 19.34 | 23.51 | 40.56 | - |
| YUV | 123.74 | 152.98 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 142 | 168 | 0.58 | 0.15 | 0 | 0.34 | 196.08 | 0.41 | 0.47 |
| Hex | 47 | 8E | A8 | 3A | F | 0 | 22 | C4 | 29 | 2F |
| Octal | 107 | 216 | 250 | 72 | 17 | 0 | 42 | 304 | 51 | 57 |
| Binary | 1000111 | 10001110 | 10101000 | 111010 | 1111 | 0 | 100010 | 11000100 | 101001 | 101111 |
Color Harmonies of #478EA8
Complementary color
Monochromatic Colors of #478EA8
Black with #478EA8
Text Example
Text Example
White with #478EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478EA8; }
p { color: rgb(71,142,168); }
H1.HeaderClassName
{
color: #478EA8;
}
.AnyTagClassName
{
color: #478EA8;
}
</style>
background-color css
<style>
a { background-color: #478EA8; }
a { background-color: rgb(71,142,168); }
div.DivClassName
{
background-color: #478EA8;
}
.BgClassName
{
background-color: #478EA8;
}
</style>
border-color css
<style>
span { border-color: #478EA8; }
span { border-color: rgb(71,142,168); }
td.TdClassName
{
border-color: #478EA8;
}
.TagClassName
{
border-color: #478EA8;
}
</style>