Shades of Boston Blue #4691BA
Tints of Boston Blue #4691BA
RGB
CMYK
RGB Variations
Color information
#4691BA (or 0x4691BA) is known color: Boston Blue. HEX triplet: 46, 91 and BA. RGB value is (70,145,186). Sum of RGB (Red+Green+Blue) = 70+145+186=401 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.46% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #4691BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4691BA is #B96E45. Grayscale: #7F7F7F. Windows color (decimal): -12152390 or 12226886. OLE color: 12226886.
HSL color Cylindrical-coordinate representation of color #4691BA: hue angle of 201.21º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4691BA is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 145 | 186 | - |
| CMYK | 0.62 | 0.22 | 0 | 0.27 |
| HSL | 201.21º | 0.46% | 0.5% | - |
| HSV(B) | 201.21º | 0.62% | 0.73% | - |
| XYZ | 21.51 | 25.1 | 50.16 | - |
| YUV | 127.25 | 161.15 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 145 | 186 | 0.62 | 0.22 | 0 | 0.27 | 201.21 | 0.46 | 0.5 |
| Hex | 46 | 91 | BA | 3E | 16 | 0 | 1B | C9 | 2E | 32 |
| Octal | 106 | 221 | 272 | 76 | 26 | 0 | 33 | 311 | 56 | 62 |
| Binary | 1000110 | 10010001 | 10111010 | 111110 | 10110 | 0 | 11011 | 11001001 | 101110 | 110010 |
Color Harmonies of #4691BA
Complementary color
Monochromatic Colors of #4691BA
Black with #4691BA
Text Example
Text Example
White with #4691BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4691BA; }
p { color: rgb(70,145,186); }
H1.HeaderClassName
{
color: #4691BA;
}
.AnyTagClassName
{
color: #4691BA;
}
</style>
background-color css
<style>
a { background-color: #4691BA; }
a { background-color: rgb(70,145,186); }
div.DivClassName
{
background-color: #4691BA;
}
.BgClassName
{
background-color: #4691BA;
}
</style>
border-color css
<style>
span { border-color: #4691BA; }
span { border-color: rgb(70,145,186); }
td.TdClassName
{
border-color: #4691BA;
}
.TagClassName
{
border-color: #4691BA;
}
</style>