Shades of Boston Blue #428DAD
Tints of Boston Blue #428DAD
RGB
CMYK
RGB Variations
Color information
#428DAD (or 0x428DAD) is known color: Boston Blue. HEX triplet: 42, 8D and AD. RGB value is (66,141,173). Sum of RGB (Red+Green+Blue) = 66+141+173=380 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.37% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 173 - color contains mainly: blue. Hex color #428DAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428DAD is #BD7252. Grayscale: #7A7A7A. Windows color (decimal): -12415571 or 11373890. OLE color: 11373890.
HSL color Cylindrical-coordinate representation of color #428DAD: hue angle of 197.94º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #428DAD is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 141 | 173 | - |
| CMYK | 0.62 | 0.18 | 0 | 0.32 |
| HSL | 197.94º | 0.45% | 0.47% | - |
| HSV(B) | 197.94º | 0.62% | 0.68% | - |
| XYZ | 19.31 | 23.23 | 43 | - |
| YUV | 122.22 | 156.65 | 87.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 141 | 173 | 0.62 | 0.18 | 0 | 0.32 | 197.94 | 0.45 | 0.47 |
| Hex | 42 | 8D | AD | 3E | 12 | 0 | 20 | C6 | 2D | 2F |
| Octal | 102 | 215 | 255 | 76 | 22 | 0 | 40 | 306 | 55 | 57 |
| Binary | 1000010 | 10001101 | 10101101 | 111110 | 10010 | 0 | 100000 | 11000110 | 101101 | 101111 |
Color Harmonies of #428DAD
Complementary color
Monochromatic Colors of #428DAD
Black with #428DAD
Text Example
Text Example
White with #428DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428DAD; }
p { color: rgb(66,141,173); }
H1.HeaderClassName
{
color: #428DAD;
}
.AnyTagClassName
{
color: #428DAD;
}
</style>
background-color css
<style>
a { background-color: #428DAD; }
a { background-color: rgb(66,141,173); }
div.DivClassName
{
background-color: #428DAD;
}
.BgClassName
{
background-color: #428DAD;
}
</style>
border-color css
<style>
span { border-color: #428DAD; }
span { border-color: rgb(66,141,173); }
td.TdClassName
{
border-color: #428DAD;
}
.TagClassName
{
border-color: #428DAD;
}
</style>