Shades of Boston Blue #4691B0
Tints of Boston Blue #4691B0
RGB
CMYK
RGB Variations
Color information
#4691B0 (or 0x4691B0) is known color: Boston Blue. HEX triplet: 46, 91 and B0. RGB value is (70,145,176). Sum of RGB (Red+Green+Blue) = 70+145+176=391 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.90% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 176 (69.14% from 255 or 45.01% from 391); Max value from RGB is 176 - color contains mainly: blue. Hex color #4691B0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4691B0 is #B96E4F. Grayscale: #7D7D7D. Windows color (decimal): -12152400 or 11571526. OLE color: 11571526.
HSL color Cylindrical-coordinate representation of color #4691B0: hue angle of 197.55º 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 #4691B0 is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 70 | 145 | 176 | - |
| CMYK | 0.60 | 0.18 | 0 | 0.31 |
| HSL | 197.55º | 0.43% | 0.48% | - |
| HSV(B) | 197.55º | 0.6% | 0.69% | - |
| XYZ | 20.49 | 24.69 | 44.76 | - |
| YUV | 126.11 | 156.15 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 145 | 176 | 0.60 | 0.18 | 0 | 0.31 | 197.55 | 0.43 | 0.48 |
| Hex | 46 | 91 | B0 | 3C | 12 | 0 | 1F | C6 | 2B | 30 |
| Octal | 106 | 221 | 260 | 74 | 22 | 0 | 37 | 306 | 53 | 60 |
| Binary | 1000110 | 10010001 | 10110000 | 111100 | 10010 | 0 | 11111 | 11000110 | 101011 | 110000 |
Color Harmonies of #4691B0
Complementary color
Monochromatic Colors of #4691B0
Black with #4691B0
Text Example
Text Example
White with #4691B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4691B0; }
p { color: rgb(70,145,176); }
H1.HeaderClassName
{
color: #4691B0;
}
.AnyTagClassName
{
color: #4691B0;
}
</style>
background-color css
<style>
a { background-color: #4691B0; }
a { background-color: rgb(70,145,176); }
div.DivClassName
{
background-color: #4691B0;
}
.BgClassName
{
background-color: #4691B0;
}
</style>
border-color css
<style>
span { border-color: #4691B0; }
span { border-color: rgb(70,145,176); }
td.TdClassName
{
border-color: #4691B0;
}
.TagClassName
{
border-color: #4691B0;
}
</style>