Shades of Boston Blue #4297BB
Tints of Boston Blue #4297BB
RGB
CMYK
RGB Variations
Color information
#4297BB (or 0x4297BB) is known color: Boston Blue. HEX triplet: 42, 97 and BB. RGB value is (66,151,187). Sum of RGB (Red+Green+Blue) = 66+151+187=404 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.34% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 187 - color contains mainly: blue. Hex color #4297BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4297BB is #BD6844. Grayscale: #818181. Windows color (decimal): -12412997 or 12293954. OLE color: 12293954.
HSL color Cylindrical-coordinate representation of color #4297BB: hue angle of 197.85º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4297BB is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 151 | 187 | - |
| CMYK | 0.65 | 0.19 | 0 | 0.27 |
| HSL | 197.85º | 0.48% | 0.5% | - |
| HSV(B) | 197.85º | 0.65% | 0.73% | - |
| XYZ | 22.28 | 26.88 | 51.03 | - |
| YUV | 129.69 | 160.34 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 151 | 187 | 0.65 | 0.19 | 0 | 0.27 | 197.85 | 0.48 | 0.5 |
| Hex | 42 | 97 | BB | 41 | 13 | 0 | 1B | C6 | 30 | 32 |
| Octal | 102 | 227 | 273 | 101 | 23 | 0 | 33 | 306 | 60 | 62 |
| Binary | 1000010 | 10010111 | 10111011 | 1000001 | 10011 | 0 | 11011 | 11000110 | 110000 | 110010 |
Color Harmonies of #4297BB
Complementary color
Monochromatic Colors of #4297BB
Black with #4297BB
Text Example
Text Example
White with #4297BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4297BB; }
p { color: rgb(66,151,187); }
H1.HeaderClassName
{
color: #4297BB;
}
.AnyTagClassName
{
color: #4297BB;
}
</style>
background-color css
<style>
a { background-color: #4297BB; }
a { background-color: rgb(66,151,187); }
div.DivClassName
{
background-color: #4297BB;
}
.BgClassName
{
background-color: #4297BB;
}
</style>
border-color css
<style>
span { border-color: #4297BB; }
span { border-color: rgb(66,151,187); }
td.TdClassName
{
border-color: #4297BB;
}
.TagClassName
{
border-color: #4297BB;
}
</style>