Shades of Boston Blue #499BAE
Tints of Boston Blue #499BAE
RGB
CMYK
RGB Variations
Color information
#499BAE (or 0x499BAE) is known color: Boston Blue. HEX triplet: 49, 9B and AE. RGB value is (73,155,174). Sum of RGB (Red+Green+Blue) = 73+155+174=402 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.16% from 402); Green value is 155 (60.94% from 255 or 38.56% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 174 - color contains mainly: blue. Hex color #499BAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499BAE is #B66451. Grayscale: #848484. Windows color (decimal): -11953234 or 11443017. OLE color: 11443017.
HSL color Cylindrical-coordinate representation of color #499BAE: hue angle of 191.29º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #499BAE is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 155 | 174 | - |
| CMYK | 0.58 | 0.11 | 0 | 0.32 |
| HSL | 191.29º | 0.41% | 0.48% | - |
| HSV(B) | 191.29º | 0.58% | 0.68% | - |
| XYZ | 22.11 | 27.92 | 44.27 | - |
| YUV | 132.65 | 151.33 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 155 | 174 | 0.58 | 0.11 | 0 | 0.32 | 191.29 | 0.41 | 0.48 |
| Hex | 49 | 9B | AE | 3A | B | 0 | 20 | BF | 29 | 30 |
| Octal | 111 | 233 | 256 | 72 | 13 | 0 | 40 | 277 | 51 | 60 |
| Binary | 1001001 | 10011011 | 10101110 | 111010 | 1011 | 0 | 100000 | 10111111 | 101001 | 110000 |
Color Harmonies of #499BAE
Complementary color
Monochromatic Colors of #499BAE
Black with #499BAE
Text Example
Text Example
White with #499BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499BAE; }
p { color: rgb(73,155,174); }
H1.HeaderClassName
{
color: #499BAE;
}
.AnyTagClassName
{
color: #499BAE;
}
</style>
background-color css
<style>
a { background-color: #499BAE; }
a { background-color: rgb(73,155,174); }
div.DivClassName
{
background-color: #499BAE;
}
.BgClassName
{
background-color: #499BAE;
}
</style>
border-color css
<style>
span { border-color: #499BAE; }
span { border-color: rgb(73,155,174); }
td.TdClassName
{
border-color: #499BAE;
}
.TagClassName
{
border-color: #499BAE;
}
</style>