Shades of Boston Blue #488AB0
Tints of Boston Blue #488AB0
RGB
CMYK
RGB Variations
Color information
#488AB0 (or 0x488AB0) is known color: Boston Blue. HEX triplet: 48, 8A and B0. RGB value is (72,138,176). Sum of RGB (Red+Green+Blue) = 72+138+176=386 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.65% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 176 (69.14% from 255 or 45.60% from 386); Max value from RGB is 176 - color contains mainly: blue. Hex color #488AB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488AB0 is #B7754F. Grayscale: #7A7A7A. Windows color (decimal): -12023120 or 11569736. OLE color: 11569736.
HSL color Cylindrical-coordinate representation of color #488AB0: hue angle of 201.92º 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 #488AB0 is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 72 | 138 | 176 | - |
| CMYK | 0.59 | 0.22 | 0 | 0.31 |
| HSL | 201.92º | 0.42% | 0.49% | - |
| HSV(B) | 201.92º | 0.59% | 0.69% | - |
| XYZ | 19.6 | 22.69 | 44.42 | - |
| YUV | 122.6 | 158.13 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 138 | 176 | 0.59 | 0.22 | 0 | 0.31 | 201.92 | 0.42 | 0.49 |
| Hex | 48 | 8A | B0 | 3B | 16 | 0 | 1F | CA | 2A | 31 |
| Octal | 110 | 212 | 260 | 73 | 26 | 0 | 37 | 312 | 52 | 61 |
| Binary | 1001000 | 10001010 | 10110000 | 111011 | 10110 | 0 | 11111 | 11001010 | 101010 | 110001 |
Color Harmonies of #488AB0
Complementary color
Monochromatic Colors of #488AB0
Black with #488AB0
Text Example
Text Example
White with #488AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488AB0; }
p { color: rgb(72,138,176); }
H1.HeaderClassName
{
color: #488AB0;
}
.AnyTagClassName
{
color: #488AB0;
}
</style>
background-color css
<style>
a { background-color: #488AB0; }
a { background-color: rgb(72,138,176); }
div.DivClassName
{
background-color: #488AB0;
}
.BgClassName
{
background-color: #488AB0;
}
</style>
border-color css
<style>
span { border-color: #488AB0; }
span { border-color: rgb(72,138,176); }
td.TdClassName
{
border-color: #488AB0;
}
.TagClassName
{
border-color: #488AB0;
}
</style>