Shades of Boston Blue #478FB3
Tints of Boston Blue #478FB3
RGB
CMYK
RGB Variations
Color information
#478FB3 (or 0x478FB3) is known color: Boston Blue. HEX triplet: 47, 8F and B3. RGB value is (71,143,179). Sum of RGB (Red+Green+Blue) = 71+143+179=393 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.07% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 179 (70.31% from 255 or 45.55% from 393); Max value from RGB is 179 - color contains mainly: blue. Hex color #478FB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478FB3 is #B8704C. Grayscale: #7D7D7D. Windows color (decimal): -12087373 or 11767623. OLE color: 11767623.
HSL color Cylindrical-coordinate representation of color #478FB3: hue angle of 200º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #478FB3 is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 71 | 143 | 179 | - |
| CMYK | 0.60 | 0.20 | 0 | 0.30 |
| HSL | 200º | 0.43% | 0.49% | - |
| HSV(B) | 200º | 0.6% | 0.7% | - |
| XYZ | 20.56 | 24.24 | 46.24 | - |
| YUV | 125.58 | 158.15 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 143 | 179 | 0.60 | 0.20 | 0 | 0.30 | 200 | 0.43 | 0.49 |
| Hex | 47 | 8F | B3 | 3C | 14 | 0 | 1E | C8 | 2B | 31 |
| Octal | 107 | 217 | 263 | 74 | 24 | 0 | 36 | 310 | 53 | 61 |
| Binary | 1000111 | 10001111 | 10110011 | 111100 | 10100 | 0 | 11110 | 11001000 | 101011 | 110001 |
Color Harmonies of #478FB3
Complementary color
Monochromatic Colors of #478FB3
Black with #478FB3
Text Example
Text Example
White with #478FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478FB3; }
p { color: rgb(71,143,179); }
H1.HeaderClassName
{
color: #478FB3;
}
.AnyTagClassName
{
color: #478FB3;
}
</style>
background-color css
<style>
a { background-color: #478FB3; }
a { background-color: rgb(71,143,179); }
div.DivClassName
{
background-color: #478FB3;
}
.BgClassName
{
background-color: #478FB3;
}
</style>
border-color css
<style>
span { border-color: #478FB3; }
span { border-color: rgb(71,143,179); }
td.TdClassName
{
border-color: #478FB3;
}
.TagClassName
{
border-color: #478FB3;
}
</style>