Shades of Boston Blue #4086AD
Tints of Boston Blue #4086AD
RGB
CMYK
RGB Variations
Color information
#4086AD (or 0x4086AD) is known color: Boston Blue. HEX triplet: 40, 86 and AD. RGB value is (64,134,173). Sum of RGB (Red+Green+Blue) = 64+134+173=371 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.25% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #4086AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4086AD is #BF7952. Grayscale: #757575. Windows color (decimal): -12548435 or 11372096. OLE color: 11372096.
HSL color Cylindrical-coordinate representation of color #4086AD: hue angle of 201.47º 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 #4086AD is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 134 | 173 | - |
| CMYK | 0.63 | 0.23 | 0 | 0.32 |
| HSL | 201.47º | 0.46% | 0.46% | - |
| HSV(B) | 201.47º | 0.63% | 0.68% | - |
| XYZ | 18.18 | 21.16 | 42.66 | - |
| YUV | 117.52 | 159.31 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 134 | 173 | 0.63 | 0.23 | 0 | 0.32 | 201.47 | 0.46 | 0.46 |
| Hex | 40 | 86 | AD | 3F | 17 | 0 | 20 | C9 | 2E | 2E |
| Octal | 100 | 206 | 255 | 77 | 27 | 0 | 40 | 311 | 56 | 56 |
| Binary | 1000000 | 10000110 | 10101101 | 111111 | 10111 | 0 | 100000 | 11001001 | 101110 | 101110 |
Color Harmonies of #4086AD
Complementary color
Monochromatic Colors of #4086AD
Black with #4086AD
Text Example
Text Example
White with #4086AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4086AD; }
p { color: rgb(64,134,173); }
H1.HeaderClassName
{
color: #4086AD;
}
.AnyTagClassName
{
color: #4086AD;
}
</style>
background-color css
<style>
a { background-color: #4086AD; }
a { background-color: rgb(64,134,173); }
div.DivClassName
{
background-color: #4086AD;
}
.BgClassName
{
background-color: #4086AD;
}
</style>
border-color css
<style>
span { border-color: #4086AD; }
span { border-color: rgb(64,134,173); }
td.TdClassName
{
border-color: #4086AD;
}
.TagClassName
{
border-color: #4086AD;
}
</style>