Shades of Boston Blue #4289AB
Tints of Boston Blue #4289AB
RGB
CMYK
RGB Variations
Color information
#4289AB (or 0x4289AB) is known color: Boston Blue. HEX triplet: 42, 89 and AB. RGB value is (66,137,171). Sum of RGB (Red+Green+Blue) = 66+137+171=374 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.65% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #4289AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4289AB is #BD7654. Grayscale: #777777. Windows color (decimal): -12416597 or 11241794. OLE color: 11241794.
HSL color Cylindrical-coordinate representation of color #4289AB: hue angle of 199.43º 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 #4289AB is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 137 | 171 | - |
| CMYK | 0.61 | 0.20 | 0 | 0.33 |
| HSL | 199.43º | 0.44% | 0.46% | - |
| HSV(B) | 199.43º | 0.61% | 0.67% | - |
| XYZ | 18.54 | 21.99 | 41.8 | - |
| YUV | 119.65 | 156.98 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 137 | 171 | 0.61 | 0.20 | 0 | 0.33 | 199.43 | 0.44 | 0.46 |
| Hex | 42 | 89 | AB | 3D | 14 | 0 | 21 | C7 | 2C | 2E |
| Octal | 102 | 211 | 253 | 75 | 24 | 0 | 41 | 307 | 54 | 56 |
| Binary | 1000010 | 10001001 | 10101011 | 111101 | 10100 | 0 | 100001 | 11000111 | 101100 | 101110 |
Color Harmonies of #4289AB
Complementary color
Monochromatic Colors of #4289AB
Black with #4289AB
Text Example
Text Example
White with #4289AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4289AB; }
p { color: rgb(66,137,171); }
H1.HeaderClassName
{
color: #4289AB;
}
.AnyTagClassName
{
color: #4289AB;
}
</style>
background-color css
<style>
a { background-color: #4289AB; }
a { background-color: rgb(66,137,171); }
div.DivClassName
{
background-color: #4289AB;
}
.BgClassName
{
background-color: #4289AB;
}
</style>
border-color css
<style>
span { border-color: #4289AB; }
span { border-color: rgb(66,137,171); }
td.TdClassName
{
border-color: #4289AB;
}
.TagClassName
{
border-color: #4289AB;
}
</style>