Shades of Boston Blue #4696B1
Tints of Boston Blue #4696B1
RGB
CMYK
RGB Variations
Color information
#4696B1 (or 0x4696B1) is known color: Boston Blue. HEX triplet: 46, 96 and B1. RGB value is (70,150,177). Sum of RGB (Red+Green+Blue) = 70+150+177=397 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.63% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 177 (69.53% from 255 or 44.58% from 397); Max value from RGB is 177 - color contains mainly: blue. Hex color #4696B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4696B1 is #B9694E. Grayscale: #808080. Windows color (decimal): -12151119 or 11638342. OLE color: 11638342.
HSL color Cylindrical-coordinate representation of color #4696B1: hue angle of 195.14º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4696B1 is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 70 | 150 | 177 | - |
| CMYK | 0.60 | 0.15 | 0 | 0.31 |
| HSL | 195.14º | 0.43% | 0.48% | - |
| HSV(B) | 195.14º | 0.6% | 0.69% | - |
| XYZ | 21.37 | 26.29 | 45.54 | - |
| YUV | 129.16 | 155 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 150 | 177 | 0.60 | 0.15 | 0 | 0.31 | 195.14 | 0.43 | 0.48 |
| Hex | 46 | 96 | B1 | 3C | F | 0 | 1F | C3 | 2B | 30 |
| Octal | 106 | 226 | 261 | 74 | 17 | 0 | 37 | 303 | 53 | 60 |
| Binary | 1000110 | 10010110 | 10110001 | 111100 | 1111 | 0 | 11111 | 11000011 | 101011 | 110000 |
Color Harmonies of #4696B1
Complementary color
Monochromatic Colors of #4696B1
Black with #4696B1
Text Example
Text Example
White with #4696B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4696B1; }
p { color: rgb(70,150,177); }
H1.HeaderClassName
{
color: #4696B1;
}
.AnyTagClassName
{
color: #4696B1;
}
</style>
background-color css
<style>
a { background-color: #4696B1; }
a { background-color: rgb(70,150,177); }
div.DivClassName
{
background-color: #4696B1;
}
.BgClassName
{
background-color: #4696B1;
}
</style>
border-color css
<style>
span { border-color: #4696B1; }
span { border-color: rgb(70,150,177); }
td.TdClassName
{
border-color: #4696B1;
}
.TagClassName
{
border-color: #4696B1;
}
</style>