Shades of Boston Blue #4895BA
Tints of Boston Blue #4895BA
RGB
CMYK
RGB Variations
Color information
#4895BA (or 0x4895BA) is known color: Boston Blue. HEX triplet: 48, 95 and BA. RGB value is (72,149,186). Sum of RGB (Red+Green+Blue) = 72+149+186=407 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.69% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #4895BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4895BA is #B76A45. Grayscale: #818181. Windows color (decimal): -12020294 or 12227912. OLE color: 12227912.
HSL color Cylindrical-coordinate representation of color #4895BA: hue angle of 199.47º 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 #4895BA is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 149 | 186 | - |
| CMYK | 0.61 | 0.20 | 0 | 0.27 |
| HSL | 199.47º | 0.45% | 0.51% | - |
| HSV(B) | 199.47º | 0.61% | 0.73% | - |
| XYZ | 22.28 | 26.42 | 50.38 | - |
| YUV | 130.2 | 159.49 | 86.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 149 | 186 | 0.61 | 0.20 | 0 | 0.27 | 199.47 | 0.45 | 0.51 |
| Hex | 48 | 95 | BA | 3D | 14 | 0 | 1B | C7 | 2D | 33 |
| Octal | 110 | 225 | 272 | 75 | 24 | 0 | 33 | 307 | 55 | 63 |
| Binary | 1001000 | 10010101 | 10111010 | 111101 | 10100 | 0 | 11011 | 11000111 | 101101 | 110011 |
Color Harmonies of #4895BA
Complementary color
Monochromatic Colors of #4895BA
Black with #4895BA
Text Example
Text Example
White with #4895BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4895BA; }
p { color: rgb(72,149,186); }
H1.HeaderClassName
{
color: #4895BA;
}
.AnyTagClassName
{
color: #4895BA;
}
</style>
background-color css
<style>
a { background-color: #4895BA; }
a { background-color: rgb(72,149,186); }
div.DivClassName
{
background-color: #4895BA;
}
.BgClassName
{
background-color: #4895BA;
}
</style>
border-color css
<style>
span { border-color: #4895BA; }
span { border-color: rgb(72,149,186); }
td.TdClassName
{
border-color: #4895BA;
}
.TagClassName
{
border-color: #4895BA;
}
</style>