Shades of Boston Blue #489DB4
Tints of Boston Blue #489DB4
RGB
CMYK
RGB Variations
Color information
#489DB4 (or 0x489DB4) is known color: Boston Blue. HEX triplet: 48, 9D and B4. RGB value is (72,157,180). Sum of RGB (Red+Green+Blue) = 72+157+180=409 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.60% from 409); Green value is 157 (61.72% from 255 or 38.39% from 409); Blue value is 180 (70.70% from 255 or 44.01% from 409); Max value from RGB is 180 - color contains mainly: blue. Hex color #489DB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489DB4 is #B7624B. Grayscale: #868686. Windows color (decimal): -12018252 or 11836744. OLE color: 11836744.
HSL color Cylindrical-coordinate representation of color #489DB4: hue angle of 192.78º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #489DB4 is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 72 | 157 | 180 | - |
| CMYK | 0.60 | 0.13 | 0 | 0.29 |
| HSL | 192.78º | 0.43% | 0.49% | - |
| HSV(B) | 192.78º | 0.6% | 0.71% | - |
| XYZ | 22.97 | 28.79 | 47.53 | - |
| YUV | 134.21 | 153.84 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 157 | 180 | 0.60 | 0.13 | 0 | 0.29 | 192.78 | 0.43 | 0.49 |
| Hex | 48 | 9D | B4 | 3C | D | 0 | 1D | C1 | 2B | 31 |
| Octal | 110 | 235 | 264 | 74 | 15 | 0 | 35 | 301 | 53 | 61 |
| Binary | 1001000 | 10011101 | 10110100 | 111100 | 1101 | 0 | 11101 | 11000001 | 101011 | 110001 |
Color Harmonies of #489DB4
Complementary color
Monochromatic Colors of #489DB4
Black with #489DB4
Text Example
Text Example
White with #489DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489DB4; }
p { color: rgb(72,157,180); }
H1.HeaderClassName
{
color: #489DB4;
}
.AnyTagClassName
{
color: #489DB4;
}
</style>
background-color css
<style>
a { background-color: #489DB4; }
a { background-color: rgb(72,157,180); }
div.DivClassName
{
background-color: #489DB4;
}
.BgClassName
{
background-color: #489DB4;
}
</style>
border-color css
<style>
span { border-color: #489DB4; }
span { border-color: rgb(72,157,180); }
td.TdClassName
{
border-color: #489DB4;
}
.TagClassName
{
border-color: #489DB4;
}
</style>