Shades of Boston Blue #478CB3
Tints of Boston Blue #478CB3
RGB
CMYK
RGB Variations
Color information
#478CB3 (or 0x478CB3) is known color: Boston Blue. HEX triplet: 47, 8C and B3. RGB value is (71,140,179). Sum of RGB (Red+Green+Blue) = 71+140+179=390 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.21% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 179 (70.31% from 255 or 45.90% from 390); Max value from RGB is 179 - color contains mainly: blue. Hex color #478CB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478CB3 is #B8734C. Grayscale: #7B7B7B. Windows color (decimal): -12088141 or 11766855. OLE color: 11766855.
HSL color Cylindrical-coordinate representation of color #478CB3: hue angle of 201.67º 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 #478CB3 is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 71 | 140 | 179 | - |
| CMYK | 0.60 | 0.22 | 0 | 0.30 |
| HSL | 201.67º | 0.43% | 0.49% | - |
| HSV(B) | 201.67º | 0.6% | 0.7% | - |
| XYZ | 20.11 | 23.35 | 46.09 | - |
| YUV | 123.82 | 159.14 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 140 | 179 | 0.60 | 0.22 | 0 | 0.30 | 201.67 | 0.43 | 0.49 |
| Hex | 47 | 8C | B3 | 3C | 16 | 0 | 1E | CA | 2B | 31 |
| Octal | 107 | 214 | 263 | 74 | 26 | 0 | 36 | 312 | 53 | 61 |
| Binary | 1000111 | 10001100 | 10110011 | 111100 | 10110 | 0 | 11110 | 11001010 | 101011 | 110001 |
Color Harmonies of #478CB3
Complementary color
Monochromatic Colors of #478CB3
Black with #478CB3
Text Example
Text Example
White with #478CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478CB3; }
p { color: rgb(71,140,179); }
H1.HeaderClassName
{
color: #478CB3;
}
.AnyTagClassName
{
color: #478CB3;
}
</style>
background-color css
<style>
a { background-color: #478CB3; }
a { background-color: rgb(71,140,179); }
div.DivClassName
{
background-color: #478CB3;
}
.BgClassName
{
background-color: #478CB3;
}
</style>
border-color css
<style>
span { border-color: #478CB3; }
span { border-color: rgb(71,140,179); }
td.TdClassName
{
border-color: #478CB3;
}
.TagClassName
{
border-color: #478CB3;
}
</style>