Shades of Boston Blue #478AAD
Tints of Boston Blue #478AAD
RGB
CMYK
RGB Variations
Color information
#478AAD (or 0x478AAD) is known color: Boston Blue. HEX triplet: 47, 8A and AD. RGB value is (71,138,173). Sum of RGB (Red+Green+Blue) = 71+138+173=382 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.59% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 173 - color contains mainly: blue. Hex color #478AAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478AAD is #B87552. Grayscale: #797979. Windows color (decimal): -12088659 or 11373127. OLE color: 11373127.
HSL color Cylindrical-coordinate representation of color #478AAD: hue angle of 200.59º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #478AAD is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 71 | 138 | 173 | - |
| CMYK | 0.59 | 0.20 | 0 | 0.32 |
| HSL | 200.59º | 0.42% | 0.48% | - |
| HSV(B) | 200.59º | 0.59% | 0.68% | - |
| XYZ | 19.23 | 22.53 | 42.87 | - |
| YUV | 121.96 | 156.8 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 138 | 173 | 0.59 | 0.20 | 0 | 0.32 | 200.59 | 0.42 | 0.48 |
| Hex | 47 | 8A | AD | 3B | 14 | 0 | 20 | C9 | 2A | 30 |
| Octal | 107 | 212 | 255 | 73 | 24 | 0 | 40 | 311 | 52 | 60 |
| Binary | 1000111 | 10001010 | 10101101 | 111011 | 10100 | 0 | 100000 | 11001001 | 101010 | 110000 |
Color Harmonies of #478AAD
Complementary color
Monochromatic Colors of #478AAD
Black with #478AAD
Text Example
Text Example
White with #478AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478AAD; }
p { color: rgb(71,138,173); }
H1.HeaderClassName
{
color: #478AAD;
}
.AnyTagClassName
{
color: #478AAD;
}
</style>
background-color css
<style>
a { background-color: #478AAD; }
a { background-color: rgb(71,138,173); }
div.DivClassName
{
background-color: #478AAD;
}
.BgClassName
{
background-color: #478AAD;
}
</style>
border-color css
<style>
span { border-color: #478AAD; }
span { border-color: rgb(71,138,173); }
td.TdClassName
{
border-color: #478AAD;
}
.TagClassName
{
border-color: #478AAD;
}
</style>