Shades of Boston Blue #428AB1
Tints of Boston Blue #428AB1
RGB
CMYK
RGB Variations
Color information
#428AB1 (or 0x428AB1) is known color: Boston Blue. HEX triplet: 42, 8A and B1. RGB value is (66,138,177). Sum of RGB (Red+Green+Blue) = 66+138+177=381 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.32% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 177 (69.53% from 255 or 46.46% from 381); Max value from RGB is 177 - color contains mainly: blue. Hex color #428AB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428AB1 is #BD754E. Grayscale: #787878. Windows color (decimal): -12416335 or 11635266. OLE color: 11635266.
HSL color Cylindrical-coordinate representation of color #428AB1: hue angle of 201.08º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #428AB1 is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 138 | 177 | - |
| CMYK | 0.63 | 0.22 | 0 | 0.31 |
| HSL | 201.08º | 0.46% | 0.48% | - |
| HSV(B) | 201.08º | 0.63% | 0.69% | - |
| XYZ | 19.27 | 22.51 | 44.92 | - |
| YUV | 120.92 | 159.65 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 138 | 177 | 0.63 | 0.22 | 0 | 0.31 | 201.08 | 0.46 | 0.48 |
| Hex | 42 | 8A | B1 | 3F | 16 | 0 | 1F | C9 | 2E | 30 |
| Octal | 102 | 212 | 261 | 77 | 26 | 0 | 37 | 311 | 56 | 60 |
| Binary | 1000010 | 10001010 | 10110001 | 111111 | 10110 | 0 | 11111 | 11001001 | 101110 | 110000 |
Color Harmonies of #428AB1
Complementary color
Monochromatic Colors of #428AB1
Black with #428AB1
Text Example
Text Example
White with #428AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428AB1; }
p { color: rgb(66,138,177); }
H1.HeaderClassName
{
color: #428AB1;
}
.AnyTagClassName
{
color: #428AB1;
}
</style>
background-color css
<style>
a { background-color: #428AB1; }
a { background-color: rgb(66,138,177); }
div.DivClassName
{
background-color: #428AB1;
}
.BgClassName
{
background-color: #428AB1;
}
</style>
border-color css
<style>
span { border-color: #428AB1; }
span { border-color: rgb(66,138,177); }
td.TdClassName
{
border-color: #428AB1;
}
.TagClassName
{
border-color: #428AB1;
}
</style>