Shades of Boston Blue #4E8CAD
Tints of Boston Blue #4E8CAD
RGB
CMYK
RGB Variations
Color information
#4E8CAD (or 0x4E8CAD) is known color: Boston Blue. HEX triplet: 4E, 8C and AD. RGB value is (78,140,173). Sum of RGB (Red+Green+Blue) = 78+140+173=391 (51% of max value = 765). Red value is 78 (30.86% from 255 or 19.95% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #4E8CAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E8CAD is #B17352. Grayscale: #7D7D7D. Windows color (decimal): -11629395 or 11373646. OLE color: 11373646.
HSL color Cylindrical-coordinate representation of color #4E8CAD: hue angle of 200.84º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E8CAD is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 78 | 140 | 173 | - |
| CMYK | 0.55 | 0.19 | 0 | 0.32 |
| HSL | 200.84º | 0.38% | 0.49% | - |
| HSV(B) | 200.84º | 0.55% | 0.68% | - |
| XYZ | 20.06 | 23.39 | 42.99 | - |
| YUV | 125.22 | 154.96 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 140 | 173 | 0.55 | 0.19 | 0 | 0.32 | 200.84 | 0.38 | 0.49 |
| Hex | 4E | 8C | AD | 37 | 13 | 0 | 20 | C9 | 26 | 31 |
| Octal | 116 | 214 | 255 | 67 | 23 | 0 | 40 | 311 | 46 | 61 |
| Binary | 1001110 | 10001100 | 10101101 | 110111 | 10011 | 0 | 100000 | 11001001 | 100110 | 110001 |
Color Harmonies of #4E8CAD
Complementary color
Monochromatic Colors of #4E8CAD
Black with #4E8CAD
Text Example
Text Example
White with #4E8CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8CAD; }
p { color: rgb(78,140,173); }
H1.HeaderClassName
{
color: #4E8CAD;
}
.AnyTagClassName
{
color: #4E8CAD;
}
</style>
background-color css
<style>
a { background-color: #4E8CAD; }
a { background-color: rgb(78,140,173); }
div.DivClassName
{
background-color: #4E8CAD;
}
.BgClassName
{
background-color: #4E8CAD;
}
</style>
border-color css
<style>
span { border-color: #4E8CAD; }
span { border-color: rgb(78,140,173); }
td.TdClassName
{
border-color: #4E8CAD;
}
.TagClassName
{
border-color: #4E8CAD;
}
</style>