Shades of Boston Blue #4893BB
Tints of Boston Blue #4893BB
RGB
CMYK
RGB Variations
Color information
#4893BB (or 0x4893BB) is known color: Boston Blue. HEX triplet: 48, 93 and BB. RGB value is (72,147,187). Sum of RGB (Red+Green+Blue) = 72+147+187=406 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.73% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #4893BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4893BB is #B76C44. Grayscale: #808080. Windows color (decimal): -12020805 or 12292936. OLE color: 12292936.
HSL color Cylindrical-coordinate representation of color #4893BB: hue angle of 200.87º 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 #4893BB is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 147 | 187 | - |
| CMYK | 0.61 | 0.21 | 0 | 0.27 |
| HSL | 200.87º | 0.46% | 0.51% | - |
| HSV(B) | 200.87º | 0.61% | 0.73% | - |
| XYZ | 22.08 | 25.83 | 50.84 | - |
| YUV | 129.14 | 160.65 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 147 | 187 | 0.61 | 0.21 | 0 | 0.27 | 200.87 | 0.46 | 0.51 |
| Hex | 48 | 93 | BB | 3D | 15 | 0 | 1B | C9 | 2E | 33 |
| Octal | 110 | 223 | 273 | 75 | 25 | 0 | 33 | 311 | 56 | 63 |
| Binary | 1001000 | 10010011 | 10111011 | 111101 | 10101 | 0 | 11011 | 11001001 | 101110 | 110011 |
Color Harmonies of #4893BB
Complementary color
Monochromatic Colors of #4893BB
Black with #4893BB
Text Example
Text Example
White with #4893BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4893BB; }
p { color: rgb(72,147,187); }
H1.HeaderClassName
{
color: #4893BB;
}
.AnyTagClassName
{
color: #4893BB;
}
</style>
background-color css
<style>
a { background-color: #4893BB; }
a { background-color: rgb(72,147,187); }
div.DivClassName
{
background-color: #4893BB;
}
.BgClassName
{
background-color: #4893BB;
}
</style>
border-color css
<style>
span { border-color: #4893BB; }
span { border-color: rgb(72,147,187); }
td.TdClassName
{
border-color: #4893BB;
}
.TagClassName
{
border-color: #4893BB;
}
</style>