Shades of Boston Blue #488DB3
Tints of Boston Blue #488DB3
RGB
CMYK
RGB Variations
Color information
#488DB3 (or 0x488DB3) is known color: Boston Blue. HEX triplet: 48, 8D and B3. RGB value is (72,141,179). Sum of RGB (Red+Green+Blue) = 72+141+179=392 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.37% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 179 (70.31% from 255 or 45.66% from 392); Max value from RGB is 179 - color contains mainly: blue. Hex color #488DB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488DB3 is #B7724C. Grayscale: #7C7C7C. Windows color (decimal): -12022349 or 11767112. OLE color: 11767112.
HSL color Cylindrical-coordinate representation of color #488DB3: hue angle of 201.31º 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 #488DB3 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 72 | 141 | 179 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.30 |
| HSL | 201.31º | 0.43% | 0.49% | - |
| HSV(B) | 201.31º | 0.6% | 0.7% | - |
| XYZ | 20.33 | 23.68 | 46.15 | - |
| YUV | 124.7 | 158.64 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 141 | 179 | 0.60 | 0.21 | 0 | 0.30 | 201.31 | 0.43 | 0.49 |
| Hex | 48 | 8D | B3 | 3C | 15 | 0 | 1E | C9 | 2B | 31 |
| Octal | 110 | 215 | 263 | 74 | 25 | 0 | 36 | 311 | 53 | 61 |
| Binary | 1001000 | 10001101 | 10110011 | 111100 | 10101 | 0 | 11110 | 11001001 | 101011 | 110001 |
Color Harmonies of #488DB3
Complementary color
Monochromatic Colors of #488DB3
Black with #488DB3
Text Example
Text Example
White with #488DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488DB3; }
p { color: rgb(72,141,179); }
H1.HeaderClassName
{
color: #488DB3;
}
.AnyTagClassName
{
color: #488DB3;
}
</style>
background-color css
<style>
a { background-color: #488DB3; }
a { background-color: rgb(72,141,179); }
div.DivClassName
{
background-color: #488DB3;
}
.BgClassName
{
background-color: #488DB3;
}
</style>
border-color css
<style>
span { border-color: #488DB3; }
span { border-color: rgb(72,141,179); }
td.TdClassName
{
border-color: #488DB3;
}
.TagClassName
{
border-color: #488DB3;
}
</style>