Shades of Boston Blue #428AB2
Tints of Boston Blue #428AB2
RGB
CMYK
RGB Variations
Color information
#428AB2 (or 0x428AB2) is known color: Boston Blue. HEX triplet: 42, 8A and B2. RGB value is (66,138,178). Sum of RGB (Red+Green+Blue) = 66+138+178=382 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.28% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 178 (69.92% from 255 or 46.60% from 382); Max value from RGB is 178 - color contains mainly: blue. Hex color #428AB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428AB2 is #BD754D. Grayscale: #787878. Windows color (decimal): -12416334 or 11700802. OLE color: 11700802.
HSL color Cylindrical-coordinate representation of color #428AB2: hue angle of 201.43º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #428AB2 is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 138 | 178 | - |
| CMYK | 0.63 | 0.22 | 0 | 0.30 |
| HSL | 201.43º | 0.46% | 0.48% | - |
| HSV(B) | 201.43º | 0.63% | 0.7% | - |
| XYZ | 19.37 | 22.55 | 45.45 | - |
| YUV | 121.03 | 160.15 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 138 | 178 | 0.63 | 0.22 | 0 | 0.30 | 201.43 | 0.46 | 0.48 |
| Hex | 42 | 8A | B2 | 3F | 16 | 0 | 1E | C9 | 2E | 30 |
| Octal | 102 | 212 | 262 | 77 | 26 | 0 | 36 | 311 | 56 | 60 |
| Binary | 1000010 | 10001010 | 10110010 | 111111 | 10110 | 0 | 11110 | 11001001 | 101110 | 110000 |
Color Harmonies of #428AB2
Complementary color
Monochromatic Colors of #428AB2
Black with #428AB2
Text Example
Text Example
White with #428AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428AB2; }
p { color: rgb(66,138,178); }
H1.HeaderClassName
{
color: #428AB2;
}
.AnyTagClassName
{
color: #428AB2;
}
</style>
background-color css
<style>
a { background-color: #428AB2; }
a { background-color: rgb(66,138,178); }
div.DivClassName
{
background-color: #428AB2;
}
.BgClassName
{
background-color: #428AB2;
}
</style>
border-color css
<style>
span { border-color: #428AB2; }
span { border-color: rgb(66,138,178); }
td.TdClassName
{
border-color: #428AB2;
}
.TagClassName
{
border-color: #428AB2;
}
</style>