Shades of Boston Blue #478BAF
Tints of Boston Blue #478BAF
RGB
CMYK
RGB Variations
Color information
#478BAF (or 0x478BAF) is known color: Boston Blue. HEX triplet: 47, 8B and AF. RGB value is (71,139,175). Sum of RGB (Red+Green+Blue) = 71+139+175=385 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.44% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #478BAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478BAF is #B87450. Grayscale: #7A7A7A. Windows color (decimal): -12088401 or 11504455. OLE color: 11504455.
HSL color Cylindrical-coordinate representation of color #478BAF: hue angle of 200.77º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #478BAF is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 139 | 175 | - |
| CMYK | 0.59 | 0.21 | 0 | 0.31 |
| HSL | 200.77º | 0.42% | 0.48% | - |
| HSV(B) | 200.77º | 0.59% | 0.69% | - |
| XYZ | 19.57 | 22.9 | 43.95 | - |
| YUV | 122.77 | 157.47 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 139 | 175 | 0.59 | 0.21 | 0 | 0.31 | 200.77 | 0.42 | 0.48 |
| Hex | 47 | 8B | AF | 3B | 15 | 0 | 1F | C9 | 2A | 30 |
| Octal | 107 | 213 | 257 | 73 | 25 | 0 | 37 | 311 | 52 | 60 |
| Binary | 1000111 | 10001011 | 10101111 | 111011 | 10101 | 0 | 11111 | 11001001 | 101010 | 110000 |
Color Harmonies of #478BAF
Complementary color
Monochromatic Colors of #478BAF
Black with #478BAF
Text Example
Text Example
White with #478BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478BAF; }
p { color: rgb(71,139,175); }
H1.HeaderClassName
{
color: #478BAF;
}
.AnyTagClassName
{
color: #478BAF;
}
</style>
background-color css
<style>
a { background-color: #478BAF; }
a { background-color: rgb(71,139,175); }
div.DivClassName
{
background-color: #478BAF;
}
.BgClassName
{
background-color: #478BAF;
}
</style>
border-color css
<style>
span { border-color: #478BAF; }
span { border-color: rgb(71,139,175); }
td.TdClassName
{
border-color: #478BAF;
}
.TagClassName
{
border-color: #478BAF;
}
</style>