Shades of Boston Blue #4698BF
Tints of Boston Blue #4698BF
RGB
CMYK
RGB Variations
Color information
#4698BF (or 0x4698BF) is known color: Boston Blue. HEX triplet: 46, 98 and BF. RGB value is (70,152,191). Sum of RGB (Red+Green+Blue) = 70+152+191=413 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.95% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #4698BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4698BF is #B96740. Grayscale: #838383. Windows color (decimal): -12150593 or 12556358. OLE color: 12556358.
HSL color Cylindrical-coordinate representation of color #4698BF: hue angle of 199.34º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4698BF is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 152 | 191 | - |
| CMYK | 0.63 | 0.20 | 0 | 0.25 |
| HSL | 199.34º | 0.49% | 0.51% | - |
| HSV(B) | 199.34º | 0.63% | 0.75% | - |
| XYZ | 23.16 | 27.52 | 53.38 | - |
| YUV | 131.93 | 161.33 | 83.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 152 | 191 | 0.63 | 0.20 | 0 | 0.25 | 199.34 | 0.49 | 0.51 |
| Hex | 46 | 98 | BF | 3F | 14 | 0 | 19 | C7 | 31 | 33 |
| Octal | 106 | 230 | 277 | 77 | 24 | 0 | 31 | 307 | 61 | 63 |
| Binary | 1000110 | 10011000 | 10111111 | 111111 | 10100 | 0 | 11001 | 11000111 | 110001 | 110011 |
Color Harmonies of #4698BF
Complementary color
Monochromatic Colors of #4698BF
Black with #4698BF
Text Example
Text Example
White with #4698BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4698BF; }
p { color: rgb(70,152,191); }
H1.HeaderClassName
{
color: #4698BF;
}
.AnyTagClassName
{
color: #4698BF;
}
</style>
background-color css
<style>
a { background-color: #4698BF; }
a { background-color: rgb(70,152,191); }
div.DivClassName
{
background-color: #4698BF;
}
.BgClassName
{
background-color: #4698BF;
}
</style>
border-color css
<style>
span { border-color: #4698BF; }
span { border-color: rgb(70,152,191); }
td.TdClassName
{
border-color: #4698BF;
}
.TagClassName
{
border-color: #4698BF;
}
</style>