Shades of Boston Blue #499CBA
Tints of Boston Blue #499CBA
RGB
CMYK
RGB Variations
Color information
#499CBA (or 0x499CBA) is known color: Boston Blue. HEX triplet: 49, 9C and BA. RGB value is (73,156,186). Sum of RGB (Red+Green+Blue) = 73+156+186=415 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.59% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #499CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499CBA is #B66345. Grayscale: #868686. Windows color (decimal): -11952966 or 12229705. OLE color: 12229705.
HSL color Cylindrical-coordinate representation of color #499CBA: hue angle of 195.93º 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 #499CBA is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 156 | 186 | - |
| CMYK | 0.61 | 0.16 | 0 | 0.27 |
| HSL | 195.93º | 0.45% | 0.51% | - |
| HSV(B) | 195.93º | 0.61% | 0.73% | - |
| XYZ | 23.5 | 28.74 | 50.76 | - |
| YUV | 134.6 | 157 | 84.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 156 | 186 | 0.61 | 0.16 | 0 | 0.27 | 195.93 | 0.45 | 0.51 |
| Hex | 49 | 9C | BA | 3D | 10 | 0 | 1B | C4 | 2D | 33 |
| Octal | 111 | 234 | 272 | 75 | 20 | 0 | 33 | 304 | 55 | 63 |
| Binary | 1001001 | 10011100 | 10111010 | 111101 | 10000 | 0 | 11011 | 11000100 | 101101 | 110011 |
Color Harmonies of #499CBA
Complementary color
Monochromatic Colors of #499CBA
Black with #499CBA
Text Example
Text Example
White with #499CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499CBA; }
p { color: rgb(73,156,186); }
H1.HeaderClassName
{
color: #499CBA;
}
.AnyTagClassName
{
color: #499CBA;
}
</style>
background-color css
<style>
a { background-color: #499CBA; }
a { background-color: rgb(73,156,186); }
div.DivClassName
{
background-color: #499CBA;
}
.BgClassName
{
background-color: #499CBA;
}
</style>
border-color css
<style>
span { border-color: #499CBA; }
span { border-color: rgb(73,156,186); }
td.TdClassName
{
border-color: #499CBA;
}
.TagClassName
{
border-color: #499CBA;
}
</style>