Shades of Boston Blue #498FB6
Tints of Boston Blue #498FB6
RGB
CMYK
RGB Variations
Color information
#498FB6 (or 0x498FB6) is known color: Boston Blue. HEX triplet: 49, 8F and B6. RGB value is (73,143,182). Sum of RGB (Red+Green+Blue) = 73+143+182=398 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.34% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 182 (71.48% from 255 or 45.73% from 398); Max value from RGB is 182 - color contains mainly: blue. Hex color #498FB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498FB6 is #B67049. Grayscale: #7E7E7E. Windows color (decimal): -11956298 or 11964233. OLE color: 11964233.
HSL color Cylindrical-coordinate representation of color #498FB6: hue angle of 201.47º 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 #498FB6 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 143 | 182 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.29 |
| HSL | 201.47º | 0.43% | 0.5% | - |
| HSV(B) | 201.47º | 0.6% | 0.71% | - |
| XYZ | 21.01 | 24.44 | 47.87 | - |
| YUV | 126.52 | 159.31 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 143 | 182 | 0.60 | 0.21 | 0 | 0.29 | 201.47 | 0.43 | 0.5 |
| Hex | 49 | 8F | B6 | 3C | 15 | 0 | 1D | C9 | 2B | 32 |
| Octal | 111 | 217 | 266 | 74 | 25 | 0 | 35 | 311 | 53 | 62 |
| Binary | 1001001 | 10001111 | 10110110 | 111100 | 10101 | 0 | 11101 | 11001001 | 101011 | 110010 |
Color Harmonies of #498FB6
Complementary color
Monochromatic Colors of #498FB6
Black with #498FB6
Text Example
Text Example
White with #498FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498FB6; }
p { color: rgb(73,143,182); }
H1.HeaderClassName
{
color: #498FB6;
}
.AnyTagClassName
{
color: #498FB6;
}
</style>
background-color css
<style>
a { background-color: #498FB6; }
a { background-color: rgb(73,143,182); }
div.DivClassName
{
background-color: #498FB6;
}
.BgClassName
{
background-color: #498FB6;
}
</style>
border-color css
<style>
span { border-color: #498FB6; }
span { border-color: rgb(73,143,182); }
td.TdClassName
{
border-color: #498FB6;
}
.TagClassName
{
border-color: #498FB6;
}
</style>