Shades of Boston Blue #4993BB
Tints of Boston Blue #4993BB
RGB
CMYK
RGB Variations
Color information
#4993BB (or 0x4993BB) is known color: Boston Blue. HEX triplet: 49, 93 and BB. RGB value is (73,147,187). Sum of RGB (Red+Green+Blue) = 73+147+187=407 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.94% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 187 - color contains mainly: blue. Hex color #4993BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4993BB is #B66C44. Grayscale: #818181. Windows color (decimal): -11955269 or 12292937. OLE color: 12292937.
HSL color Cylindrical-coordinate representation of color #4993BB: hue angle of 201.05º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4993BB is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 147 | 187 | - |
| CMYK | 0.61 | 0.21 | 0 | 0.27 |
| HSL | 201.05º | 0.46% | 0.51% | - |
| HSV(B) | 201.05º | 0.61% | 0.73% | - |
| XYZ | 22.15 | 25.87 | 50.84 | - |
| YUV | 129.43 | 160.48 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 147 | 187 | 0.61 | 0.21 | 0 | 0.27 | 201.05 | 0.46 | 0.51 |
| Hex | 49 | 93 | BB | 3D | 15 | 0 | 1B | C9 | 2E | 33 |
| Octal | 111 | 223 | 273 | 75 | 25 | 0 | 33 | 311 | 56 | 63 |
| Binary | 1001001 | 10010011 | 10111011 | 111101 | 10101 | 0 | 11011 | 11001001 | 101110 | 110011 |
Color Harmonies of #4993BB
Complementary color
Monochromatic Colors of #4993BB
Black with #4993BB
Text Example
Text Example
White with #4993BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4993BB; }
p { color: rgb(73,147,187); }
H1.HeaderClassName
{
color: #4993BB;
}
.AnyTagClassName
{
color: #4993BB;
}
</style>
background-color css
<style>
a { background-color: #4993BB; }
a { background-color: rgb(73,147,187); }
div.DivClassName
{
background-color: #4993BB;
}
.BgClassName
{
background-color: #4993BB;
}
</style>
border-color css
<style>
span { border-color: #4993BB; }
span { border-color: rgb(73,147,187); }
td.TdClassName
{
border-color: #4993BB;
}
.TagClassName
{
border-color: #4993BB;
}
</style>