Shades of Boston Blue #498BAD
Tints of Boston Blue #498BAD
RGB
CMYK
RGB Variations
Color information
#498BAD (or 0x498BAD) is known color: Boston Blue. HEX triplet: 49, 8B and AD. RGB value is (73,139,173). Sum of RGB (Red+Green+Blue) = 73+139+173=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 173 - color contains mainly: blue. Hex color #498BAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498BAD is #B67452. Grayscale: #7A7A7A. Windows color (decimal): -11957331 or 11373385. OLE color: 11373385.
HSL color Cylindrical-coordinate representation of color #498BAD: hue angle of 200.4º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #498BAD is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 139 | 173 | - |
| CMYK | 0.58 | 0.20 | 0 | 0.32 |
| HSL | 200.4º | 0.41% | 0.48% | - |
| HSV(B) | 200.4º | 0.58% | 0.68% | - |
| XYZ | 19.52 | 22.9 | 42.93 | - |
| YUV | 123.14 | 156.13 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 139 | 173 | 0.58 | 0.20 | 0 | 0.32 | 200.4 | 0.41 | 0.48 |
| Hex | 49 | 8B | AD | 3A | 14 | 0 | 20 | C8 | 29 | 30 |
| Octal | 111 | 213 | 255 | 72 | 24 | 0 | 40 | 310 | 51 | 60 |
| Binary | 1001001 | 10001011 | 10101101 | 111010 | 10100 | 0 | 100000 | 11001000 | 101001 | 110000 |
Color Harmonies of #498BAD
Complementary color
Monochromatic Colors of #498BAD
Black with #498BAD
Text Example
Text Example
White with #498BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498BAD; }
p { color: rgb(73,139,173); }
H1.HeaderClassName
{
color: #498BAD;
}
.AnyTagClassName
{
color: #498BAD;
}
</style>
background-color css
<style>
a { background-color: #498BAD; }
a { background-color: rgb(73,139,173); }
div.DivClassName
{
background-color: #498BAD;
}
.BgClassName
{
background-color: #498BAD;
}
</style>
border-color css
<style>
span { border-color: #498BAD; }
span { border-color: rgb(73,139,173); }
td.TdClassName
{
border-color: #498BAD;
}
.TagClassName
{
border-color: #498BAD;
}
</style>