Shades of Boston Blue #489AB5
Tints of Boston Blue #489AB5
RGB
CMYK
RGB Variations
Color information
#489AB5 (or 0x489AB5) is known color: Boston Blue. HEX triplet: 48, 9A and B5. RGB value is (72,154,181). Sum of RGB (Red+Green+Blue) = 72+154+181=407 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.69% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 181 (71.09% from 255 or 44.47% from 407); Max value from RGB is 181 - color contains mainly: blue. Hex color #489AB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489AB5 is #B7654A. Grayscale: #848484. Windows color (decimal): -12019019 or 11901512. OLE color: 11901512.
HSL color Cylindrical-coordinate representation of color #489AB5: hue angle of 194.86º 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 #489AB5 is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 72 | 154 | 181 | - |
| CMYK | 0.60 | 0.15 | 0 | 0.29 |
| HSL | 194.86º | 0.43% | 0.5% | - |
| HSV(B) | 194.86º | 0.6% | 0.71% | - |
| XYZ | 22.57 | 27.83 | 47.9 | - |
| YUV | 132.56 | 155.33 | 84.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 154 | 181 | 0.60 | 0.15 | 0 | 0.29 | 194.86 | 0.43 | 0.5 |
| Hex | 48 | 9A | B5 | 3C | F | 0 | 1D | C3 | 2B | 32 |
| Octal | 110 | 232 | 265 | 74 | 17 | 0 | 35 | 303 | 53 | 62 |
| Binary | 1001000 | 10011010 | 10110101 | 111100 | 1111 | 0 | 11101 | 11000011 | 101011 | 110010 |
Color Harmonies of #489AB5
Complementary color
Monochromatic Colors of #489AB5
Black with #489AB5
Text Example
Text Example
White with #489AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489AB5; }
p { color: rgb(72,154,181); }
H1.HeaderClassName
{
color: #489AB5;
}
.AnyTagClassName
{
color: #489AB5;
}
</style>
background-color css
<style>
a { background-color: #489AB5; }
a { background-color: rgb(72,154,181); }
div.DivClassName
{
background-color: #489AB5;
}
.BgClassName
{
background-color: #489AB5;
}
</style>
border-color css
<style>
span { border-color: #489AB5; }
span { border-color: rgb(72,154,181); }
td.TdClassName
{
border-color: #489AB5;
}
.TagClassName
{
border-color: #489AB5;
}
</style>