Shades of Boston Blue #488FB3
Tints of Boston Blue #488FB3
RGB
CMYK
RGB Variations
Color information
#488FB3 (or 0x488FB3) is known color: Boston Blue. HEX triplet: 48, 8F and B3. RGB value is (72,143,179). Sum of RGB (Red+Green+Blue) = 72+143+179=394 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.27% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 179 (70.31% from 255 or 45.43% from 394); Max value from RGB is 179 - color contains mainly: blue. Hex color #488FB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488FB3 is #B7704C. Grayscale: #7D7D7D. Windows color (decimal): -12021837 or 11767624. OLE color: 11767624.
HSL color Cylindrical-coordinate representation of color #488FB3: hue angle of 200.19º 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 #488FB3 is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 72 | 143 | 179 | - |
| CMYK | 0.60 | 0.20 | 0 | 0.30 |
| HSL | 200.19º | 0.43% | 0.49% | - |
| HSV(B) | 200.19º | 0.6% | 0.7% | - |
| XYZ | 20.63 | 24.28 | 46.25 | - |
| YUV | 125.88 | 157.98 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 143 | 179 | 0.60 | 0.20 | 0 | 0.30 | 200.19 | 0.43 | 0.49 |
| Hex | 48 | 8F | B3 | 3C | 14 | 0 | 1E | C8 | 2B | 31 |
| Octal | 110 | 217 | 263 | 74 | 24 | 0 | 36 | 310 | 53 | 61 |
| Binary | 1001000 | 10001111 | 10110011 | 111100 | 10100 | 0 | 11110 | 11001000 | 101011 | 110001 |
Color Harmonies of #488FB3
Complementary color
Monochromatic Colors of #488FB3
Black with #488FB3
Text Example
Text Example
White with #488FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488FB3; }
p { color: rgb(72,143,179); }
H1.HeaderClassName
{
color: #488FB3;
}
.AnyTagClassName
{
color: #488FB3;
}
</style>
background-color css
<style>
a { background-color: #488FB3; }
a { background-color: rgb(72,143,179); }
div.DivClassName
{
background-color: #488FB3;
}
.BgClassName
{
background-color: #488FB3;
}
</style>
border-color css
<style>
span { border-color: #488FB3; }
span { border-color: rgb(72,143,179); }
td.TdClassName
{
border-color: #488FB3;
}
.TagClassName
{
border-color: #488FB3;
}
</style>