Shades of Boston Blue #4697BC
Tints of Boston Blue #4697BC
RGB
CMYK
RGB Variations
Color information
#4697BC (or 0x4697BC) is known color: Boston Blue. HEX triplet: 46, 97 and BC. RGB value is (70,151,188). Sum of RGB (Red+Green+Blue) = 70+151+188=409 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.11% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #4697BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4697BC is #B96843. Grayscale: #828282. Windows color (decimal): -12150852 or 12359494. OLE color: 12359494.
HSL color Cylindrical-coordinate representation of color #4697BC: hue angle of 198.81º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4697BC is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 151 | 188 | - |
| CMYK | 0.63 | 0.20 | 0 | 0.26 |
| HSL | 198.81º | 0.47% | 0.51% | - |
| HSV(B) | 198.81º | 0.63% | 0.74% | - |
| XYZ | 22.67 | 27.07 | 51.61 | - |
| YUV | 131 | 160.16 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 151 | 188 | 0.63 | 0.20 | 0 | 0.26 | 198.81 | 0.47 | 0.51 |
| Hex | 46 | 97 | BC | 3F | 14 | 0 | 1A | C7 | 2F | 33 |
| Octal | 106 | 227 | 274 | 77 | 24 | 0 | 32 | 307 | 57 | 63 |
| Binary | 1000110 | 10010111 | 10111100 | 111111 | 10100 | 0 | 11010 | 11000111 | 101111 | 110011 |
Color Harmonies of #4697BC
Complementary color
Monochromatic Colors of #4697BC
Black with #4697BC
Text Example
Text Example
White with #4697BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4697BC; }
p { color: rgb(70,151,188); }
H1.HeaderClassName
{
color: #4697BC;
}
.AnyTagClassName
{
color: #4697BC;
}
</style>
background-color css
<style>
a { background-color: #4697BC; }
a { background-color: rgb(70,151,188); }
div.DivClassName
{
background-color: #4697BC;
}
.BgClassName
{
background-color: #4697BC;
}
</style>
border-color css
<style>
span { border-color: #4697BC; }
span { border-color: rgb(70,151,188); }
td.TdClassName
{
border-color: #4697BC;
}
.TagClassName
{
border-color: #4697BC;
}
</style>