Shades of Boston Blue #498DAF
Tints of Boston Blue #498DAF
RGB
CMYK
RGB Variations
Color information
#498DAF (or 0x498DAF) is known color: Boston Blue. HEX triplet: 49, 8D and AF. RGB value is (73,141,175). Sum of RGB (Red+Green+Blue) = 73+141+175=389 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.77% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #498DAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498DAF is #B67250. Grayscale: #7C7C7C. Windows color (decimal): -11956817 or 11504969. OLE color: 11504969.
HSL color Cylindrical-coordinate representation of color #498DAF: hue angle of 200º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #498DAF is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 141 | 175 | - |
| CMYK | 0.58 | 0.19 | 0 | 0.31 |
| HSL | 200º | 0.41% | 0.49% | - |
| HSV(B) | 200º | 0.58% | 0.69% | - |
| XYZ | 20.01 | 23.56 | 44.05 | - |
| YUV | 124.54 | 156.47 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 141 | 175 | 0.58 | 0.19 | 0 | 0.31 | 200 | 0.41 | 0.49 |
| Hex | 49 | 8D | AF | 3A | 13 | 0 | 1F | C8 | 29 | 31 |
| Octal | 111 | 215 | 257 | 72 | 23 | 0 | 37 | 310 | 51 | 61 |
| Binary | 1001001 | 10001101 | 10101111 | 111010 | 10011 | 0 | 11111 | 11001000 | 101001 | 110001 |
Color Harmonies of #498DAF
Complementary color
Monochromatic Colors of #498DAF
Black with #498DAF
Text Example
Text Example
White with #498DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498DAF; }
p { color: rgb(73,141,175); }
H1.HeaderClassName
{
color: #498DAF;
}
.AnyTagClassName
{
color: #498DAF;
}
</style>
background-color css
<style>
a { background-color: #498DAF; }
a { background-color: rgb(73,141,175); }
div.DivClassName
{
background-color: #498DAF;
}
.BgClassName
{
background-color: #498DAF;
}
</style>
border-color css
<style>
span { border-color: #498DAF; }
span { border-color: rgb(73,141,175); }
td.TdClassName
{
border-color: #498DAF;
}
.TagClassName
{
border-color: #498DAF;
}
</style>