Shades of Boston Blue #428AAB
Tints of Boston Blue #428AAB
RGB
CMYK
RGB Variations
Color information
#428AAB (or 0x428AAB) is known color: Boston Blue. HEX triplet: 42, 8A and AB. RGB value is (66,138,171). Sum of RGB (Red+Green+Blue) = 66+138+171=375 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.6% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #428AAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428AAB is #BD7554. Grayscale: #787878. Windows color (decimal): -12416341 or 11242050. OLE color: 11242050.
HSL color Cylindrical-coordinate representation of color #428AAB: hue angle of 198.86º 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 #428AAB is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 138 | 171 | - |
| CMYK | 0.61 | 0.19 | 0 | 0.33 |
| HSL | 198.86º | 0.44% | 0.46% | - |
| HSV(B) | 198.86º | 0.61% | 0.67% | - |
| XYZ | 18.69 | 22.28 | 41.84 | - |
| YUV | 120.23 | 156.65 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 138 | 171 | 0.61 | 0.19 | 0 | 0.33 | 198.86 | 0.44 | 0.46 |
| Hex | 42 | 8A | AB | 3D | 13 | 0 | 21 | C7 | 2C | 2E |
| Octal | 102 | 212 | 253 | 75 | 23 | 0 | 41 | 307 | 54 | 56 |
| Binary | 1000010 | 10001010 | 10101011 | 111101 | 10011 | 0 | 100001 | 11000111 | 101100 | 101110 |
Color Harmonies of #428AAB
Complementary color
Monochromatic Colors of #428AAB
Black with #428AAB
Text Example
Text Example
White with #428AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428AAB; }
p { color: rgb(66,138,171); }
H1.HeaderClassName
{
color: #428AAB;
}
.AnyTagClassName
{
color: #428AAB;
}
</style>
background-color css
<style>
a { background-color: #428AAB; }
a { background-color: rgb(66,138,171); }
div.DivClassName
{
background-color: #428AAB;
}
.BgClassName
{
background-color: #428AAB;
}
</style>
border-color css
<style>
span { border-color: #428AAB; }
span { border-color: rgb(66,138,171); }
td.TdClassName
{
border-color: #428AAB;
}
.TagClassName
{
border-color: #428AAB;
}
</style>