Shades of Boston Blue #4996B0
Tints of Boston Blue #4996B0
RGB
CMYK
RGB Variations
Color information
#4996B0 (or 0x4996B0) is known color: Boston Blue. HEX triplet: 49, 96 and B0. RGB value is (73,150,176). Sum of RGB (Red+Green+Blue) = 73+150+176=399 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.30% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 176 (69.14% from 255 or 44.11% from 399); Max value from RGB is 176 - color contains mainly: blue. Hex color #4996B0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4996B0 is #B6694F. Grayscale: #818181. Windows color (decimal): -11954512 or 11572809. OLE color: 11572809.
HSL color Cylindrical-coordinate representation of color #4996B0: hue angle of 195.15º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4996B0 is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 150 | 176 | - |
| CMYK | 0.59 | 0.15 | 0 | 0.31 |
| HSL | 195.15º | 0.41% | 0.49% | - |
| HSV(B) | 195.15º | 0.59% | 0.69% | - |
| XYZ | 21.49 | 26.36 | 45.03 | - |
| YUV | 129.94 | 153.99 | 87.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 150 | 176 | 0.59 | 0.15 | 0 | 0.31 | 195.15 | 0.41 | 0.49 |
| Hex | 49 | 96 | B0 | 3B | F | 0 | 1F | C3 | 29 | 31 |
| Octal | 111 | 226 | 260 | 73 | 17 | 0 | 37 | 303 | 51 | 61 |
| Binary | 1001001 | 10010110 | 10110000 | 111011 | 1111 | 0 | 11111 | 11000011 | 101001 | 110001 |
Color Harmonies of #4996B0
Complementary color
Monochromatic Colors of #4996B0
Black with #4996B0
Text Example
Text Example
White with #4996B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4996B0; }
p { color: rgb(73,150,176); }
H1.HeaderClassName
{
color: #4996B0;
}
.AnyTagClassName
{
color: #4996B0;
}
</style>
background-color css
<style>
a { background-color: #4996B0; }
a { background-color: rgb(73,150,176); }
div.DivClassName
{
background-color: #4996B0;
}
.BgClassName
{
background-color: #4996B0;
}
</style>
border-color css
<style>
span { border-color: #4996B0; }
span { border-color: rgb(73,150,176); }
td.TdClassName
{
border-color: #4996B0;
}
.TagClassName
{
border-color: #4996B0;
}
</style>