Shades of Boston Blue #498DA8
Tints of Boston Blue #498DA8
RGB
CMYK
RGB Variations
Color information
#498DA8 (or 0x498DA8) is known color: Boston Blue. HEX triplet: 49, 8D and A8. RGB value is (73,141,168). Sum of RGB (Red+Green+Blue) = 73+141+168=382 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.11% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 168 (66.02% from 255 or 43.98% from 382); Max value from RGB is 168 - color contains mainly: blue. Hex color #498DA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498DA8 is #B67257. Grayscale: #7B7B7B. Windows color (decimal): -11956824 or 11046217. OLE color: 11046217.
HSL color Cylindrical-coordinate representation of color #498DA8: hue angle of 197.05º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #498DA8 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 73 | 141 | 168 | - |
| CMYK | 0.57 | 0.16 | 0 | 0.34 |
| HSL | 197.05º | 0.39% | 0.47% | - |
| HSV(B) | 197.05º | 0.57% | 0.66% | - |
| XYZ | 19.34 | 23.29 | 40.52 | - |
| YUV | 123.75 | 152.97 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 141 | 168 | 0.57 | 0.16 | 0 | 0.34 | 197.05 | 0.39 | 0.47 |
| Hex | 49 | 8D | A8 | 39 | 10 | 0 | 22 | C5 | 27 | 2F |
| Octal | 111 | 215 | 250 | 71 | 20 | 0 | 42 | 305 | 47 | 57 |
| Binary | 1001001 | 10001101 | 10101000 | 111001 | 10000 | 0 | 100010 | 11000101 | 100111 | 101111 |
Color Harmonies of #498DA8
Complementary color
Monochromatic Colors of #498DA8
Black with #498DA8
Text Example
Text Example
White with #498DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498DA8; }
p { color: rgb(73,141,168); }
H1.HeaderClassName
{
color: #498DA8;
}
.AnyTagClassName
{
color: #498DA8;
}
</style>
background-color css
<style>
a { background-color: #498DA8; }
a { background-color: rgb(73,141,168); }
div.DivClassName
{
background-color: #498DA8;
}
.BgClassName
{
background-color: #498DA8;
}
</style>
border-color css
<style>
span { border-color: #498DA8; }
span { border-color: rgb(73,141,168); }
td.TdClassName
{
border-color: #498DA8;
}
.TagClassName
{
border-color: #498DA8;
}
</style>