Shades of Boston Blue #499AAF
Tints of Boston Blue #499AAF
RGB
CMYK
RGB Variations
Color information
#499AAF (or 0x499AAF) is known color: Boston Blue. HEX triplet: 49, 9A and AF. RGB value is (73,154,175). Sum of RGB (Red+Green+Blue) = 73+154+175=402 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.16% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 175 - color contains mainly: blue. Hex color #499AAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499AAF is #B66550. Grayscale: #848484. Windows color (decimal): -11953489 or 11508297. OLE color: 11508297.
HSL color Cylindrical-coordinate representation of color #499AAF: hue angle of 192.35º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #499AAF is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 154 | 175 | - |
| CMYK | 0.58 | 0.12 | 0 | 0.31 |
| HSL | 192.35º | 0.41% | 0.49% | - |
| HSV(B) | 192.35º | 0.58% | 0.69% | - |
| XYZ | 22.04 | 27.62 | 44.73 | - |
| YUV | 132.18 | 152.16 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 154 | 175 | 0.58 | 0.12 | 0 | 0.31 | 192.35 | 0.41 | 0.49 |
| Hex | 49 | 9A | AF | 3A | C | 0 | 1F | C0 | 29 | 31 |
| Octal | 111 | 232 | 257 | 72 | 14 | 0 | 37 | 300 | 51 | 61 |
| Binary | 1001001 | 10011010 | 10101111 | 111010 | 1100 | 0 | 11111 | 11000000 | 101001 | 110001 |
Color Harmonies of #499AAF
Complementary color
Monochromatic Colors of #499AAF
Black with #499AAF
Text Example
Text Example
White with #499AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499AAF; }
p { color: rgb(73,154,175); }
H1.HeaderClassName
{
color: #499AAF;
}
.AnyTagClassName
{
color: #499AAF;
}
</style>
background-color css
<style>
a { background-color: #499AAF; }
a { background-color: rgb(73,154,175); }
div.DivClassName
{
background-color: #499AAF;
}
.BgClassName
{
background-color: #499AAF;
}
</style>
border-color css
<style>
span { border-color: #499AAF; }
span { border-color: rgb(73,154,175); }
td.TdClassName
{
border-color: #499AAF;
}
.TagClassName
{
border-color: #499AAF;
}
</style>