Shades of Boston Blue #4999AE
Tints of Boston Blue #4999AE
RGB
CMYK
RGB Variations
Color information
#4999AE (or 0x4999AE) is known color: Boston Blue. HEX triplet: 49, 99 and AE. RGB value is (73,153,174). Sum of RGB (Red+Green+Blue) = 73+153+174=400 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.25% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 174 - color contains mainly: blue. Hex color #4999AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4999AE is #B66651. Grayscale: #838383. Windows color (decimal): -11953746 or 11442505. OLE color: 11442505.
HSL color Cylindrical-coordinate representation of color #4999AE: hue angle of 192.48º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4999AE is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 153 | 174 | - |
| CMYK | 0.58 | 0.12 | 0 | 0.32 |
| HSL | 192.48º | 0.41% | 0.48% | - |
| HSV(B) | 192.48º | 0.58% | 0.68% | - |
| XYZ | 21.78 | 27.25 | 44.16 | - |
| YUV | 131.47 | 152 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 153 | 174 | 0.58 | 0.12 | 0 | 0.32 | 192.48 | 0.41 | 0.48 |
| Hex | 49 | 99 | AE | 3A | C | 0 | 20 | C0 | 29 | 30 |
| Octal | 111 | 231 | 256 | 72 | 14 | 0 | 40 | 300 | 51 | 60 |
| Binary | 1001001 | 10011001 | 10101110 | 111010 | 1100 | 0 | 100000 | 11000000 | 101001 | 110000 |
Color Harmonies of #4999AE
Complementary color
Monochromatic Colors of #4999AE
Black with #4999AE
Text Example
Text Example
White with #4999AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4999AE; }
p { color: rgb(73,153,174); }
H1.HeaderClassName
{
color: #4999AE;
}
.AnyTagClassName
{
color: #4999AE;
}
</style>
background-color css
<style>
a { background-color: #4999AE; }
a { background-color: rgb(73,153,174); }
div.DivClassName
{
background-color: #4999AE;
}
.BgClassName
{
background-color: #4999AE;
}
</style>
border-color css
<style>
span { border-color: #4999AE; }
span { border-color: rgb(73,153,174); }
td.TdClassName
{
border-color: #4999AE;
}
.TagClassName
{
border-color: #4999AE;
}
</style>