Shades of Boston Blue #478BAC
Tints of Boston Blue #478BAC
RGB
CMYK
RGB Variations
Color information
#478BAC (or 0x478BAC) is known color: Boston Blue. HEX triplet: 47, 8B and AC. RGB value is (71,139,172). Sum of RGB (Red+Green+Blue) = 71+139+172=382 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.59% from 382); Green value is 139 (54.69% from 255 or 36.39% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #478BAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478BAC is #B87453. Grayscale: #7A7A7A. Windows color (decimal): -12088404 or 11307847. OLE color: 11307847.
HSL color Cylindrical-coordinate representation of color #478BAC: hue angle of 199.6º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #478BAC is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 139 | 172 | - |
| CMYK | 0.59 | 0.19 | 0 | 0.33 |
| HSL | 199.6º | 0.42% | 0.48% | - |
| HSV(B) | 199.6º | 0.59% | 0.67% | - |
| XYZ | 19.28 | 22.78 | 42.41 | - |
| YUV | 122.43 | 155.97 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 139 | 172 | 0.59 | 0.19 | 0 | 0.33 | 199.6 | 0.42 | 0.48 |
| Hex | 47 | 8B | AC | 3B | 13 | 0 | 21 | C8 | 2A | 30 |
| Octal | 107 | 213 | 254 | 73 | 23 | 0 | 41 | 310 | 52 | 60 |
| Binary | 1000111 | 10001011 | 10101100 | 111011 | 10011 | 0 | 100001 | 11001000 | 101010 | 110000 |
Color Harmonies of #478BAC
Complementary color
Monochromatic Colors of #478BAC
Black with #478BAC
Text Example
Text Example
White with #478BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478BAC; }
p { color: rgb(71,139,172); }
H1.HeaderClassName
{
color: #478BAC;
}
.AnyTagClassName
{
color: #478BAC;
}
</style>
background-color css
<style>
a { background-color: #478BAC; }
a { background-color: rgb(71,139,172); }
div.DivClassName
{
background-color: #478BAC;
}
.BgClassName
{
background-color: #478BAC;
}
</style>
border-color css
<style>
span { border-color: #478BAC; }
span { border-color: rgb(71,139,172); }
td.TdClassName
{
border-color: #478BAC;
}
.TagClassName
{
border-color: #478BAC;
}
</style>