Shades of Boston Blue #4696A7
Tints of Boston Blue #4696A7
RGB
CMYK
RGB Variations
Color information
#4696A7 (or 0x4696A7) is known color: Boston Blue. HEX triplet: 46, 96 and A7. RGB value is (70,150,167). Sum of RGB (Red+Green+Blue) = 70+150+167=387 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.09% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 167 (65.62% from 255 or 43.15% from 387); Max value from RGB is 167 - color contains mainly: blue. Hex color #4696A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4696A7 is #B96958. Grayscale: #7F7F7F. Windows color (decimal): -12151129 or 10982982. OLE color: 10982982.
HSL color Cylindrical-coordinate representation of color #4696A7: hue angle of 190.52º 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 #4696A7 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 70 | 150 | 167 | - |
| CMYK | 0.58 | 0.10 | 0 | 0.35 |
| HSL | 190.52º | 0.41% | 0.46% | - |
| HSV(B) | 190.52º | 0.58% | 0.65% | - |
| XYZ | 20.41 | 25.9 | 40.48 | - |
| YUV | 128.02 | 150 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 150 | 167 | 0.58 | 0.10 | 0 | 0.35 | 190.52 | 0.41 | 0.46 |
| Hex | 46 | 96 | A7 | 3A | A | 0 | 23 | BF | 29 | 2E |
| Octal | 106 | 226 | 247 | 72 | 12 | 0 | 43 | 277 | 51 | 56 |
| Binary | 1000110 | 10010110 | 10100111 | 111010 | 1010 | 0 | 100011 | 10111111 | 101001 | 101110 |
Color Harmonies of #4696A7
Complementary color
Monochromatic Colors of #4696A7
Black with #4696A7
Text Example
Text Example
White with #4696A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4696A7; }
p { color: rgb(70,150,167); }
H1.HeaderClassName
{
color: #4696A7;
}
.AnyTagClassName
{
color: #4696A7;
}
</style>
background-color css
<style>
a { background-color: #4696A7; }
a { background-color: rgb(70,150,167); }
div.DivClassName
{
background-color: #4696A7;
}
.BgClassName
{
background-color: #4696A7;
}
</style>
border-color css
<style>
span { border-color: #4696A7; }
span { border-color: rgb(70,150,167); }
td.TdClassName
{
border-color: #4696A7;
}
.TagClassName
{
border-color: #4696A7;
}
</style>