Shades of Boston Blue #428BA6
Tints of Boston Blue #428BA6
RGB
CMYK
RGB Variations
Color information
#428BA6 (or 0x428BA6) is known color: Boston Blue. HEX triplet: 42, 8B and A6. RGB value is (66,139,166). Sum of RGB (Red+Green+Blue) = 66+139+166=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 166 (65.23% from 255 or 44.74% from 371); Max value from RGB is 166 - color contains mainly: blue. Hex color #428BA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428BA6 is #BD7459. Grayscale: #787878. Windows color (decimal): -12416090 or 10914626. OLE color: 10914626.
HSL color Cylindrical-coordinate representation of color #428BA6: hue angle of 196.2º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #428BA6 is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 66 | 139 | 166 | - |
| CMYK | 0.60 | 0.16 | 0 | 0.35 |
| HSL | 196.2º | 0.43% | 0.45% | - |
| HSV(B) | 196.2º | 0.6% | 0.65% | - |
| XYZ | 18.36 | 22.38 | 39.43 | - |
| YUV | 120.25 | 153.82 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 139 | 166 | 0.60 | 0.16 | 0 | 0.35 | 196.2 | 0.43 | 0.45 |
| Hex | 42 | 8B | A6 | 3C | 10 | 0 | 23 | C4 | 2B | 2D |
| Octal | 102 | 213 | 246 | 74 | 20 | 0 | 43 | 304 | 53 | 55 |
| Binary | 1000010 | 10001011 | 10100110 | 111100 | 10000 | 0 | 100011 | 11000100 | 101011 | 101101 |
Color Harmonies of #428BA6
Complementary color
Monochromatic Colors of #428BA6
Black with #428BA6
Text Example
Text Example
White with #428BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428BA6; }
p { color: rgb(66,139,166); }
H1.HeaderClassName
{
color: #428BA6;
}
.AnyTagClassName
{
color: #428BA6;
}
</style>
background-color css
<style>
a { background-color: #428BA6; }
a { background-color: rgb(66,139,166); }
div.DivClassName
{
background-color: #428BA6;
}
.BgClassName
{
background-color: #428BA6;
}
</style>
border-color css
<style>
span { border-color: #428BA6; }
span { border-color: rgb(66,139,166); }
td.TdClassName
{
border-color: #428BA6;
}
.TagClassName
{
border-color: #428BA6;
}
</style>