Shades of Boston Blue #498DA4
Tints of Boston Blue #498DA4
RGB
CMYK
RGB Variations
Color information
#498DA4 (or 0x498DA4) is known color: Boston Blue. HEX triplet: 49, 8D and A4. RGB value is (73,141,164). Sum of RGB (Red+Green+Blue) = 73+141+164=378 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.31% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 164 (64.45% from 255 or 43.39% from 378); Max value from RGB is 164 - color contains mainly: blue. Hex color #498DA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498DA4 is #B6725B. Grayscale: #7B7B7B. Windows color (decimal): -11956828 or 10784073. OLE color: 10784073.
HSL color Cylindrical-coordinate representation of color #498DA4: hue angle of 195.16º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #498DA4 is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 141 | 164 | - |
| CMYK | 0.55 | 0.14 | 0 | 0.36 |
| HSL | 195.16º | 0.38% | 0.46% | - |
| HSV(B) | 195.16º | 0.55% | 0.64% | - |
| XYZ | 18.97 | 23.15 | 38.59 | - |
| YUV | 123.29 | 150.97 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 141 | 164 | 0.55 | 0.14 | 0 | 0.36 | 195.16 | 0.38 | 0.46 |
| Hex | 49 | 8D | A4 | 37 | E | 0 | 24 | C3 | 26 | 2E |
| Octal | 111 | 215 | 244 | 67 | 16 | 0 | 44 | 303 | 46 | 56 |
| Binary | 1001001 | 10001101 | 10100100 | 110111 | 1110 | 0 | 100100 | 11000011 | 100110 | 101110 |
Color Harmonies of #498DA4
Complementary color
Monochromatic Colors of #498DA4
Black with #498DA4
Text Example
Text Example
White with #498DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498DA4; }
p { color: rgb(73,141,164); }
H1.HeaderClassName
{
color: #498DA4;
}
.AnyTagClassName
{
color: #498DA4;
}
</style>
background-color css
<style>
a { background-color: #498DA4; }
a { background-color: rgb(73,141,164); }
div.DivClassName
{
background-color: #498DA4;
}
.BgClassName
{
background-color: #498DA4;
}
</style>
border-color css
<style>
span { border-color: #498DA4; }
span { border-color: rgb(73,141,164); }
td.TdClassName
{
border-color: #498DA4;
}
.TagClassName
{
border-color: #498DA4;
}
</style>