Shades of Boston Blue #428FA9
Tints of Boston Blue #428FA9
RGB
CMYK
RGB Variations
Color information
#428FA9 (or 0x428FA9) is known color: Boston Blue. HEX triplet: 42, 8F and A9. RGB value is (66,143,169). Sum of RGB (Red+Green+Blue) = 66+143+169=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 169 (66.41% from 255 or 44.71% from 378); Max value from RGB is 169 - color contains mainly: blue. Hex color #428FA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428FA9 is #BD7056. Grayscale: #7A7A7A. Windows color (decimal): -12415063 or 11112258. OLE color: 11112258.
HSL color Cylindrical-coordinate representation of color #428FA9: hue angle of 195.15º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #428FA9 is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 66 | 143 | 169 | - |
| CMYK | 0.61 | 0.15 | 0 | 0.34 |
| HSL | 195.15º | 0.44% | 0.46% | - |
| HSV(B) | 195.15º | 0.61% | 0.66% | - |
| XYZ | 19.23 | 23.67 | 41.09 | - |
| YUV | 122.94 | 153.99 | 87.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 143 | 169 | 0.61 | 0.15 | 0 | 0.34 | 195.15 | 0.44 | 0.46 |
| Hex | 42 | 8F | A9 | 3D | F | 0 | 22 | C3 | 2C | 2E |
| Octal | 102 | 217 | 251 | 75 | 17 | 0 | 42 | 303 | 54 | 56 |
| Binary | 1000010 | 10001111 | 10101001 | 111101 | 1111 | 0 | 100010 | 11000011 | 101100 | 101110 |
Color Harmonies of #428FA9
Complementary color
Monochromatic Colors of #428FA9
Black with #428FA9
Text Example
Text Example
White with #428FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428FA9; }
p { color: rgb(66,143,169); }
H1.HeaderClassName
{
color: #428FA9;
}
.AnyTagClassName
{
color: #428FA9;
}
</style>
background-color css
<style>
a { background-color: #428FA9; }
a { background-color: rgb(66,143,169); }
div.DivClassName
{
background-color: #428FA9;
}
.BgClassName
{
background-color: #428FA9;
}
</style>
border-color css
<style>
span { border-color: #428FA9; }
span { border-color: rgb(66,143,169); }
td.TdClassName
{
border-color: #428FA9;
}
.TagClassName
{
border-color: #428FA9;
}
</style>