Shades of Boston Blue #499AAC
Tints of Boston Blue #499AAC
RGB
CMYK
RGB Variations
Color information
#499AAC (or 0x499AAC) is known color: Boston Blue. HEX triplet: 49, 9A and AC. RGB value is (73,154,172). Sum of RGB (Red+Green+Blue) = 73+154+172=399 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.30% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #499AAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499AAC is #B66553. Grayscale: #838383. Windows color (decimal): -11953492 or 11311689. OLE color: 11311689.
HSL color Cylindrical-coordinate representation of color #499AAC: hue angle of 190.91º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #499AAC is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 154 | 172 | - |
| CMYK | 0.58 | 0.10 | 0 | 0.33 |
| HSL | 190.91º | 0.4% | 0.48% | - |
| HSV(B) | 190.91º | 0.58% | 0.67% | - |
| XYZ | 21.75 | 27.51 | 43.19 | - |
| YUV | 131.83 | 150.66 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 154 | 172 | 0.58 | 0.10 | 0 | 0.33 | 190.91 | 0.4 | 0.48 |
| Hex | 49 | 9A | AC | 3A | A | 0 | 21 | BF | 28 | 30 |
| Octal | 111 | 232 | 254 | 72 | 12 | 0 | 41 | 277 | 50 | 60 |
| Binary | 1001001 | 10011010 | 10101100 | 111010 | 1010 | 0 | 100001 | 10111111 | 101000 | 110000 |
Color Harmonies of #499AAC
Complementary color
Monochromatic Colors of #499AAC
Black with #499AAC
Text Example
Text Example
White with #499AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499AAC; }
p { color: rgb(73,154,172); }
H1.HeaderClassName
{
color: #499AAC;
}
.AnyTagClassName
{
color: #499AAC;
}
</style>
background-color css
<style>
a { background-color: #499AAC; }
a { background-color: rgb(73,154,172); }
div.DivClassName
{
background-color: #499AAC;
}
.BgClassName
{
background-color: #499AAC;
}
</style>
border-color css
<style>
span { border-color: #499AAC; }
span { border-color: rgb(73,154,172); }
td.TdClassName
{
border-color: #499AAC;
}
.TagClassName
{
border-color: #499AAC;
}
</style>