Shades of Boston Blue #498FAF
Tints of Boston Blue #498FAF
RGB
CMYK
RGB Variations
Color information
#498FAF (or 0x498FAF) is known color: Boston Blue. HEX triplet: 49, 8F and AF. RGB value is (73,143,175). Sum of RGB (Red+Green+Blue) = 73+143+175=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 175 - color contains mainly: blue. Hex color #498FAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498FAF is #B67050. Grayscale: #7D7D7D. Windows color (decimal): -11956305 or 11505481. OLE color: 11505481.
HSL color Cylindrical-coordinate representation of color #498FAF: hue angle of 198.82º 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 #498FAF is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 143 | 175 | - |
| CMYK | 0.58 | 0.18 | 0 | 0.31 |
| HSL | 198.82º | 0.41% | 0.49% | - |
| HSV(B) | 198.82º | 0.58% | 0.69% | - |
| XYZ | 20.31 | 24.16 | 44.15 | - |
| YUV | 125.72 | 155.81 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 143 | 175 | 0.58 | 0.18 | 0 | 0.31 | 198.82 | 0.41 | 0.49 |
| Hex | 49 | 8F | AF | 3A | 12 | 0 | 1F | C7 | 29 | 31 |
| Octal | 111 | 217 | 257 | 72 | 22 | 0 | 37 | 307 | 51 | 61 |
| Binary | 1001001 | 10001111 | 10101111 | 111010 | 10010 | 0 | 11111 | 11000111 | 101001 | 110001 |
Color Harmonies of #498FAF
Complementary color
Monochromatic Colors of #498FAF
Black with #498FAF
Text Example
Text Example
White with #498FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498FAF; }
p { color: rgb(73,143,175); }
H1.HeaderClassName
{
color: #498FAF;
}
.AnyTagClassName
{
color: #498FAF;
}
</style>
background-color css
<style>
a { background-color: #498FAF; }
a { background-color: rgb(73,143,175); }
div.DivClassName
{
background-color: #498FAF;
}
.BgClassName
{
background-color: #498FAF;
}
</style>
border-color css
<style>
span { border-color: #498FAF; }
span { border-color: rgb(73,143,175); }
td.TdClassName
{
border-color: #498FAF;
}
.TagClassName
{
border-color: #498FAF;
}
</style>