Shades of Boston Blue #499AB3
Tints of Boston Blue #499AB3
RGB
CMYK
RGB Variations
Color information
#499AB3 (or 0x499AB3) is known color: Boston Blue. HEX triplet: 49, 9A and B3. RGB value is (73,154,179). Sum of RGB (Red+Green+Blue) = 73+154+179=406 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.98% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 179 (70.31% from 255 or 44.09% from 406); Max value from RGB is 179 - color contains mainly: blue. Hex color #499AB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499AB3 is #B6654C. Grayscale: #848484. Windows color (decimal): -11953485 or 11770441. OLE color: 11770441.
HSL color Cylindrical-coordinate representation of color #499AB3: hue angle of 194.15º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #499AB3 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 73 | 154 | 179 | - |
| CMYK | 0.59 | 0.14 | 0 | 0.30 |
| HSL | 194.15º | 0.42% | 0.49% | - |
| HSV(B) | 194.15º | 0.59% | 0.7% | - |
| XYZ | 22.44 | 27.78 | 46.83 | - |
| YUV | 132.63 | 154.16 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 154 | 179 | 0.59 | 0.14 | 0 | 0.30 | 194.15 | 0.42 | 0.49 |
| Hex | 49 | 9A | B3 | 3B | E | 0 | 1E | C2 | 2A | 31 |
| Octal | 111 | 232 | 263 | 73 | 16 | 0 | 36 | 302 | 52 | 61 |
| Binary | 1001001 | 10011010 | 10110011 | 111011 | 1110 | 0 | 11110 | 11000010 | 101010 | 110001 |
Color Harmonies of #499AB3
Complementary color
Monochromatic Colors of #499AB3
Black with #499AB3
Text Example
Text Example
White with #499AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499AB3; }
p { color: rgb(73,154,179); }
H1.HeaderClassName
{
color: #499AB3;
}
.AnyTagClassName
{
color: #499AB3;
}
</style>
background-color css
<style>
a { background-color: #499AB3; }
a { background-color: rgb(73,154,179); }
div.DivClassName
{
background-color: #499AB3;
}
.BgClassName
{
background-color: #499AB3;
}
</style>
border-color css
<style>
span { border-color: #499AB3; }
span { border-color: rgb(73,154,179); }
td.TdClassName
{
border-color: #499AB3;
}
.TagClassName
{
border-color: #499AB3;
}
</style>