Shades of Boston Blue #4E94AB
Tints of Boston Blue #4E94AB
RGB
CMYK
RGB Variations
Color information
#4E94AB (or 0x4E94AB) is known color: Boston Blue. HEX triplet: 4E, 94 and AB. RGB value is (78,148,171). Sum of RGB (Red+Green+Blue) = 78+148+171=397 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.65% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #4E94AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E94AB is #B16B54. Grayscale: #818181. Windows color (decimal): -11627349 or 11244622. OLE color: 11244622.
HSL color Cylindrical-coordinate representation of color #4E94AB: hue angle of 194.84º 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 #4E94AB is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 148 | 171 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.33 |
| HSL | 194.84º | 0.37% | 0.49% | - |
| HSV(B) | 194.84º | 0.54% | 0.67% | - |
| XYZ | 21.08 | 25.74 | 42.39 | - |
| YUV | 129.69 | 151.31 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 148 | 171 | 0.54 | 0.13 | 0 | 0.33 | 194.84 | 0.37 | 0.49 |
| Hex | 4E | 94 | AB | 36 | D | 0 | 21 | C3 | 25 | 31 |
| Octal | 116 | 224 | 253 | 66 | 15 | 0 | 41 | 303 | 45 | 61 |
| Binary | 1001110 | 10010100 | 10101011 | 110110 | 1101 | 0 | 100001 | 11000011 | 100101 | 110001 |
Color Harmonies of #4E94AB
Complementary color
Monochromatic Colors of #4E94AB
Black with #4E94AB
Text Example
Text Example
White with #4E94AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E94AB; }
p { color: rgb(78,148,171); }
H1.HeaderClassName
{
color: #4E94AB;
}
.AnyTagClassName
{
color: #4E94AB;
}
</style>
background-color css
<style>
a { background-color: #4E94AB; }
a { background-color: rgb(78,148,171); }
div.DivClassName
{
background-color: #4E94AB;
}
.BgClassName
{
background-color: #4E94AB;
}
</style>
border-color css
<style>
span { border-color: #4E94AB; }
span { border-color: rgb(78,148,171); }
td.TdClassName
{
border-color: #4E94AB;
}
.TagClassName
{
border-color: #4E94AB;
}
</style>