Shades of Boston Blue #489DBA
Tints of Boston Blue #489DBA
RGB
CMYK
RGB Variations
Color information
#489DBA (or 0x489DBA) is known color: Boston Blue. HEX triplet: 48, 9D and BA. RGB value is (72,157,186). Sum of RGB (Red+Green+Blue) = 72+157+186=415 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.35% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #489DBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489DBA is #B76245. Grayscale: #868686. Windows color (decimal): -12018246 or 12229960. OLE color: 12229960.
HSL color Cylindrical-coordinate representation of color #489DBA: hue angle of 195.26º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #489DBA is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 157 | 186 | - |
| CMYK | 0.61 | 0.16 | 0 | 0.27 |
| HSL | 195.26º | 0.45% | 0.51% | - |
| HSV(B) | 195.26º | 0.61% | 0.73% | - |
| XYZ | 23.59 | 29.04 | 50.82 | - |
| YUV | 134.89 | 156.84 | 83.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 157 | 186 | 0.61 | 0.16 | 0 | 0.27 | 195.26 | 0.45 | 0.51 |
| Hex | 48 | 9D | BA | 3D | 10 | 0 | 1B | C3 | 2D | 33 |
| Octal | 110 | 235 | 272 | 75 | 20 | 0 | 33 | 303 | 55 | 63 |
| Binary | 1001000 | 10011101 | 10111010 | 111101 | 10000 | 0 | 11011 | 11000011 | 101101 | 110011 |
Color Harmonies of #489DBA
Complementary color
Monochromatic Colors of #489DBA
Black with #489DBA
Text Example
Text Example
White with #489DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489DBA; }
p { color: rgb(72,157,186); }
H1.HeaderClassName
{
color: #489DBA;
}
.AnyTagClassName
{
color: #489DBA;
}
</style>
background-color css
<style>
a { background-color: #489DBA; }
a { background-color: rgb(72,157,186); }
div.DivClassName
{
background-color: #489DBA;
}
.BgClassName
{
background-color: #489DBA;
}
</style>
border-color css
<style>
span { border-color: #489DBA; }
span { border-color: rgb(72,157,186); }
td.TdClassName
{
border-color: #489DBA;
}
.TagClassName
{
border-color: #489DBA;
}
</style>