Shades of Boston Blue #4997AA
Tints of Boston Blue #4997AA
RGB
CMYK
RGB Variations
Color information
#4997AA (or 0x4997AA) is known color: Boston Blue. HEX triplet: 49, 97 and AA. RGB value is (73,151,170). Sum of RGB (Red+Green+Blue) = 73+151+170=394 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.53% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 170 - color contains mainly: blue. Hex color #4997AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4997AA is #B66855. Grayscale: #818181. Windows color (decimal): -11954262 or 11179849. OLE color: 11179849.
HSL color Cylindrical-coordinate representation of color #4997AA: hue angle of 191.75º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4997AA is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 151 | 170 | - |
| CMYK | 0.57 | 0.11 | 0 | 0.33 |
| HSL | 191.75º | 0.4% | 0.48% | - |
| HSV(B) | 191.75º | 0.57% | 0.67% | - |
| XYZ | 21.07 | 26.45 | 42.03 | - |
| YUV | 129.84 | 150.66 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 151 | 170 | 0.57 | 0.11 | 0 | 0.33 | 191.75 | 0.4 | 0.48 |
| Hex | 49 | 97 | AA | 39 | B | 0 | 21 | C0 | 28 | 30 |
| Octal | 111 | 227 | 252 | 71 | 13 | 0 | 41 | 300 | 50 | 60 |
| Binary | 1001001 | 10010111 | 10101010 | 111001 | 1011 | 0 | 100001 | 11000000 | 101000 | 110000 |
Color Harmonies of #4997AA
Complementary color
Monochromatic Colors of #4997AA
Black with #4997AA
Text Example
Text Example
White with #4997AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4997AA; }
p { color: rgb(73,151,170); }
H1.HeaderClassName
{
color: #4997AA;
}
.AnyTagClassName
{
color: #4997AA;
}
</style>
background-color css
<style>
a { background-color: #4997AA; }
a { background-color: rgb(73,151,170); }
div.DivClassName
{
background-color: #4997AA;
}
.BgClassName
{
background-color: #4997AA;
}
</style>
border-color css
<style>
span { border-color: #4997AA; }
span { border-color: rgb(73,151,170); }
td.TdClassName
{
border-color: #4997AA;
}
.TagClassName
{
border-color: #4997AA;
}
</style>