Shades of Boston Blue #428EAC
Tints of Boston Blue #428EAC
RGB
CMYK
RGB Variations
Color information
#428EAC (or 0x428EAC) is known color: Boston Blue. HEX triplet: 42, 8E and AC. RGB value is (66,142,172). Sum of RGB (Red+Green+Blue) = 66+142+172=380 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.37% from 380); Green value is 142 (55.86% from 255 or 37.37% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #428EAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428EAC is #BD7153. Grayscale: #7A7A7A. Windows color (decimal): -12415316 or 11308610. OLE color: 11308610.
HSL color Cylindrical-coordinate representation of color #428EAC: hue angle of 196.98º 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 #428EAC is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 142 | 172 | - |
| CMYK | 0.62 | 0.17 | 0 | 0.33 |
| HSL | 196.98º | 0.45% | 0.47% | - |
| HSV(B) | 196.98º | 0.62% | 0.67% | - |
| XYZ | 19.37 | 23.48 | 42.54 | - |
| YUV | 122.7 | 155.82 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 142 | 172 | 0.62 | 0.17 | 0 | 0.33 | 196.98 | 0.45 | 0.47 |
| Hex | 42 | 8E | AC | 3E | 11 | 0 | 21 | C5 | 2D | 2F |
| Octal | 102 | 216 | 254 | 76 | 21 | 0 | 41 | 305 | 55 | 57 |
| Binary | 1000010 | 10001110 | 10101100 | 111110 | 10001 | 0 | 100001 | 11000101 | 101101 | 101111 |
Color Harmonies of #428EAC
Complementary color
Monochromatic Colors of #428EAC
Black with #428EAC
Text Example
Text Example
White with #428EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428EAC; }
p { color: rgb(66,142,172); }
H1.HeaderClassName
{
color: #428EAC;
}
.AnyTagClassName
{
color: #428EAC;
}
</style>
background-color css
<style>
a { background-color: #428EAC; }
a { background-color: rgb(66,142,172); }
div.DivClassName
{
background-color: #428EAC;
}
.BgClassName
{
background-color: #428EAC;
}
</style>
border-color css
<style>
span { border-color: #428EAC; }
span { border-color: rgb(66,142,172); }
td.TdClassName
{
border-color: #428EAC;
}
.TagClassName
{
border-color: #428EAC;
}
</style>