Shades of Boston Blue #4990AE
Tints of Boston Blue #4990AE
RGB
CMYK
RGB Variations
Color information
#4990AE (or 0x4990AE) is known color: Boston Blue. HEX triplet: 49, 90 and AE. RGB value is (73,144,174). Sum of RGB (Red+Green+Blue) = 73+144+174=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 174 - color contains mainly: blue. Hex color #4990AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4990AE is #B66F51. Grayscale: #7D7D7D. Windows color (decimal): -11956050 or 11440201. OLE color: 11440201.
HSL color Cylindrical-coordinate representation of color #4990AE: hue angle of 197.82º 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 #4990AE is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 144 | 174 | - |
| CMYK | 0.58 | 0.17 | 0 | 0.32 |
| HSL | 197.82º | 0.41% | 0.48% | - |
| HSV(B) | 197.82º | 0.58% | 0.68% | - |
| XYZ | 20.36 | 24.42 | 43.68 | - |
| YUV | 126.19 | 154.98 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 144 | 174 | 0.58 | 0.17 | 0 | 0.32 | 197.82 | 0.41 | 0.48 |
| Hex | 49 | 90 | AE | 3A | 11 | 0 | 20 | C6 | 29 | 30 |
| Octal | 111 | 220 | 256 | 72 | 21 | 0 | 40 | 306 | 51 | 60 |
| Binary | 1001001 | 10010000 | 10101110 | 111010 | 10001 | 0 | 100000 | 11000110 | 101001 | 110000 |
Color Harmonies of #4990AE
Complementary color
Monochromatic Colors of #4990AE
Black with #4990AE
Text Example
Text Example
White with #4990AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4990AE; }
p { color: rgb(73,144,174); }
H1.HeaderClassName
{
color: #4990AE;
}
.AnyTagClassName
{
color: #4990AE;
}
</style>
background-color css
<style>
a { background-color: #4990AE; }
a { background-color: rgb(73,144,174); }
div.DivClassName
{
background-color: #4990AE;
}
.BgClassName
{
background-color: #4990AE;
}
</style>
border-color css
<style>
span { border-color: #4990AE; }
span { border-color: rgb(73,144,174); }
td.TdClassName
{
border-color: #4990AE;
}
.TagClassName
{
border-color: #4990AE;
}
</style>