Shades of Boston Blue #478FA8
Tints of Boston Blue #478FA8
RGB
CMYK
RGB Variations
Color information
#478FA8 (or 0x478FA8) is known color: Boston Blue. HEX triplet: 47, 8F and A8. RGB value is (71,143,168). Sum of RGB (Red+Green+Blue) = 71+143+168=382 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.59% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 168 (66.02% from 255 or 43.98% from 382); Max value from RGB is 168 - color contains mainly: blue. Hex color #478FA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478FA8 is #B87057. Grayscale: #7C7C7C. Windows color (decimal): -12087384 or 11046727. OLE color: 11046727.
HSL color Cylindrical-coordinate representation of color #478FA8: hue angle of 195.46º 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 #478FA8 is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 71 | 143 | 168 | - |
| CMYK | 0.58 | 0.15 | 0 | 0.34 |
| HSL | 195.46º | 0.41% | 0.47% | - |
| HSV(B) | 195.46º | 0.58% | 0.66% | - |
| XYZ | 19.49 | 23.81 | 40.61 | - |
| YUV | 124.32 | 152.65 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 143 | 168 | 0.58 | 0.15 | 0 | 0.34 | 195.46 | 0.41 | 0.47 |
| Hex | 47 | 8F | A8 | 3A | F | 0 | 22 | C3 | 29 | 2F |
| Octal | 107 | 217 | 250 | 72 | 17 | 0 | 42 | 303 | 51 | 57 |
| Binary | 1000111 | 10001111 | 10101000 | 111010 | 1111 | 0 | 100010 | 11000011 | 101001 | 101111 |
Color Harmonies of #478FA8
Complementary color
Monochromatic Colors of #478FA8
Black with #478FA8
Text Example
Text Example
White with #478FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478FA8; }
p { color: rgb(71,143,168); }
H1.HeaderClassName
{
color: #478FA8;
}
.AnyTagClassName
{
color: #478FA8;
}
</style>
background-color css
<style>
a { background-color: #478FA8; }
a { background-color: rgb(71,143,168); }
div.DivClassName
{
background-color: #478FA8;
}
.BgClassName
{
background-color: #478FA8;
}
</style>
border-color css
<style>
span { border-color: #478FA8; }
span { border-color: rgb(71,143,168); }
td.TdClassName
{
border-color: #478FA8;
}
.TagClassName
{
border-color: #478FA8;
}
</style>