Shades of Boston Blue #499AAA
Tints of Boston Blue #499AAA
RGB
CMYK
RGB Variations
Color information
#499AAA (or 0x499AAA) is known color: Boston Blue. HEX triplet: 49, 9A and AA. RGB value is (73,154,170). Sum of RGB (Red+Green+Blue) = 73+154+170=397 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.39% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #499AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499AAA is #B66555. Grayscale: #838383. Windows color (decimal): -11953494 or 11180617. OLE color: 11180617.
HSL color Cylindrical-coordinate representation of color #499AAA: hue angle of 189.9º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #499AAA is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 154 | 170 | - |
| CMYK | 0.57 | 0.09 | 0 | 0.33 |
| HSL | 189.9º | 0.4% | 0.48% | - |
| HSV(B) | 189.9º | 0.57% | 0.67% | - |
| XYZ | 21.56 | 27.43 | 42.19 | - |
| YUV | 131.61 | 149.66 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 154 | 170 | 0.57 | 0.09 | 0 | 0.33 | 189.9 | 0.4 | 0.48 |
| Hex | 49 | 9A | AA | 39 | 9 | 0 | 21 | BE | 28 | 30 |
| Octal | 111 | 232 | 252 | 71 | 11 | 0 | 41 | 276 | 50 | 60 |
| Binary | 1001001 | 10011010 | 10101010 | 111001 | 1001 | 0 | 100001 | 10111110 | 101000 | 110000 |
Color Harmonies of #499AAA
Complementary color
Monochromatic Colors of #499AAA
Black with #499AAA
Text Example
Text Example
White with #499AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499AAA; }
p { color: rgb(73,154,170); }
H1.HeaderClassName
{
color: #499AAA;
}
.AnyTagClassName
{
color: #499AAA;
}
</style>
background-color css
<style>
a { background-color: #499AAA; }
a { background-color: rgb(73,154,170); }
div.DivClassName
{
background-color: #499AAA;
}
.BgClassName
{
background-color: #499AAA;
}
</style>
border-color css
<style>
span { border-color: #499AAA; }
span { border-color: rgb(73,154,170); }
td.TdClassName
{
border-color: #499AAA;
}
.TagClassName
{
border-color: #499AAA;
}
</style>