Shades of Boston Blue #428BAD
Tints of Boston Blue #428BAD
RGB
CMYK
RGB Variations
Color information
#428BAD (or 0x428BAD) is known color: Boston Blue. HEX triplet: 42, 8B and AD. RGB value is (66,139,173). Sum of RGB (Red+Green+Blue) = 66+139+173=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 173 - color contains mainly: blue. Hex color #428BAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428BAD is #BD7452. Grayscale: #787878. Windows color (decimal): -12416083 or 11373378. OLE color: 11373378.
HSL color Cylindrical-coordinate representation of color #428BAD: hue angle of 199.07º 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 #428BAD is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 139 | 173 | - |
| CMYK | 0.62 | 0.20 | 0 | 0.32 |
| HSL | 199.07º | 0.45% | 0.47% | - |
| HSV(B) | 199.07º | 0.62% | 0.68% | - |
| XYZ | 19.02 | 22.64 | 42.9 | - |
| YUV | 121.05 | 157.32 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 139 | 173 | 0.62 | 0.20 | 0 | 0.32 | 199.07 | 0.45 | 0.47 |
| Hex | 42 | 8B | AD | 3E | 14 | 0 | 20 | C7 | 2D | 2F |
| Octal | 102 | 213 | 255 | 76 | 24 | 0 | 40 | 307 | 55 | 57 |
| Binary | 1000010 | 10001011 | 10101101 | 111110 | 10100 | 0 | 100000 | 11000111 | 101101 | 101111 |
Color Harmonies of #428BAD
Complementary color
Monochromatic Colors of #428BAD
Black with #428BAD
Text Example
Text Example
White with #428BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428BAD; }
p { color: rgb(66,139,173); }
H1.HeaderClassName
{
color: #428BAD;
}
.AnyTagClassName
{
color: #428BAD;
}
</style>
background-color css
<style>
a { background-color: #428BAD; }
a { background-color: rgb(66,139,173); }
div.DivClassName
{
background-color: #428BAD;
}
.BgClassName
{
background-color: #428BAD;
}
</style>
border-color css
<style>
span { border-color: #428BAD; }
span { border-color: rgb(66,139,173); }
td.TdClassName
{
border-color: #428BAD;
}
.TagClassName
{
border-color: #428BAD;
}
</style>