Shades of Boston Blue #4899BC
Tints of Boston Blue #4899BC
RGB
CMYK
RGB Variations
Color information
#4899BC (or 0x4899BC) is known color: Boston Blue. HEX triplet: 48, 99 and BC. RGB value is (72,153,188). Sum of RGB (Red+Green+Blue) = 72+153+188=413 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.43% from 413); Green value is 153 (60.16% from 255 or 37.05% 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 #4899BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4899BC is #B76643. Grayscale: #848484. Windows color (decimal): -12019268 or 12360008. OLE color: 12360008.
HSL color Cylindrical-coordinate representation of color #4899BC: hue angle of 198.1º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4899BC is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 153 | 188 | - |
| CMYK | 0.62 | 0.19 | 0 | 0.26 |
| HSL | 198.1º | 0.46% | 0.51% | - |
| HSV(B) | 198.1º | 0.62% | 0.74% | - |
| XYZ | 23.14 | 27.79 | 51.72 | - |
| YUV | 132.77 | 159.16 | 84.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 153 | 188 | 0.62 | 0.19 | 0 | 0.26 | 198.1 | 0.46 | 0.51 |
| Hex | 48 | 99 | BC | 3E | 13 | 0 | 1A | C6 | 2E | 33 |
| Octal | 110 | 231 | 274 | 76 | 23 | 0 | 32 | 306 | 56 | 63 |
| Binary | 1001000 | 10011001 | 10111100 | 111110 | 10011 | 0 | 11010 | 11000110 | 101110 | 110011 |
Color Harmonies of #4899BC
Complementary color
Monochromatic Colors of #4899BC
Black with #4899BC
Text Example
Text Example
White with #4899BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4899BC; }
p { color: rgb(72,153,188); }
H1.HeaderClassName
{
color: #4899BC;
}
.AnyTagClassName
{
color: #4899BC;
}
</style>
background-color css
<style>
a { background-color: #4899BC; }
a { background-color: rgb(72,153,188); }
div.DivClassName
{
background-color: #4899BC;
}
.BgClassName
{
background-color: #4899BC;
}
</style>
border-color css
<style>
span { border-color: #4899BC; }
span { border-color: rgb(72,153,188); }
td.TdClassName
{
border-color: #4899BC;
}
.TagClassName
{
border-color: #4899BC;
}
</style>