Shades of Boston Blue #478DA4
Tints of Boston Blue #478DA4
RGB
CMYK
RGB Variations
Color information
#478DA4 (or 0x478DA4) is known color: Boston Blue. HEX triplet: 47, 8D and A4. RGB value is (71,141,164). Sum of RGB (Red+Green+Blue) = 71+141+164=376 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.88% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 164 (64.45% from 255 or 43.62% from 376); Max value from RGB is 164 - color contains mainly: blue. Hex color #478DA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478DA4 is #B8725B. Grayscale: #7A7A7A. Windows color (decimal): -12087900 or 10784071. OLE color: 10784071.
HSL color Cylindrical-coordinate representation of color #478DA4: hue angle of 194.84º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #478DA4 is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 71 | 141 | 164 | - |
| CMYK | 0.57 | 0.14 | 0 | 0.36 |
| HSL | 194.84º | 0.4% | 0.46% | - |
| HSV(B) | 194.84º | 0.57% | 0.64% | - |
| XYZ | 18.82 | 23.07 | 38.58 | - |
| YUV | 122.69 | 151.31 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 141 | 164 | 0.57 | 0.14 | 0 | 0.36 | 194.84 | 0.4 | 0.46 |
| Hex | 47 | 8D | A4 | 39 | E | 0 | 24 | C3 | 28 | 2E |
| Octal | 107 | 215 | 244 | 71 | 16 | 0 | 44 | 303 | 50 | 56 |
| Binary | 1000111 | 10001101 | 10100100 | 111001 | 1110 | 0 | 100100 | 11000011 | 101000 | 101110 |
Color Harmonies of #478DA4
Complementary color
Monochromatic Colors of #478DA4
Black with #478DA4
Text Example
Text Example
White with #478DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478DA4; }
p { color: rgb(71,141,164); }
H1.HeaderClassName
{
color: #478DA4;
}
.AnyTagClassName
{
color: #478DA4;
}
</style>
background-color css
<style>
a { background-color: #478DA4; }
a { background-color: rgb(71,141,164); }
div.DivClassName
{
background-color: #478DA4;
}
.BgClassName
{
background-color: #478DA4;
}
</style>
border-color css
<style>
span { border-color: #478DA4; }
span { border-color: rgb(71,141,164); }
td.TdClassName
{
border-color: #478DA4;
}
.TagClassName
{
border-color: #478DA4;
}
</style>