Shades of Boston Blue #488FB5
Tints of Boston Blue #488FB5
RGB
CMYK
RGB Variations
Color information
#488FB5 (or 0x488FB5) is known color: Boston Blue. HEX triplet: 48, 8F and B5. RGB value is (72,143,181). Sum of RGB (Red+Green+Blue) = 72+143+181=396 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.18% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 181 (71.09% from 255 or 45.71% from 396); Max value from RGB is 181 - color contains mainly: blue. Hex color #488FB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488FB5 is #B7704A. Grayscale: #7D7D7D. Windows color (decimal): -12021835 or 11898696. OLE color: 11898696.
HSL color Cylindrical-coordinate representation of color #488FB5: hue angle of 200.92º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #488FB5 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 72 | 143 | 181 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.29 |
| HSL | 200.92º | 0.43% | 0.5% | - |
| HSV(B) | 200.92º | 0.6% | 0.71% | - |
| XYZ | 20.84 | 24.36 | 47.32 | - |
| YUV | 126.1 | 158.98 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 143 | 181 | 0.60 | 0.21 | 0 | 0.29 | 200.92 | 0.43 | 0.5 |
| Hex | 48 | 8F | B5 | 3C | 15 | 0 | 1D | C9 | 2B | 32 |
| Octal | 110 | 217 | 265 | 74 | 25 | 0 | 35 | 311 | 53 | 62 |
| Binary | 1001000 | 10001111 | 10110101 | 111100 | 10101 | 0 | 11101 | 11001001 | 101011 | 110010 |
Color Harmonies of #488FB5
Complementary color
Monochromatic Colors of #488FB5
Black with #488FB5
Text Example
Text Example
White with #488FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488FB5; }
p { color: rgb(72,143,181); }
H1.HeaderClassName
{
color: #488FB5;
}
.AnyTagClassName
{
color: #488FB5;
}
</style>
background-color css
<style>
a { background-color: #488FB5; }
a { background-color: rgb(72,143,181); }
div.DivClassName
{
background-color: #488FB5;
}
.BgClassName
{
background-color: #488FB5;
}
</style>
border-color css
<style>
span { border-color: #488FB5; }
span { border-color: rgb(72,143,181); }
td.TdClassName
{
border-color: #488FB5;
}
.TagClassName
{
border-color: #488FB5;
}
</style>