Shades of Boston Blue #469BA6
Tints of Boston Blue #469BA6
RGB
CMYK
RGB Variations
Color information
#469BA6 (or 0x469BA6) is known color: Boston Blue. HEX triplet: 46, 9B and A6. RGB value is (70,155,166). Sum of RGB (Red+Green+Blue) = 70+155+166=391 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.90% from 391); Green value is 155 (60.94% from 255 or 39.64% from 391); Blue value is 166 (65.23% from 255 or 42.46% from 391); Max value from RGB is 166 - color contains mainly: blue. Hex color #469BA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469BA6 is #B96459. Grayscale: #828282. Windows color (decimal): -12149850 or 10918726. OLE color: 10918726.
HSL color Cylindrical-coordinate representation of color #469BA6: hue angle of 186.88º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #469BA6 is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 70 | 155 | 166 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.35 |
| HSL | 186.88º | 0.41% | 0.46% | - |
| HSV(B) | 186.88º | 0.58% | 0.65% | - |
| XYZ | 21.13 | 27.5 | 40.27 | - |
| YUV | 130.84 | 147.84 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 155 | 166 | 0.58 | 0.07 | 0 | 0.35 | 186.88 | 0.41 | 0.46 |
| Hex | 46 | 9B | A6 | 3A | 7 | 0 | 23 | BB | 29 | 2E |
| Octal | 106 | 233 | 246 | 72 | 7 | 0 | 43 | 273 | 51 | 56 |
| Binary | 1000110 | 10011011 | 10100110 | 111010 | 111 | 0 | 100011 | 10111011 | 101001 | 101110 |
Color Harmonies of #469BA6
Complementary color
Monochromatic Colors of #469BA6
Black with #469BA6
Text Example
Text Example
White with #469BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469BA6; }
p { color: rgb(70,155,166); }
H1.HeaderClassName
{
color: #469BA6;
}
.AnyTagClassName
{
color: #469BA6;
}
</style>
background-color css
<style>
a { background-color: #469BA6; }
a { background-color: rgb(70,155,166); }
div.DivClassName
{
background-color: #469BA6;
}
.BgClassName
{
background-color: #469BA6;
}
</style>
border-color css
<style>
span { border-color: #469BA6; }
span { border-color: rgb(70,155,166); }
td.TdClassName
{
border-color: #469BA6;
}
.TagClassName
{
border-color: #469BA6;
}
</style>