Shades of Boston Blue #4087AD
Tints of Boston Blue #4087AD
RGB
CMYK
RGB Variations
Color information
#4087AD (or 0x4087AD) is known color: Boston Blue. HEX triplet: 40, 87 and AD. RGB value is (64,135,173). Sum of RGB (Red+Green+Blue) = 64+135+173=372 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.20% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 173 - color contains mainly: blue. Hex color #4087AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4087AD is #BF7852. Grayscale: #757575. Windows color (decimal): -12548179 or 11372352. OLE color: 11372352.
HSL color Cylindrical-coordinate representation of color #4087AD: hue angle of 200.92º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4087AD is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 135 | 173 | - |
| CMYK | 0.63 | 0.22 | 0 | 0.32 |
| HSL | 200.92º | 0.46% | 0.46% | - |
| HSV(B) | 200.92º | 0.63% | 0.68% | - |
| XYZ | 18.32 | 21.44 | 42.71 | - |
| YUV | 118.1 | 158.98 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 135 | 173 | 0.63 | 0.22 | 0 | 0.32 | 200.92 | 0.46 | 0.46 |
| Hex | 40 | 87 | AD | 3F | 16 | 0 | 20 | C9 | 2E | 2E |
| Octal | 100 | 207 | 255 | 77 | 26 | 0 | 40 | 311 | 56 | 56 |
| Binary | 1000000 | 10000111 | 10101101 | 111111 | 10110 | 0 | 100000 | 11001001 | 101110 | 101110 |
Color Harmonies of #4087AD
Complementary color
Monochromatic Colors of #4087AD
Black with #4087AD
Text Example
Text Example
White with #4087AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4087AD; }
p { color: rgb(64,135,173); }
H1.HeaderClassName
{
color: #4087AD;
}
.AnyTagClassName
{
color: #4087AD;
}
</style>
background-color css
<style>
a { background-color: #4087AD; }
a { background-color: rgb(64,135,173); }
div.DivClassName
{
background-color: #4087AD;
}
.BgClassName
{
background-color: #4087AD;
}
</style>
border-color css
<style>
span { border-color: #4087AD; }
span { border-color: rgb(64,135,173); }
td.TdClassName
{
border-color: #4087AD;
}
.TagClassName
{
border-color: #4087AD;
}
</style>