Shades of Boston Blue #488CB1
Tints of Boston Blue #488CB1
RGB
CMYK
RGB Variations
Color information
#488CB1 (or 0x488CB1) is known color: Boston Blue. HEX triplet: 48, 8C and B1. RGB value is (72,140,177). Sum of RGB (Red+Green+Blue) = 72+140+177=389 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.51% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 177 (69.53% from 255 or 45.50% from 389); Max value from RGB is 177 - color contains mainly: blue. Hex color #488CB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488CB1 is #B7734E. Grayscale: #7B7B7B. Windows color (decimal): -12022607 or 11635784. OLE color: 11635784.
HSL color Cylindrical-coordinate representation of color #488CB1: hue angle of 201.14º 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 #488CB1 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 72 | 140 | 177 | - |
| CMYK | 0.59 | 0.21 | 0 | 0.31 |
| HSL | 201.14º | 0.42% | 0.49% | - |
| HSV(B) | 201.14º | 0.59% | 0.69% | - |
| XYZ | 19.99 | 23.31 | 45.04 | - |
| YUV | 123.89 | 157.97 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 140 | 177 | 0.59 | 0.21 | 0 | 0.31 | 201.14 | 0.42 | 0.49 |
| Hex | 48 | 8C | B1 | 3B | 15 | 0 | 1F | C9 | 2A | 31 |
| Octal | 110 | 214 | 261 | 73 | 25 | 0 | 37 | 311 | 52 | 61 |
| Binary | 1001000 | 10001100 | 10110001 | 111011 | 10101 | 0 | 11111 | 11001001 | 101010 | 110001 |
Color Harmonies of #488CB1
Complementary color
Monochromatic Colors of #488CB1
Black with #488CB1
Text Example
Text Example
White with #488CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488CB1; }
p { color: rgb(72,140,177); }
H1.HeaderClassName
{
color: #488CB1;
}
.AnyTagClassName
{
color: #488CB1;
}
</style>
background-color css
<style>
a { background-color: #488CB1; }
a { background-color: rgb(72,140,177); }
div.DivClassName
{
background-color: #488CB1;
}
.BgClassName
{
background-color: #488CB1;
}
</style>
border-color css
<style>
span { border-color: #488CB1; }
span { border-color: rgb(72,140,177); }
td.TdClassName
{
border-color: #488CB1;
}
.TagClassName
{
border-color: #488CB1;
}
</style>