Shades of Boston Blue #4998BC
Tints of Boston Blue #4998BC
RGB
CMYK
RGB Variations
Color information
#4998BC (or 0x4998BC) is known color: Boston Blue. HEX triplet: 49, 98 and BC. RGB value is (73,152,188). Sum of RGB (Red+Green+Blue) = 73+152+188=413 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.68% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #4998BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4998BC is #B66743. Grayscale: #848484. Windows color (decimal): -11953988 or 12359753. OLE color: 12359753.
HSL color Cylindrical-coordinate representation of color #4998BC: hue angle of 198.78º 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 #4998BC is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 152 | 188 | - |
| CMYK | 0.61 | 0.19 | 0 | 0.26 |
| HSL | 198.78º | 0.46% | 0.51% | - |
| HSV(B) | 198.78º | 0.61% | 0.74% | - |
| XYZ | 23.05 | 27.5 | 51.67 | - |
| YUV | 132.48 | 159.33 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 152 | 188 | 0.61 | 0.19 | 0 | 0.26 | 198.78 | 0.46 | 0.51 |
| Hex | 49 | 98 | BC | 3D | 13 | 0 | 1A | C7 | 2E | 33 |
| Octal | 111 | 230 | 274 | 75 | 23 | 0 | 32 | 307 | 56 | 63 |
| Binary | 1001001 | 10011000 | 10111100 | 111101 | 10011 | 0 | 11010 | 11000111 | 101110 | 110011 |
Color Harmonies of #4998BC
Complementary color
Monochromatic Colors of #4998BC
Black with #4998BC
Text Example
Text Example
White with #4998BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4998BC; }
p { color: rgb(73,152,188); }
H1.HeaderClassName
{
color: #4998BC;
}
.AnyTagClassName
{
color: #4998BC;
}
</style>
background-color css
<style>
a { background-color: #4998BC; }
a { background-color: rgb(73,152,188); }
div.DivClassName
{
background-color: #4998BC;
}
.BgClassName
{
background-color: #4998BC;
}
</style>
border-color css
<style>
span { border-color: #4998BC; }
span { border-color: rgb(73,152,188); }
td.TdClassName
{
border-color: #4998BC;
}
.TagClassName
{
border-color: #4998BC;
}
</style>