Shades of Boston Blue #4087AC
Tints of Boston Blue #4087AC
RGB
CMYK
RGB Variations
Color information
#4087AC (or 0x4087AC) is known color: Boston Blue. HEX triplet: 40, 87 and AC. RGB value is (64,135,172). Sum of RGB (Red+Green+Blue) = 64+135+172=371 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.25% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #4087AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4087AC is #BF7853. Grayscale: #757575. Windows color (decimal): -12548180 or 11306816. OLE color: 11306816.
HSL color Cylindrical-coordinate representation of color #4087AC: hue angle of 200.56º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4087AC is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 135 | 172 | - |
| CMYK | 0.63 | 0.22 | 0 | 0.33 |
| HSL | 200.56º | 0.46% | 0.46% | - |
| HSV(B) | 200.56º | 0.63% | 0.67% | - |
| XYZ | 18.22 | 21.4 | 42.2 | - |
| YUV | 117.99 | 158.48 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 135 | 172 | 0.63 | 0.22 | 0 | 0.33 | 200.56 | 0.46 | 0.46 |
| Hex | 40 | 87 | AC | 3F | 16 | 0 | 21 | C9 | 2E | 2E |
| Octal | 100 | 207 | 254 | 77 | 26 | 0 | 41 | 311 | 56 | 56 |
| Binary | 1000000 | 10000111 | 10101100 | 111111 | 10110 | 0 | 100001 | 11001001 | 101110 | 101110 |
Color Harmonies of #4087AC
Complementary color
Monochromatic Colors of #4087AC
Black with #4087AC
Text Example
Text Example
White with #4087AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4087AC; }
p { color: rgb(64,135,172); }
H1.HeaderClassName
{
color: #4087AC;
}
.AnyTagClassName
{
color: #4087AC;
}
</style>
background-color css
<style>
a { background-color: #4087AC; }
a { background-color: rgb(64,135,172); }
div.DivClassName
{
background-color: #4087AC;
}
.BgClassName
{
background-color: #4087AC;
}
</style>
border-color css
<style>
span { border-color: #4087AC; }
span { border-color: rgb(64,135,172); }
td.TdClassName
{
border-color: #4087AC;
}
.TagClassName
{
border-color: #4087AC;
}
</style>