Shades of Boston Blue #4287AB
Tints of Boston Blue #4287AB
RGB
CMYK
RGB Variations
Color information
#4287AB (or 0x4287AB) is known color: Boston Blue. HEX triplet: 42, 87 and AB. RGB value is (66,135,171). Sum of RGB (Red+Green+Blue) = 66+135+171=372 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.74% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #4287AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4287AB is #BD7854. Grayscale: #767676. Windows color (decimal): -12417109 or 11241282. OLE color: 11241282.
HSL color Cylindrical-coordinate representation of color #4287AB: hue angle of 200.57º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4287AB is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 135 | 171 | - |
| CMYK | 0.61 | 0.21 | 0 | 0.33 |
| HSL | 200.57º | 0.44% | 0.46% | - |
| HSV(B) | 200.57º | 0.61% | 0.67% | - |
| XYZ | 18.26 | 21.43 | 41.7 | - |
| YUV | 118.47 | 157.64 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 135 | 171 | 0.61 | 0.21 | 0 | 0.33 | 200.57 | 0.44 | 0.46 |
| Hex | 42 | 87 | AB | 3D | 15 | 0 | 21 | C9 | 2C | 2E |
| Octal | 102 | 207 | 253 | 75 | 25 | 0 | 41 | 311 | 54 | 56 |
| Binary | 1000010 | 10000111 | 10101011 | 111101 | 10101 | 0 | 100001 | 11001001 | 101100 | 101110 |
Color Harmonies of #4287AB
Complementary color
Monochromatic Colors of #4287AB
Black with #4287AB
Text Example
Text Example
White with #4287AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4287AB; }
p { color: rgb(66,135,171); }
H1.HeaderClassName
{
color: #4287AB;
}
.AnyTagClassName
{
color: #4287AB;
}
</style>
background-color css
<style>
a { background-color: #4287AB; }
a { background-color: rgb(66,135,171); }
div.DivClassName
{
background-color: #4287AB;
}
.BgClassName
{
background-color: #4287AB;
}
</style>
border-color css
<style>
span { border-color: #4287AB; }
span { border-color: rgb(66,135,171); }
td.TdClassName
{
border-color: #4287AB;
}
.TagClassName
{
border-color: #4287AB;
}
</style>