Shades of Boston Blue #4997BC
Tints of Boston Blue #4997BC
RGB
CMYK
RGB Variations
Color information
#4997BC (or 0x4997BC) is known color: Boston Blue. HEX triplet: 49, 97 and BC. RGB value is (73,151,188). Sum of RGB (Red+Green+Blue) = 73+151+188=412 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.72% from 412); Green value is 151 (59.38% from 255 or 36.65% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #4997BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4997BC is #B66843. Grayscale: #838383. Windows color (decimal): -11954244 or 12359497. OLE color: 12359497.
HSL color Cylindrical-coordinate representation of color #4997BC: hue angle of 199.3º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4997BC is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 151 | 188 | - |
| CMYK | 0.61 | 0.20 | 0 | 0.26 |
| HSL | 199.3º | 0.46% | 0.51% | - |
| HSV(B) | 199.3º | 0.61% | 0.74% | - |
| XYZ | 22.89 | 27.18 | 51.62 | - |
| YUV | 131.9 | 159.66 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 151 | 188 | 0.61 | 0.20 | 0 | 0.26 | 199.3 | 0.46 | 0.51 |
| Hex | 49 | 97 | BC | 3D | 14 | 0 | 1A | C7 | 2E | 33 |
| Octal | 111 | 227 | 274 | 75 | 24 | 0 | 32 | 307 | 56 | 63 |
| Binary | 1001001 | 10010111 | 10111100 | 111101 | 10100 | 0 | 11010 | 11000111 | 101110 | 110011 |
Color Harmonies of #4997BC
Complementary color
Monochromatic Colors of #4997BC
Black with #4997BC
Text Example
Text Example
White with #4997BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4997BC; }
p { color: rgb(73,151,188); }
H1.HeaderClassName
{
color: #4997BC;
}
.AnyTagClassName
{
color: #4997BC;
}
</style>
background-color css
<style>
a { background-color: #4997BC; }
a { background-color: rgb(73,151,188); }
div.DivClassName
{
background-color: #4997BC;
}
.BgClassName
{
background-color: #4997BC;
}
</style>
border-color css
<style>
span { border-color: #4997BC; }
span { border-color: rgb(73,151,188); }
td.TdClassName
{
border-color: #4997BC;
}
.TagClassName
{
border-color: #4997BC;
}
</style>