Shades of Boston Blue #478CB1
Tints of Boston Blue #478CB1
RGB
CMYK
RGB Variations
Color information
#478CB1 (or 0x478CB1) is known color: Boston Blue. HEX triplet: 47, 8C and B1. RGB value is (71,140,177). Sum of RGB (Red+Green+Blue) = 71+140+177=388 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.30% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 177 (69.53% from 255 or 45.62% from 388); Max value from RGB is 177 - color contains mainly: blue. Hex color #478CB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478CB1 is #B8734E. Grayscale: #7B7B7B. Windows color (decimal): -12088143 or 11635783. OLE color: 11635783.
HSL color Cylindrical-coordinate representation of color #478CB1: hue angle of 200.94º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #478CB1 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 140 | 177 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.31 |
| HSL | 200.94º | 0.43% | 0.49% | - |
| HSV(B) | 200.94º | 0.6% | 0.69% | - |
| XYZ | 19.91 | 23.27 | 45.04 | - |
| YUV | 123.59 | 158.14 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 140 | 177 | 0.60 | 0.21 | 0 | 0.31 | 200.94 | 0.43 | 0.49 |
| Hex | 47 | 8C | B1 | 3C | 15 | 0 | 1F | C9 | 2B | 31 |
| Octal | 107 | 214 | 261 | 74 | 25 | 0 | 37 | 311 | 53 | 61 |
| Binary | 1000111 | 10001100 | 10110001 | 111100 | 10101 | 0 | 11111 | 11001001 | 101011 | 110001 |
Color Harmonies of #478CB1
Complementary color
Monochromatic Colors of #478CB1
Black with #478CB1
Text Example
Text Example
White with #478CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478CB1; }
p { color: rgb(71,140,177); }
H1.HeaderClassName
{
color: #478CB1;
}
.AnyTagClassName
{
color: #478CB1;
}
</style>
background-color css
<style>
a { background-color: #478CB1; }
a { background-color: rgb(71,140,177); }
div.DivClassName
{
background-color: #478CB1;
}
.BgClassName
{
background-color: #478CB1;
}
</style>
border-color css
<style>
span { border-color: #478CB1; }
span { border-color: rgb(71,140,177); }
td.TdClassName
{
border-color: #478CB1;
}
.TagClassName
{
border-color: #478CB1;
}
</style>