Shades of Boston Blue #498BAA
Tints of Boston Blue #498BAA
RGB
CMYK
RGB Variations
Color information
#498BAA (or 0x498BAA) is known color: Boston Blue. HEX triplet: 49, 8B and AA. RGB value is (73,139,170). Sum of RGB (Red+Green+Blue) = 73+139+170=382 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.11% from 382); Green value is 139 (54.69% from 255 or 36.39% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: blue. Hex color #498BAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498BAA is #B67455. Grayscale: #7A7A7A. Windows color (decimal): -11957334 or 11176777. OLE color: 11176777.
HSL color Cylindrical-coordinate representation of color #498BAA: hue angle of 199.18º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #498BAA is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 139 | 170 | - |
| CMYK | 0.57 | 0.18 | 0 | 0.33 |
| HSL | 199.18º | 0.4% | 0.48% | - |
| HSV(B) | 199.18º | 0.57% | 0.67% | - |
| XYZ | 19.24 | 22.78 | 41.41 | - |
| YUV | 122.8 | 154.63 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 139 | 170 | 0.57 | 0.18 | 0 | 0.33 | 199.18 | 0.4 | 0.48 |
| Hex | 49 | 8B | AA | 39 | 12 | 0 | 21 | C7 | 28 | 30 |
| Octal | 111 | 213 | 252 | 71 | 22 | 0 | 41 | 307 | 50 | 60 |
| Binary | 1001001 | 10001011 | 10101010 | 111001 | 10010 | 0 | 100001 | 11000111 | 101000 | 110000 |
Color Harmonies of #498BAA
Complementary color
Monochromatic Colors of #498BAA
Black with #498BAA
Text Example
Text Example
White with #498BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498BAA; }
p { color: rgb(73,139,170); }
H1.HeaderClassName
{
color: #498BAA;
}
.AnyTagClassName
{
color: #498BAA;
}
</style>
background-color css
<style>
a { background-color: #498BAA; }
a { background-color: rgb(73,139,170); }
div.DivClassName
{
background-color: #498BAA;
}
.BgClassName
{
background-color: #498BAA;
}
</style>
border-color css
<style>
span { border-color: #498BAA; }
span { border-color: rgb(73,139,170); }
td.TdClassName
{
border-color: #498BAA;
}
.TagClassName
{
border-color: #498BAA;
}
</style>