Shades of Boston Blue #428BAC
Tints of Boston Blue #428BAC
RGB
CMYK
RGB Variations
Color information
#428BAC (or 0x428BAC) is known color: Boston Blue. HEX triplet: 42, 8B and AC. RGB value is (66,139,172). Sum of RGB (Red+Green+Blue) = 66+139+172=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #428BAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428BAC is #BD7453. Grayscale: #787878. Windows color (decimal): -12416084 or 11307842. OLE color: 11307842.
HSL color Cylindrical-coordinate representation of color #428BAC: hue angle of 198.68º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #428BAC is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 139 | 172 | - |
| CMYK | 0.62 | 0.19 | 0 | 0.33 |
| HSL | 198.68º | 0.45% | 0.47% | - |
| HSV(B) | 198.68º | 0.62% | 0.67% | - |
| XYZ | 18.93 | 22.6 | 42.39 | - |
| YUV | 120.94 | 156.82 | 88.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 139 | 172 | 0.62 | 0.19 | 0 | 0.33 | 198.68 | 0.45 | 0.47 |
| Hex | 42 | 8B | AC | 3E | 13 | 0 | 21 | C7 | 2D | 2F |
| Octal | 102 | 213 | 254 | 76 | 23 | 0 | 41 | 307 | 55 | 57 |
| Binary | 1000010 | 10001011 | 10101100 | 111110 | 10011 | 0 | 100001 | 11000111 | 101101 | 101111 |
Color Harmonies of #428BAC
Complementary color
Monochromatic Colors of #428BAC
Black with #428BAC
Text Example
Text Example
White with #428BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428BAC; }
p { color: rgb(66,139,172); }
H1.HeaderClassName
{
color: #428BAC;
}
.AnyTagClassName
{
color: #428BAC;
}
</style>
background-color css
<style>
a { background-color: #428BAC; }
a { background-color: rgb(66,139,172); }
div.DivClassName
{
background-color: #428BAC;
}
.BgClassName
{
background-color: #428BAC;
}
</style>
border-color css
<style>
span { border-color: #428BAC; }
span { border-color: rgb(66,139,172); }
td.TdClassName
{
border-color: #428BAC;
}
.TagClassName
{
border-color: #428BAC;
}
</style>