Shades of Boston Blue #478DA5
Tints of Boston Blue #478DA5
RGB
CMYK
RGB Variations
Color information
#478DA5 (or 0x478DA5) is known color: Boston Blue. HEX triplet: 47, 8D and A5. RGB value is (71,141,165). Sum of RGB (Red+Green+Blue) = 71+141+165=377 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.83% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 165 (64.84% from 255 or 43.77% from 377); Max value from RGB is 165 - color contains mainly: blue. Hex color #478DA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478DA5 is #B8725A. Grayscale: #7A7A7A. Windows color (decimal): -12087899 or 10849607. OLE color: 10849607.
HSL color Cylindrical-coordinate representation of color #478DA5: hue angle of 195.32º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #478DA5 is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 71 | 141 | 165 | - |
| CMYK | 0.57 | 0.15 | 0 | 0.35 |
| HSL | 195.32º | 0.4% | 0.46% | - |
| HSV(B) | 195.32º | 0.57% | 0.65% | - |
| XYZ | 18.91 | 23.11 | 39.06 | - |
| YUV | 122.81 | 151.81 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 141 | 165 | 0.57 | 0.15 | 0 | 0.35 | 195.32 | 0.4 | 0.46 |
| Hex | 47 | 8D | A5 | 39 | F | 0 | 23 | C3 | 28 | 2E |
| Octal | 107 | 215 | 245 | 71 | 17 | 0 | 43 | 303 | 50 | 56 |
| Binary | 1000111 | 10001101 | 10100101 | 111001 | 1111 | 0 | 100011 | 11000011 | 101000 | 101110 |
Color Harmonies of #478DA5
Complementary color
Monochromatic Colors of #478DA5
Black with #478DA5
Text Example
Text Example
White with #478DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478DA5; }
p { color: rgb(71,141,165); }
H1.HeaderClassName
{
color: #478DA5;
}
.AnyTagClassName
{
color: #478DA5;
}
</style>
background-color css
<style>
a { background-color: #478DA5; }
a { background-color: rgb(71,141,165); }
div.DivClassName
{
background-color: #478DA5;
}
.BgClassName
{
background-color: #478DA5;
}
</style>
border-color css
<style>
span { border-color: #478DA5; }
span { border-color: rgb(71,141,165); }
td.TdClassName
{
border-color: #478DA5;
}
.TagClassName
{
border-color: #478DA5;
}
</style>