Shades of Boston Blue #4E98AB
Tints of Boston Blue #4E98AB
RGB
CMYK
RGB Variations
Color information
#4E98AB (or 0x4E98AB) is known color: Boston Blue. HEX triplet: 4E, 98 and AB. RGB value is (78,152,171). Sum of RGB (Red+Green+Blue) = 78+152+171=401 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.45% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #4E98AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E98AB is #B16754. Grayscale: #838383. Windows color (decimal): -11626325 or 11245646. OLE color: 11245646.
HSL color Cylindrical-coordinate representation of color #4E98AB: hue angle of 192.26º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E98AB is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 152 | 171 | - |
| CMYK | 0.54 | 0.11 | 0 | 0.33 |
| HSL | 192.26º | 0.37% | 0.49% | - |
| HSV(B) | 192.26º | 0.54% | 0.67% | - |
| XYZ | 21.72 | 27.02 | 42.6 | - |
| YUV | 132.04 | 149.98 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 152 | 171 | 0.54 | 0.11 | 0 | 0.33 | 192.26 | 0.37 | 0.49 |
| Hex | 4E | 98 | AB | 36 | B | 0 | 21 | C0 | 25 | 31 |
| Octal | 116 | 230 | 253 | 66 | 13 | 0 | 41 | 300 | 45 | 61 |
| Binary | 1001110 | 10011000 | 10101011 | 110110 | 1011 | 0 | 100001 | 11000000 | 100101 | 110001 |
Color Harmonies of #4E98AB
Complementary color
Monochromatic Colors of #4E98AB
Black with #4E98AB
Text Example
Text Example
White with #4E98AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E98AB; }
p { color: rgb(78,152,171); }
H1.HeaderClassName
{
color: #4E98AB;
}
.AnyTagClassName
{
color: #4E98AB;
}
</style>
background-color css
<style>
a { background-color: #4E98AB; }
a { background-color: rgb(78,152,171); }
div.DivClassName
{
background-color: #4E98AB;
}
.BgClassName
{
background-color: #4E98AB;
}
</style>
border-color css
<style>
span { border-color: #4E98AB; }
span { border-color: rgb(78,152,171); }
td.TdClassName
{
border-color: #4E98AB;
}
.TagClassName
{
border-color: #4E98AB;
}
</style>