Shades of Boston Blue #4B98BA
Tints of Boston Blue #4B98BA
RGB
CMYK
RGB Variations
Color information
#4B98BA (or 0x4B98BA) is known color: Boston Blue. HEX triplet: 4B, 98 and BA. RGB value is (75,152,186). Sum of RGB (Red+Green+Blue) = 75+152+186=413 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.16% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #4B98BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B98BA is #B46745. Grayscale: #848484. Windows color (decimal): -11822918 or 12228683. OLE color: 12228683.
HSL color Cylindrical-coordinate representation of color #4B98BA: hue angle of 198.38º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B98BA is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 75 | 152 | 186 | - |
| CMYK | 0.60 | 0.18 | 0 | 0.27 |
| HSL | 198.38º | 0.45% | 0.51% | - |
| HSV(B) | 198.38º | 0.6% | 0.73% | - |
| XYZ | 22.99 | 27.5 | 50.55 | - |
| YUV | 132.85 | 157.99 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 152 | 186 | 0.60 | 0.18 | 0 | 0.27 | 198.38 | 0.45 | 0.51 |
| Hex | 4B | 98 | BA | 3C | 12 | 0 | 1B | C6 | 2D | 33 |
| Octal | 113 | 230 | 272 | 74 | 22 | 0 | 33 | 306 | 55 | 63 |
| Binary | 1001011 | 10011000 | 10111010 | 111100 | 10010 | 0 | 11011 | 11000110 | 101101 | 110011 |
Color Harmonies of #4B98BA
Complementary color
Monochromatic Colors of #4B98BA
Black with #4B98BA
Text Example
Text Example
White with #4B98BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B98BA; }
p { color: rgb(75,152,186); }
H1.HeaderClassName
{
color: #4B98BA;
}
.AnyTagClassName
{
color: #4B98BA;
}
</style>
background-color css
<style>
a { background-color: #4B98BA; }
a { background-color: rgb(75,152,186); }
div.DivClassName
{
background-color: #4B98BA;
}
.BgClassName
{
background-color: #4B98BA;
}
</style>
border-color css
<style>
span { border-color: #4B98BA; }
span { border-color: rgb(75,152,186); }
td.TdClassName
{
border-color: #4B98BA;
}
.TagClassName
{
border-color: #4B98BA;
}
</style>