Shades of Boston Blue #4892BA
Tints of Boston Blue #4892BA
RGB
CMYK
RGB Variations
Color information
#4892BA (or 0x4892BA) is known color: Boston Blue. HEX triplet: 48, 92 and BA. RGB value is (72,146,186). Sum of RGB (Red+Green+Blue) = 72+146+186=404 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.82% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #4892BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4892BA is #B76D45. Grayscale: #808080. Windows color (decimal): -12021062 or 12227144. OLE color: 12227144.
HSL color Cylindrical-coordinate representation of color #4892BA: hue angle of 201.05º degrees, saturation: 0.45, 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 #4892BA is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 146 | 186 | - |
| CMYK | 0.61 | 0.22 | 0 | 0.27 |
| HSL | 201.05º | 0.45% | 0.51% | - |
| HSV(B) | 201.05º | 0.61% | 0.73% | - |
| XYZ | 21.81 | 25.48 | 50.22 | - |
| YUV | 128.43 | 160.48 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 146 | 186 | 0.61 | 0.22 | 0 | 0.27 | 201.05 | 0.45 | 0.51 |
| Hex | 48 | 92 | BA | 3D | 16 | 0 | 1B | C9 | 2D | 33 |
| Octal | 110 | 222 | 272 | 75 | 26 | 0 | 33 | 311 | 55 | 63 |
| Binary | 1001000 | 10010010 | 10111010 | 111101 | 10110 | 0 | 11011 | 11001001 | 101101 | 110011 |
Color Harmonies of #4892BA
Complementary color
Monochromatic Colors of #4892BA
Black with #4892BA
Text Example
Text Example
White with #4892BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4892BA; }
p { color: rgb(72,146,186); }
H1.HeaderClassName
{
color: #4892BA;
}
.AnyTagClassName
{
color: #4892BA;
}
</style>
background-color css
<style>
a { background-color: #4892BA; }
a { background-color: rgb(72,146,186); }
div.DivClassName
{
background-color: #4892BA;
}
.BgClassName
{
background-color: #4892BA;
}
</style>
border-color css
<style>
span { border-color: #4892BA; }
span { border-color: rgb(72,146,186); }
td.TdClassName
{
border-color: #4892BA;
}
.TagClassName
{
border-color: #4892BA;
}
</style>