Shades of Boston Blue #4992BA
Tints of Boston Blue #4992BA
RGB
CMYK
RGB Variations
Color information
#4992BA (or 0x4992BA) is known color: Boston Blue. HEX triplet: 49, 92 and BA. RGB value is (73,146,186). Sum of RGB (Red+Green+Blue) = 73+146+186=405 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.02% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #4992BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4992BA is #B66D45. Grayscale: #808080. Windows color (decimal): -11955526 or 12227145. OLE color: 12227145.
HSL color Cylindrical-coordinate representation of color #4992BA: hue angle of 201.24º 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 #4992BA is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 146 | 186 | - |
| CMYK | 0.61 | 0.22 | 0 | 0.27 |
| HSL | 201.24º | 0.45% | 0.51% | - |
| HSV(B) | 201.24º | 0.61% | 0.73% | - |
| XYZ | 21.89 | 25.52 | 50.23 | - |
| YUV | 128.73 | 160.32 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 146 | 186 | 0.61 | 0.22 | 0 | 0.27 | 201.24 | 0.45 | 0.51 |
| Hex | 49 | 92 | BA | 3D | 16 | 0 | 1B | C9 | 2D | 33 |
| Octal | 111 | 222 | 272 | 75 | 26 | 0 | 33 | 311 | 55 | 63 |
| Binary | 1001001 | 10010010 | 10111010 | 111101 | 10110 | 0 | 11011 | 11001001 | 101101 | 110011 |
Color Harmonies of #4992BA
Complementary color
Monochromatic Colors of #4992BA
Black with #4992BA
Text Example
Text Example
White with #4992BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4992BA; }
p { color: rgb(73,146,186); }
H1.HeaderClassName
{
color: #4992BA;
}
.AnyTagClassName
{
color: #4992BA;
}
</style>
background-color css
<style>
a { background-color: #4992BA; }
a { background-color: rgb(73,146,186); }
div.DivClassName
{
background-color: #4992BA;
}
.BgClassName
{
background-color: #4992BA;
}
</style>
border-color css
<style>
span { border-color: #4992BA; }
span { border-color: rgb(73,146,186); }
td.TdClassName
{
border-color: #4992BA;
}
.TagClassName
{
border-color: #4992BA;
}
</style>