Shades of Boston Blue #4997BF
Tints of Boston Blue #4997BF
RGB
CMYK
RGB Variations
Color information
#4997BF (or 0x4997BF) is known color: Boston Blue. HEX triplet: 49, 97 and BF. RGB value is (73,151,191). Sum of RGB (Red+Green+Blue) = 73+151+191=415 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.59% from 415); Green value is 151 (59.38% from 255 or 36.39% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: blue. Hex color #4997BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4997BF is #B66840. Grayscale: #838383. Windows color (decimal): -11954241 or 12556105. OLE color: 12556105.
HSL color Cylindrical-coordinate representation of color #4997BF: hue angle of 200.34º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4997BF is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 151 | 191 | - |
| CMYK | 0.62 | 0.21 | 0 | 0.25 |
| HSL | 200.34º | 0.48% | 0.52% | - |
| HSV(B) | 200.34º | 0.62% | 0.75% | - |
| XYZ | 23.22 | 27.31 | 53.34 | - |
| YUV | 132.24 | 161.16 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 151 | 191 | 0.62 | 0.21 | 0 | 0.25 | 200.34 | 0.48 | 0.52 |
| Hex | 49 | 97 | BF | 3E | 15 | 0 | 19 | C8 | 30 | 34 |
| Octal | 111 | 227 | 277 | 76 | 25 | 0 | 31 | 310 | 60 | 64 |
| Binary | 1001001 | 10010111 | 10111111 | 111110 | 10101 | 0 | 11001 | 11001000 | 110000 | 110100 |
Color Harmonies of #4997BF
Complementary color
Monochromatic Colors of #4997BF
Black with #4997BF
Text Example
Text Example
White with #4997BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4997BF; }
p { color: rgb(73,151,191); }
H1.HeaderClassName
{
color: #4997BF;
}
.AnyTagClassName
{
color: #4997BF;
}
</style>
background-color css
<style>
a { background-color: #4997BF; }
a { background-color: rgb(73,151,191); }
div.DivClassName
{
background-color: #4997BF;
}
.BgClassName
{
background-color: #4997BF;
}
</style>
border-color css
<style>
span { border-color: #4997BF; }
span { border-color: rgb(73,151,191); }
td.TdClassName
{
border-color: #4997BF;
}
.TagClassName
{
border-color: #4997BF;
}
</style>