Shades of Boston Blue #498CB0
Tints of Boston Blue #498CB0
RGB
CMYK
RGB Variations
Color information
#498CB0 (or 0x498CB0) is known color: Boston Blue. HEX triplet: 49, 8C and B0. RGB value is (73,140,176). Sum of RGB (Red+Green+Blue) = 73+140+176=389 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.77% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 176 (69.14% from 255 or 45.24% from 389); Max value from RGB is 176 - color contains mainly: blue. Hex color #498CB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498CB0 is #B6734F. Grayscale: #7B7B7B. Windows color (decimal): -11957072 or 11570249. OLE color: 11570249.
HSL color Cylindrical-coordinate representation of color #498CB0: hue angle of 200.97º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #498CB0 is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 140 | 176 | - |
| CMYK | 0.59 | 0.20 | 0 | 0.31 |
| HSL | 200.97º | 0.41% | 0.49% | - |
| HSV(B) | 200.97º | 0.59% | 0.69% | - |
| XYZ | 19.96 | 23.31 | 44.52 | - |
| YUV | 124.07 | 157.3 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 140 | 176 | 0.59 | 0.20 | 0 | 0.31 | 200.97 | 0.41 | 0.49 |
| Hex | 49 | 8C | B0 | 3B | 14 | 0 | 1F | C9 | 29 | 31 |
| Octal | 111 | 214 | 260 | 73 | 24 | 0 | 37 | 311 | 51 | 61 |
| Binary | 1001001 | 10001100 | 10110000 | 111011 | 10100 | 0 | 11111 | 11001001 | 101001 | 110001 |
Color Harmonies of #498CB0
Complementary color
Monochromatic Colors of #498CB0
Black with #498CB0
Text Example
Text Example
White with #498CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498CB0; }
p { color: rgb(73,140,176); }
H1.HeaderClassName
{
color: #498CB0;
}
.AnyTagClassName
{
color: #498CB0;
}
</style>
background-color css
<style>
a { background-color: #498CB0; }
a { background-color: rgb(73,140,176); }
div.DivClassName
{
background-color: #498CB0;
}
.BgClassName
{
background-color: #498CB0;
}
</style>
border-color css
<style>
span { border-color: #498CB0; }
span { border-color: rgb(73,140,176); }
td.TdClassName
{
border-color: #498CB0;
}
.TagClassName
{
border-color: #498CB0;
}
</style>