Shades of Boston Blue #4994BC
Tints of Boston Blue #4994BC
RGB
CMYK
RGB Variations
Color information
#4994BC (or 0x4994BC) is known color: Boston Blue. HEX triplet: 49, 94 and BC. RGB value is (73,148,188). Sum of RGB (Red+Green+Blue) = 73+148+188=409 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.85% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #4994BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4994BC is #B66B43. Grayscale: #818181. Windows color (decimal): -11955012 or 12358729. OLE color: 12358729.
HSL color Cylindrical-coordinate representation of color #4994BC: hue angle of 200.87º 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 #4994BC is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 148 | 188 | - |
| CMYK | 0.61 | 0.21 | 0 | 0.26 |
| HSL | 200.87º | 0.46% | 0.51% | - |
| HSV(B) | 200.87º | 0.61% | 0.74% | - |
| XYZ | 22.41 | 26.23 | 51.46 | - |
| YUV | 130.14 | 160.65 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 148 | 188 | 0.61 | 0.21 | 0 | 0.26 | 200.87 | 0.46 | 0.51 |
| Hex | 49 | 94 | BC | 3D | 15 | 0 | 1A | C9 | 2E | 33 |
| Octal | 111 | 224 | 274 | 75 | 25 | 0 | 32 | 311 | 56 | 63 |
| Binary | 1001001 | 10010100 | 10111100 | 111101 | 10101 | 0 | 11010 | 11001001 | 101110 | 110011 |
Color Harmonies of #4994BC
Complementary color
Monochromatic Colors of #4994BC
Black with #4994BC
Text Example
Text Example
White with #4994BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4994BC; }
p { color: rgb(73,148,188); }
H1.HeaderClassName
{
color: #4994BC;
}
.AnyTagClassName
{
color: #4994BC;
}
</style>
background-color css
<style>
a { background-color: #4994BC; }
a { background-color: rgb(73,148,188); }
div.DivClassName
{
background-color: #4994BC;
}
.BgClassName
{
background-color: #4994BC;
}
</style>
border-color css
<style>
span { border-color: #4994BC; }
span { border-color: rgb(73,148,188); }
td.TdClassName
{
border-color: #4994BC;
}
.TagClassName
{
border-color: #4994BC;
}
</style>