Shades of Boston Blue #478DAB
Tints of Boston Blue #478DAB
RGB
CMYK
RGB Variations
Color information
#478DAB (or 0x478DAB) is known color: Boston Blue. HEX triplet: 47, 8D and AB. RGB value is (71,141,171). Sum of RGB (Red+Green+Blue) = 71+141+171=383 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.54% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #478DAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478DAB is #B87254. Grayscale: #7B7B7B. Windows color (decimal): -12087893 or 11242823. OLE color: 11242823.
HSL color Cylindrical-coordinate representation of color #478DAB: hue angle of 198º 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 #478DAB is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 141 | 171 | - |
| CMYK | 0.58 | 0.18 | 0 | 0.33 |
| HSL | 198º | 0.41% | 0.47% | - |
| HSV(B) | 198º | 0.58% | 0.67% | - |
| XYZ | 19.47 | 23.33 | 42 | - |
| YUV | 123.49 | 154.81 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 141 | 171 | 0.58 | 0.18 | 0 | 0.33 | 198 | 0.41 | 0.47 |
| Hex | 47 | 8D | AB | 3A | 12 | 0 | 21 | C6 | 29 | 2F |
| Octal | 107 | 215 | 253 | 72 | 22 | 0 | 41 | 306 | 51 | 57 |
| Binary | 1000111 | 10001101 | 10101011 | 111010 | 10010 | 0 | 100001 | 11000110 | 101001 | 101111 |
Color Harmonies of #478DAB
Complementary color
Monochromatic Colors of #478DAB
Black with #478DAB
Text Example
Text Example
White with #478DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478DAB; }
p { color: rgb(71,141,171); }
H1.HeaderClassName
{
color: #478DAB;
}
.AnyTagClassName
{
color: #478DAB;
}
</style>
background-color css
<style>
a { background-color: #478DAB; }
a { background-color: rgb(71,141,171); }
div.DivClassName
{
background-color: #478DAB;
}
.BgClassName
{
background-color: #478DAB;
}
</style>
border-color css
<style>
span { border-color: #478DAB; }
span { border-color: rgb(71,141,171); }
td.TdClassName
{
border-color: #478DAB;
}
.TagClassName
{
border-color: #478DAB;
}
</style>