Shades of Boston Blue #4999A7
Tints of Boston Blue #4999A7
RGB
CMYK
RGB Variations
Color information
#4999A7 (or 0x4999A7) is known color: Boston Blue. HEX triplet: 49, 99 and A7. RGB value is (73,153,167). Sum of RGB (Red+Green+Blue) = 73+153+167=393 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.58% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 167 (65.62% from 255 or 42.49% from 393); Max value from RGB is 167 - color contains mainly: blue. Hex color #4999A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4999A7 is #B66658. Grayscale: #828282. Windows color (decimal): -11953753 or 10983753. OLE color: 10983753.
HSL color Cylindrical-coordinate representation of color #4999A7: hue angle of 188.94º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4999A7 is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 73 | 153 | 167 | - |
| CMYK | 0.56 | 0.08 | 0 | 0.35 |
| HSL | 188.94º | 0.39% | 0.47% | - |
| HSV(B) | 188.94º | 0.56% | 0.65% | - |
| XYZ | 21.11 | 26.99 | 40.66 | - |
| YUV | 130.68 | 148.5 | 86.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 153 | 167 | 0.56 | 0.08 | 0 | 0.35 | 188.94 | 0.39 | 0.47 |
| Hex | 49 | 99 | A7 | 38 | 8 | 0 | 23 | BD | 27 | 2F |
| Octal | 111 | 231 | 247 | 70 | 10 | 0 | 43 | 275 | 47 | 57 |
| Binary | 1001001 | 10011001 | 10100111 | 111000 | 1000 | 0 | 100011 | 10111101 | 100111 | 101111 |
Color Harmonies of #4999A7
Complementary color
Monochromatic Colors of #4999A7
Black with #4999A7
Text Example
Text Example
White with #4999A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4999A7; }
p { color: rgb(73,153,167); }
H1.HeaderClassName
{
color: #4999A7;
}
.AnyTagClassName
{
color: #4999A7;
}
</style>
background-color css
<style>
a { background-color: #4999A7; }
a { background-color: rgb(73,153,167); }
div.DivClassName
{
background-color: #4999A7;
}
.BgClassName
{
background-color: #4999A7;
}
</style>
border-color css
<style>
span { border-color: #4999A7; }
span { border-color: rgb(73,153,167); }
td.TdClassName
{
border-color: #4999A7;
}
.TagClassName
{
border-color: #4999A7;
}
</style>