Shades of Boston Blue #428DB4
Tints of Boston Blue #428DB4
RGB
CMYK
RGB Variations
Color information
#428DB4 (or 0x428DB4) is known color: Boston Blue. HEX triplet: 42, 8D and B4. RGB value is (66,141,180). Sum of RGB (Red+Green+Blue) = 66+141+180=387 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.05% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 180 (70.70% from 255 or 46.51% from 387); Max value from RGB is 180 - color contains mainly: blue. Hex color #428DB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428DB4 is #BD724B. Grayscale: #7A7A7A. Windows color (decimal): -12415564 or 11832642. OLE color: 11832642.
HSL color Cylindrical-coordinate representation of color #428DB4: hue angle of 200.53º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #428DB4 is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 141 | 180 | - |
| CMYK | 0.63 | 0.22 | 0 | 0.29 |
| HSL | 200.53º | 0.46% | 0.48% | - |
| HSV(B) | 200.53º | 0.63% | 0.71% | - |
| XYZ | 20.01 | 23.5 | 46.66 | - |
| YUV | 123.02 | 160.15 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 141 | 180 | 0.63 | 0.22 | 0 | 0.29 | 200.53 | 0.46 | 0.48 |
| Hex | 42 | 8D | B4 | 3F | 16 | 0 | 1D | C9 | 2E | 30 |
| Octal | 102 | 215 | 264 | 77 | 26 | 0 | 35 | 311 | 56 | 60 |
| Binary | 1000010 | 10001101 | 10110100 | 111111 | 10110 | 0 | 11101 | 11001001 | 101110 | 110000 |
Color Harmonies of #428DB4
Complementary color
Monochromatic Colors of #428DB4
Black with #428DB4
Text Example
Text Example
White with #428DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428DB4; }
p { color: rgb(66,141,180); }
H1.HeaderClassName
{
color: #428DB4;
}
.AnyTagClassName
{
color: #428DB4;
}
</style>
background-color css
<style>
a { background-color: #428DB4; }
a { background-color: rgb(66,141,180); }
div.DivClassName
{
background-color: #428DB4;
}
.BgClassName
{
background-color: #428DB4;
}
</style>
border-color css
<style>
span { border-color: #428DB4; }
span { border-color: rgb(66,141,180); }
td.TdClassName
{
border-color: #428DB4;
}
.TagClassName
{
border-color: #428DB4;
}
</style>