Shades of Boston Blue #4087AB
Tints of Boston Blue #4087AB
RGB
CMYK
RGB Variations
Color information
#4087AB (or 0x4087AB) is known color: Boston Blue. HEX triplet: 40, 87 and AB. RGB value is (64,135,171). Sum of RGB (Red+Green+Blue) = 64+135+171=370 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.30% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #4087AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4087AB is #BF7854. Grayscale: #757575. Windows color (decimal): -12548181 or 11241280. OLE color: 11241280.
HSL color Cylindrical-coordinate representation of color #4087AB: hue angle of 200.19º 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 #4087AB is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 135 | 171 | - |
| CMYK | 0.63 | 0.21 | 0 | 0.33 |
| HSL | 200.19º | 0.46% | 0.46% | - |
| HSV(B) | 200.19º | 0.63% | 0.67% | - |
| XYZ | 18.13 | 21.36 | 41.7 | - |
| YUV | 117.88 | 157.98 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 135 | 171 | 0.63 | 0.21 | 0 | 0.33 | 200.19 | 0.46 | 0.46 |
| Hex | 40 | 87 | AB | 3F | 15 | 0 | 21 | C8 | 2E | 2E |
| Octal | 100 | 207 | 253 | 77 | 25 | 0 | 41 | 310 | 56 | 56 |
| Binary | 1000000 | 10000111 | 10101011 | 111111 | 10101 | 0 | 100001 | 11001000 | 101110 | 101110 |
Color Harmonies of #4087AB
Complementary color
Monochromatic Colors of #4087AB
Black with #4087AB
Text Example
Text Example
White with #4087AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4087AB; }
p { color: rgb(64,135,171); }
H1.HeaderClassName
{
color: #4087AB;
}
.AnyTagClassName
{
color: #4087AB;
}
</style>
background-color css
<style>
a { background-color: #4087AB; }
a { background-color: rgb(64,135,171); }
div.DivClassName
{
background-color: #4087AB;
}
.BgClassName
{
background-color: #4087AB;
}
</style>
border-color css
<style>
span { border-color: #4087AB; }
span { border-color: rgb(64,135,171); }
td.TdClassName
{
border-color: #4087AB;
}
.TagClassName
{
border-color: #4087AB;
}
</style>