Shades of Boston Blue #499DBA
Tints of Boston Blue #499DBA
RGB
CMYK
RGB Variations
Color information
#499DBA (or 0x499DBA) is known color: Boston Blue. HEX triplet: 49, 9D and BA. RGB value is (73,157,186). Sum of RGB (Red+Green+Blue) = 73+157+186=416 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.55% from 416); Green value is 157 (61.72% from 255 or 37.74% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #499DBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499DBA is #B66245. Grayscale: #868686. Windows color (decimal): -11952710 or 12229961. OLE color: 12229961.
HSL color Cylindrical-coordinate representation of color #499DBA: hue angle of 195.4º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #499DBA is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 157 | 186 | - |
| CMYK | 0.61 | 0.16 | 0 | 0.27 |
| HSL | 195.4º | 0.45% | 0.51% | - |
| HSV(B) | 195.4º | 0.61% | 0.73% | - |
| XYZ | 23.67 | 29.08 | 50.82 | - |
| YUV | 135.19 | 156.67 | 83.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 157 | 186 | 0.61 | 0.16 | 0 | 0.27 | 195.4 | 0.45 | 0.51 |
| Hex | 49 | 9D | BA | 3D | 10 | 0 | 1B | C3 | 2D | 33 |
| Octal | 111 | 235 | 272 | 75 | 20 | 0 | 33 | 303 | 55 | 63 |
| Binary | 1001001 | 10011101 | 10111010 | 111101 | 10000 | 0 | 11011 | 11000011 | 101101 | 110011 |
Color Harmonies of #499DBA
Complementary color
Monochromatic Colors of #499DBA
Black with #499DBA
Text Example
Text Example
White with #499DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499DBA; }
p { color: rgb(73,157,186); }
H1.HeaderClassName
{
color: #499DBA;
}
.AnyTagClassName
{
color: #499DBA;
}
</style>
background-color css
<style>
a { background-color: #499DBA; }
a { background-color: rgb(73,157,186); }
div.DivClassName
{
background-color: #499DBA;
}
.BgClassName
{
background-color: #499DBA;
}
</style>
border-color css
<style>
span { border-color: #499DBA; }
span { border-color: rgb(73,157,186); }
td.TdClassName
{
border-color: #499DBA;
}
.TagClassName
{
border-color: #499DBA;
}
</style>