Shades of Boston Blue #4996BD
Tints of Boston Blue #4996BD
RGB
CMYK
RGB Variations
Color information
#4996BD (or 0x4996BD) is known color: Boston Blue. HEX triplet: 49, 96 and BD. RGB value is (73,150,189). Sum of RGB (Red+Green+Blue) = 73+150+189=412 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.72% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 189 - color contains mainly: blue. Hex color #4996BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4996BD is #B66942. Grayscale: #838383. Windows color (decimal): -11954499 or 12424777. OLE color: 12424777.
HSL color Cylindrical-coordinate representation of color #4996BD: hue angle of 200.17º degrees, saturation: 0.47, 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 #4996BD is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 150 | 189 | - |
| CMYK | 0.61 | 0.21 | 0 | 0.26 |
| HSL | 200.17º | 0.47% | 0.51% | - |
| HSV(B) | 200.17º | 0.61% | 0.74% | - |
| XYZ | 22.84 | 26.9 | 52.13 | - |
| YUV | 131.42 | 160.49 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 150 | 189 | 0.61 | 0.21 | 0 | 0.26 | 200.17 | 0.47 | 0.51 |
| Hex | 49 | 96 | BD | 3D | 15 | 0 | 1A | C8 | 2F | 33 |
| Octal | 111 | 226 | 275 | 75 | 25 | 0 | 32 | 310 | 57 | 63 |
| Binary | 1001001 | 10010110 | 10111101 | 111101 | 10101 | 0 | 11010 | 11001000 | 101111 | 110011 |
Color Harmonies of #4996BD
Complementary color
Monochromatic Colors of #4996BD
Black with #4996BD
Text Example
Text Example
White with #4996BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4996BD; }
p { color: rgb(73,150,189); }
H1.HeaderClassName
{
color: #4996BD;
}
.AnyTagClassName
{
color: #4996BD;
}
</style>
background-color css
<style>
a { background-color: #4996BD; }
a { background-color: rgb(73,150,189); }
div.DivClassName
{
background-color: #4996BD;
}
.BgClassName
{
background-color: #4996BD;
}
</style>
border-color css
<style>
span { border-color: #4996BD; }
span { border-color: rgb(73,150,189); }
td.TdClassName
{
border-color: #4996BD;
}
.TagClassName
{
border-color: #4996BD;
}
</style>