Shades of Boston Blue #469BA7
Tints of Boston Blue #469BA7
RGB
CMYK
RGB Variations
Color information
#469BA7 (or 0x469BA7) is known color: Boston Blue. HEX triplet: 46, 9B and A7. RGB value is (70,155,167). Sum of RGB (Red+Green+Blue) = 70+155+167=392 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.86% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 167 (65.62% from 255 or 42.60% from 392); Max value from RGB is 167 - color contains mainly: blue. Hex color #469BA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469BA7 is #B96458. Grayscale: #828282. Windows color (decimal): -12149849 or 10984262. OLE color: 10984262.
HSL color Cylindrical-coordinate representation of color #469BA7: hue angle of 187.42º 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 #469BA7 is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 70 | 155 | 167 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.35 |
| HSL | 187.42º | 0.41% | 0.46% | - |
| HSV(B) | 187.42º | 0.58% | 0.65% | - |
| XYZ | 21.22 | 27.53 | 40.76 | - |
| YUV | 130.95 | 148.34 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 155 | 167 | 0.58 | 0.07 | 0 | 0.35 | 187.42 | 0.41 | 0.46 |
| Hex | 46 | 9B | A7 | 3A | 7 | 0 | 23 | BB | 29 | 2E |
| Octal | 106 | 233 | 247 | 72 | 7 | 0 | 43 | 273 | 51 | 56 |
| Binary | 1000110 | 10011011 | 10100111 | 111010 | 111 | 0 | 100011 | 10111011 | 101001 | 101110 |
Color Harmonies of #469BA7
Complementary color
Monochromatic Colors of #469BA7
Black with #469BA7
Text Example
Text Example
White with #469BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469BA7; }
p { color: rgb(70,155,167); }
H1.HeaderClassName
{
color: #469BA7;
}
.AnyTagClassName
{
color: #469BA7;
}
</style>
background-color css
<style>
a { background-color: #469BA7; }
a { background-color: rgb(70,155,167); }
div.DivClassName
{
background-color: #469BA7;
}
.BgClassName
{
background-color: #469BA7;
}
</style>
border-color css
<style>
span { border-color: #469BA7; }
span { border-color: rgb(70,155,167); }
td.TdClassName
{
border-color: #469BA7;
}
.TagClassName
{
border-color: #469BA7;
}
</style>