Shades of Boston Blue #498FAC
Tints of Boston Blue #498FAC
RGB
CMYK
RGB Variations
Color information
#498FAC (or 0x498FAC) is known color: Boston Blue. HEX triplet: 49, 8F and AC. RGB value is (73,143,172). Sum of RGB (Red+Green+Blue) = 73+143+172=388 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.81% from 388); Green value is 143 (56.25% from 255 or 36.86% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 172 - color contains mainly: blue. Hex color #498FAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498FAC is #B67053. Grayscale: #7D7D7D. Windows color (decimal): -11956308 or 11308873. OLE color: 11308873.
HSL color Cylindrical-coordinate representation of color #498FAC: hue angle of 197.58º 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 #498FAC is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 143 | 172 | - |
| CMYK | 0.58 | 0.17 | 0 | 0.33 |
| HSL | 197.58º | 0.4% | 0.48% | - |
| HSV(B) | 197.58º | 0.58% | 0.67% | - |
| XYZ | 20.02 | 24.04 | 42.61 | - |
| YUV | 125.38 | 154.31 | 90.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 143 | 172 | 0.58 | 0.17 | 0 | 0.33 | 197.58 | 0.4 | 0.48 |
| Hex | 49 | 8F | AC | 3A | 11 | 0 | 21 | C6 | 28 | 30 |
| Octal | 111 | 217 | 254 | 72 | 21 | 0 | 41 | 306 | 50 | 60 |
| Binary | 1001001 | 10001111 | 10101100 | 111010 | 10001 | 0 | 100001 | 11000110 | 101000 | 110000 |
Color Harmonies of #498FAC
Complementary color
Monochromatic Colors of #498FAC
Black with #498FAC
Text Example
Text Example
White with #498FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498FAC; }
p { color: rgb(73,143,172); }
H1.HeaderClassName
{
color: #498FAC;
}
.AnyTagClassName
{
color: #498FAC;
}
</style>
background-color css
<style>
a { background-color: #498FAC; }
a { background-color: rgb(73,143,172); }
div.DivClassName
{
background-color: #498FAC;
}
.BgClassName
{
background-color: #498FAC;
}
</style>
border-color css
<style>
span { border-color: #498FAC; }
span { border-color: rgb(73,143,172); }
td.TdClassName
{
border-color: #498FAC;
}
.TagClassName
{
border-color: #498FAC;
}
</style>