Shades of Boston Blue #488AB1
Tints of Boston Blue #488AB1
RGB
CMYK
RGB Variations
Color information
#488AB1 (or 0x488AB1) is known color: Boston Blue. HEX triplet: 48, 8A and B1. RGB value is (72,138,177). Sum of RGB (Red+Green+Blue) = 72+138+177=387 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.60% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 177 (69.53% from 255 or 45.74% from 387); Max value from RGB is 177 - color contains mainly: blue. Hex color #488AB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488AB1 is #B7754E. Grayscale: #7A7A7A. Windows color (decimal): -12023119 or 11635272. OLE color: 11635272.
HSL color Cylindrical-coordinate representation of color #488AB1: hue angle of 202.29º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #488AB1 is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 72 | 138 | 177 | - |
| CMYK | 0.59 | 0.22 | 0 | 0.31 |
| HSL | 202.29º | 0.42% | 0.49% | - |
| HSV(B) | 202.29º | 0.59% | 0.69% | - |
| XYZ | 19.7 | 22.73 | 44.94 | - |
| YUV | 122.71 | 158.63 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 138 | 177 | 0.59 | 0.22 | 0 | 0.31 | 202.29 | 0.42 | 0.49 |
| Hex | 48 | 8A | B1 | 3B | 16 | 0 | 1F | CA | 2A | 31 |
| Octal | 110 | 212 | 261 | 73 | 26 | 0 | 37 | 312 | 52 | 61 |
| Binary | 1001000 | 10001010 | 10110001 | 111011 | 10110 | 0 | 11111 | 11001010 | 101010 | 110001 |
Color Harmonies of #488AB1
Complementary color
Monochromatic Colors of #488AB1
Black with #488AB1
Text Example
Text Example
White with #488AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488AB1; }
p { color: rgb(72,138,177); }
H1.HeaderClassName
{
color: #488AB1;
}
.AnyTagClassName
{
color: #488AB1;
}
</style>
background-color css
<style>
a { background-color: #488AB1; }
a { background-color: rgb(72,138,177); }
div.DivClassName
{
background-color: #488AB1;
}
.BgClassName
{
background-color: #488AB1;
}
</style>
border-color css
<style>
span { border-color: #488AB1; }
span { border-color: rgb(72,138,177); }
td.TdClassName
{
border-color: #488AB1;
}
.TagClassName
{
border-color: #488AB1;
}
</style>