Shades of Boston Blue #498DAC
Tints of Boston Blue #498DAC
RGB
CMYK
RGB Variations
Color information
#498DAC (or 0x498DAC) is known color: Boston Blue. HEX triplet: 49, 8D and AC. RGB value is (73,141,172). Sum of RGB (Red+Green+Blue) = 73+141+172=386 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.91% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #498DAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498DAC is #B67253. Grayscale: #7C7C7C. Windows color (decimal): -11956820 or 11308361. OLE color: 11308361.
HSL color Cylindrical-coordinate representation of color #498DAC: hue angle of 198.79º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #498DAC is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 141 | 172 | - |
| CMYK | 0.58 | 0.18 | 0 | 0.33 |
| HSL | 198.79º | 0.4% | 0.48% | - |
| HSV(B) | 198.79º | 0.58% | 0.67% | - |
| XYZ | 19.72 | 23.44 | 42.52 | - |
| YUV | 124.2 | 154.97 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 141 | 172 | 0.58 | 0.18 | 0 | 0.33 | 198.79 | 0.4 | 0.48 |
| Hex | 49 | 8D | AC | 3A | 12 | 0 | 21 | C7 | 28 | 30 |
| Octal | 111 | 215 | 254 | 72 | 22 | 0 | 41 | 307 | 50 | 60 |
| Binary | 1001001 | 10001101 | 10101100 | 111010 | 10010 | 0 | 100001 | 11000111 | 101000 | 110000 |
Color Harmonies of #498DAC
Complementary color
Monochromatic Colors of #498DAC
Black with #498DAC
Text Example
Text Example
White with #498DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498DAC; }
p { color: rgb(73,141,172); }
H1.HeaderClassName
{
color: #498DAC;
}
.AnyTagClassName
{
color: #498DAC;
}
</style>
background-color css
<style>
a { background-color: #498DAC; }
a { background-color: rgb(73,141,172); }
div.DivClassName
{
background-color: #498DAC;
}
.BgClassName
{
background-color: #498DAC;
}
</style>
border-color css
<style>
span { border-color: #498DAC; }
span { border-color: rgb(73,141,172); }
td.TdClassName
{
border-color: #498DAC;
}
.TagClassName
{
border-color: #498DAC;
}
</style>