Shades of Boston Blue #4699BD
Tints of Boston Blue #4699BD
RGB
CMYK
RGB Variations
Color information
#4699BD (or 0x4699BD) is known color: Boston Blue. HEX triplet: 46, 99 and BD. RGB value is (70,153,189). Sum of RGB (Red+Green+Blue) = 70+153+189=412 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.99% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 189 - color contains mainly: blue. Hex color #4699BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4699BD is #B96642. Grayscale: #848484. Windows color (decimal): -12150339 or 12425542. OLE color: 12425542.
HSL color Cylindrical-coordinate representation of color #4699BD: hue angle of 198.15º 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 #4699BD is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 153 | 189 | - |
| CMYK | 0.63 | 0.19 | 0 | 0.26 |
| HSL | 198.15º | 0.47% | 0.51% | - |
| HSV(B) | 198.15º | 0.63% | 0.74% | - |
| XYZ | 23.1 | 27.76 | 52.28 | - |
| YUV | 132.29 | 160 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 153 | 189 | 0.63 | 0.19 | 0 | 0.26 | 198.15 | 0.47 | 0.51 |
| Hex | 46 | 99 | BD | 3F | 13 | 0 | 1A | C6 | 2F | 33 |
| Octal | 106 | 231 | 275 | 77 | 23 | 0 | 32 | 306 | 57 | 63 |
| Binary | 1000110 | 10011001 | 10111101 | 111111 | 10011 | 0 | 11010 | 11000110 | 101111 | 110011 |
Color Harmonies of #4699BD
Complementary color
Monochromatic Colors of #4699BD
Black with #4699BD
Text Example
Text Example
White with #4699BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4699BD; }
p { color: rgb(70,153,189); }
H1.HeaderClassName
{
color: #4699BD;
}
.AnyTagClassName
{
color: #4699BD;
}
</style>
background-color css
<style>
a { background-color: #4699BD; }
a { background-color: rgb(70,153,189); }
div.DivClassName
{
background-color: #4699BD;
}
.BgClassName
{
background-color: #4699BD;
}
</style>
border-color css
<style>
span { border-color: #4699BD; }
span { border-color: rgb(70,153,189); }
td.TdClassName
{
border-color: #4699BD;
}
.TagClassName
{
border-color: #4699BD;
}
</style>