Shades of Boston Blue #498DB5
Tints of Boston Blue #498DB5
RGB
CMYK
RGB Variations
Color information
#498DB5 (or 0x498DB5) is known color: Boston Blue. HEX triplet: 49, 8D and B5. RGB value is (73,141,181). Sum of RGB (Red+Green+Blue) = 73+141+181=395 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.48% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 181 (71.09% from 255 or 45.82% from 395); Max value from RGB is 181 - color contains mainly: blue. Hex color #498DB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498DB5 is #B6724A. Grayscale: #7D7D7D. Windows color (decimal): -11956811 or 11898185. OLE color: 11898185.
HSL color Cylindrical-coordinate representation of color #498DB5: hue angle of 202.22º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #498DB5 is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 141 | 181 | - |
| CMYK | 0.60 | 0.22 | 0 | 0.29 |
| HSL | 202.22º | 0.43% | 0.5% | - |
| HSV(B) | 202.22º | 0.6% | 0.71% | - |
| XYZ | 20.61 | 23.8 | 47.22 | - |
| YUV | 125.23 | 159.47 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 141 | 181 | 0.60 | 0.22 | 0 | 0.29 | 202.22 | 0.43 | 0.5 |
| Hex | 49 | 8D | B5 | 3C | 16 | 0 | 1D | CA | 2B | 32 |
| Octal | 111 | 215 | 265 | 74 | 26 | 0 | 35 | 312 | 53 | 62 |
| Binary | 1001001 | 10001101 | 10110101 | 111100 | 10110 | 0 | 11101 | 11001010 | 101011 | 110010 |
Color Harmonies of #498DB5
Complementary color
Monochromatic Colors of #498DB5
Black with #498DB5
Text Example
Text Example
White with #498DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498DB5; }
p { color: rgb(73,141,181); }
H1.HeaderClassName
{
color: #498DB5;
}
.AnyTagClassName
{
color: #498DB5;
}
</style>
background-color css
<style>
a { background-color: #498DB5; }
a { background-color: rgb(73,141,181); }
div.DivClassName
{
background-color: #498DB5;
}
.BgClassName
{
background-color: #498DB5;
}
</style>
border-color css
<style>
span { border-color: #498DB5; }
span { border-color: rgb(73,141,181); }
td.TdClassName
{
border-color: #498DB5;
}
.TagClassName
{
border-color: #498DB5;
}
</style>