Shades of Boston Blue #428FAE
Tints of Boston Blue #428FAE
RGB
CMYK
RGB Variations
Color information
#428FAE (or 0x428FAE) is known color: Boston Blue. HEX triplet: 42, 8F and AE. RGB value is (66,143,174). Sum of RGB (Red+Green+Blue) = 66+143+174=383 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.23% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #428FAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428FAE is #BD7051. Grayscale: #7B7B7B. Windows color (decimal): -12415058 or 11439938. OLE color: 11439938.
HSL color Cylindrical-coordinate representation of color #428FAE: hue angle of 197.22º 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 #428FAE is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 143 | 174 | - |
| CMYK | 0.62 | 0.18 | 0 | 0.32 |
| HSL | 197.22º | 0.45% | 0.47% | - |
| HSV(B) | 197.22º | 0.62% | 0.68% | - |
| XYZ | 19.71 | 23.86 | 43.61 | - |
| YUV | 123.51 | 156.49 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 143 | 174 | 0.62 | 0.18 | 0 | 0.32 | 197.22 | 0.45 | 0.47 |
| Hex | 42 | 8F | AE | 3E | 12 | 0 | 20 | C5 | 2D | 2F |
| Octal | 102 | 217 | 256 | 76 | 22 | 0 | 40 | 305 | 55 | 57 |
| Binary | 1000010 | 10001111 | 10101110 | 111110 | 10010 | 0 | 100000 | 11000101 | 101101 | 101111 |
Color Harmonies of #428FAE
Complementary color
Monochromatic Colors of #428FAE
Black with #428FAE
Text Example
Text Example
White with #428FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428FAE; }
p { color: rgb(66,143,174); }
H1.HeaderClassName
{
color: #428FAE;
}
.AnyTagClassName
{
color: #428FAE;
}
</style>
background-color css
<style>
a { background-color: #428FAE; }
a { background-color: rgb(66,143,174); }
div.DivClassName
{
background-color: #428FAE;
}
.BgClassName
{
background-color: #428FAE;
}
</style>
border-color css
<style>
span { border-color: #428FAE; }
span { border-color: rgb(66,143,174); }
td.TdClassName
{
border-color: #428FAE;
}
.TagClassName
{
border-color: #428FAE;
}
</style>