Shades of Boston Blue #4688AD
Tints of Boston Blue #4688AD
RGB
CMYK
RGB Variations
Color information
#4688AD (or 0x4688AD) is known color: Boston Blue. HEX triplet: 46, 88 and AD. RGB value is (70,136,173). Sum of RGB (Red+Green+Blue) = 70+136+173=379 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.47% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 173 - color contains mainly: blue. Hex color #4688AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4688AD is #B97752. Grayscale: #787878. Windows color (decimal): -12154707 or 11372614. OLE color: 11372614.
HSL color Cylindrical-coordinate representation of color #4688AD: hue angle of 201.55º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4688AD is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 70 | 136 | 173 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.32 |
| HSL | 201.55º | 0.42% | 0.48% | - |
| HSV(B) | 201.55º | 0.6% | 0.68% | - |
| XYZ | 18.87 | 21.93 | 42.77 | - |
| YUV | 120.48 | 157.63 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 136 | 173 | 0.60 | 0.21 | 0 | 0.32 | 201.55 | 0.42 | 0.48 |
| Hex | 46 | 88 | AD | 3C | 15 | 0 | 20 | CA | 2A | 30 |
| Octal | 106 | 210 | 255 | 74 | 25 | 0 | 40 | 312 | 52 | 60 |
| Binary | 1000110 | 10001000 | 10101101 | 111100 | 10101 | 0 | 100000 | 11001010 | 101010 | 110000 |
Color Harmonies of #4688AD
Complementary color
Monochromatic Colors of #4688AD
Black with #4688AD
Text Example
Text Example
White with #4688AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4688AD; }
p { color: rgb(70,136,173); }
H1.HeaderClassName
{
color: #4688AD;
}
.AnyTagClassName
{
color: #4688AD;
}
</style>
background-color css
<style>
a { background-color: #4688AD; }
a { background-color: rgb(70,136,173); }
div.DivClassName
{
background-color: #4688AD;
}
.BgClassName
{
background-color: #4688AD;
}
</style>
border-color css
<style>
span { border-color: #4688AD; }
span { border-color: rgb(70,136,173); }
td.TdClassName
{
border-color: #4688AD;
}
.TagClassName
{
border-color: #4688AD;
}
</style>