Shades of Boston Blue #478AAA
Tints of Boston Blue #478AAA
RGB
CMYK
RGB Variations
Color information
#478AAA (or 0x478AAA) is known color: Boston Blue. HEX triplet: 47, 8A and AA. RGB value is (71,138,170). Sum of RGB (Red+Green+Blue) = 71+138+170=379 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.73% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #478AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478AAA is #B87555. Grayscale: #797979. Windows color (decimal): -12088662 or 11176519. OLE color: 11176519.
HSL color Cylindrical-coordinate representation of color #478AAA: hue angle of 199.39º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #478AAA is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 138 | 170 | - |
| CMYK | 0.58 | 0.19 | 0 | 0.33 |
| HSL | 199.39º | 0.41% | 0.47% | - |
| HSV(B) | 199.39º | 0.58% | 0.67% | - |
| XYZ | 18.94 | 22.42 | 41.36 | - |
| YUV | 121.62 | 155.3 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 138 | 170 | 0.58 | 0.19 | 0 | 0.33 | 199.39 | 0.41 | 0.47 |
| Hex | 47 | 8A | AA | 3A | 13 | 0 | 21 | C7 | 29 | 2F |
| Octal | 107 | 212 | 252 | 72 | 23 | 0 | 41 | 307 | 51 | 57 |
| Binary | 1000111 | 10001010 | 10101010 | 111010 | 10011 | 0 | 100001 | 11000111 | 101001 | 101111 |
Color Harmonies of #478AAA
Complementary color
Monochromatic Colors of #478AAA
Black with #478AAA
Text Example
Text Example
White with #478AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478AAA; }
p { color: rgb(71,138,170); }
H1.HeaderClassName
{
color: #478AAA;
}
.AnyTagClassName
{
color: #478AAA;
}
</style>
background-color css
<style>
a { background-color: #478AAA; }
a { background-color: rgb(71,138,170); }
div.DivClassName
{
background-color: #478AAA;
}
.BgClassName
{
background-color: #478AAA;
}
</style>
border-color css
<style>
span { border-color: #478AAA; }
span { border-color: rgb(71,138,170); }
td.TdClassName
{
border-color: #478AAA;
}
.TagClassName
{
border-color: #478AAA;
}
</style>