Shades of Boston Blue #498DA6
Tints of Boston Blue #498DA6
RGB
CMYK
RGB Variations
Color information
#498DA6 (or 0x498DA6) is known color: Boston Blue. HEX triplet: 49, 8D and A6. RGB value is (73,141,166). Sum of RGB (Red+Green+Blue) = 73+141+166=380 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.21% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 166 (65.23% from 255 or 43.68% from 380); Max value from RGB is 166 - color contains mainly: blue. Hex color #498DA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498DA6 is #B67259. Grayscale: #7B7B7B. Windows color (decimal): -11956826 or 10915145. OLE color: 10915145.
HSL color Cylindrical-coordinate representation of color #498DA6: hue angle of 196.13º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #498DA6 is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 73 | 141 | 166 | - |
| CMYK | 0.56 | 0.15 | 0 | 0.35 |
| HSL | 196.13º | 0.39% | 0.47% | - |
| HSV(B) | 196.13º | 0.56% | 0.65% | - |
| XYZ | 19.16 | 23.22 | 39.55 | - |
| YUV | 123.52 | 151.97 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 141 | 166 | 0.56 | 0.15 | 0 | 0.35 | 196.13 | 0.39 | 0.47 |
| Hex | 49 | 8D | A6 | 38 | F | 0 | 23 | C4 | 27 | 2F |
| Octal | 111 | 215 | 246 | 70 | 17 | 0 | 43 | 304 | 47 | 57 |
| Binary | 1001001 | 10001101 | 10100110 | 111000 | 1111 | 0 | 100011 | 11000100 | 100111 | 101111 |
Color Harmonies of #498DA6
Complementary color
Monochromatic Colors of #498DA6
Black with #498DA6
Text Example
Text Example
White with #498DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498DA6; }
p { color: rgb(73,141,166); }
H1.HeaderClassName
{
color: #498DA6;
}
.AnyTagClassName
{
color: #498DA6;
}
</style>
background-color css
<style>
a { background-color: #498DA6; }
a { background-color: rgb(73,141,166); }
div.DivClassName
{
background-color: #498DA6;
}
.BgClassName
{
background-color: #498DA6;
}
</style>
border-color css
<style>
span { border-color: #498DA6; }
span { border-color: rgb(73,141,166); }
td.TdClassName
{
border-color: #498DA6;
}
.TagClassName
{
border-color: #498DA6;
}
</style>