Shades of Boston Blue #489DB5
Tints of Boston Blue #489DB5
RGB
CMYK
RGB Variations
Color information
#489DB5 (or 0x489DB5) is known color: Boston Blue. HEX triplet: 48, 9D and B5. RGB value is (72,157,181). Sum of RGB (Red+Green+Blue) = 72+157+181=410 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.56% from 410); Green value is 157 (61.72% from 255 or 38.29% from 410); Blue value is 181 (71.09% from 255 or 44.15% from 410); Max value from RGB is 181 - color contains mainly: blue. Hex color #489DB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489DB5 is #B7624A. Grayscale: #868686. Windows color (decimal): -12018251 or 11902280. OLE color: 11902280.
HSL color Cylindrical-coordinate representation of color #489DB5: hue angle of 193.21º 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 #489DB5 is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 72 | 157 | 181 | - |
| CMYK | 0.60 | 0.13 | 0 | 0.29 |
| HSL | 193.21º | 0.43% | 0.5% | - |
| HSV(B) | 193.21º | 0.6% | 0.71% | - |
| XYZ | 23.07 | 28.83 | 48.06 | - |
| YUV | 134.32 | 154.34 | 83.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 157 | 181 | 0.60 | 0.13 | 0 | 0.29 | 193.21 | 0.43 | 0.5 |
| Hex | 48 | 9D | B5 | 3C | D | 0 | 1D | C1 | 2B | 32 |
| Octal | 110 | 235 | 265 | 74 | 15 | 0 | 35 | 301 | 53 | 62 |
| Binary | 1001000 | 10011101 | 10110101 | 111100 | 1101 | 0 | 11101 | 11000001 | 101011 | 110010 |
Color Harmonies of #489DB5
Complementary color
Monochromatic Colors of #489DB5
Black with #489DB5
Text Example
Text Example
White with #489DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489DB5; }
p { color: rgb(72,157,181); }
H1.HeaderClassName
{
color: #489DB5;
}
.AnyTagClassName
{
color: #489DB5;
}
</style>
background-color css
<style>
a { background-color: #489DB5; }
a { background-color: rgb(72,157,181); }
div.DivClassName
{
background-color: #489DB5;
}
.BgClassName
{
background-color: #489DB5;
}
</style>
border-color css
<style>
span { border-color: #489DB5; }
span { border-color: rgb(72,157,181); }
td.TdClassName
{
border-color: #489DB5;
}
.TagClassName
{
border-color: #489DB5;
}
</style>