Shades of Boston Blue #4991AF
Tints of Boston Blue #4991AF
RGB
CMYK
RGB Variations
Color information
#4991AF (or 0x4991AF) is known color: Boston Blue. HEX triplet: 49, 91 and AF. RGB value is (73,145,175). Sum of RGB (Red+Green+Blue) = 73+145+175=393 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.58% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #4991AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4991AF is #B66E50. Grayscale: #7E7E7E. Windows color (decimal): -11955793 or 11505993. OLE color: 11505993.
HSL color Cylindrical-coordinate representation of color #4991AF: hue angle of 197.65º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4991AF is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 145 | 175 | - |
| CMYK | 0.58 | 0.17 | 0 | 0.31 |
| HSL | 197.65º | 0.41% | 0.49% | - |
| HSV(B) | 197.65º | 0.58% | 0.69% | - |
| XYZ | 20.61 | 24.76 | 44.25 | - |
| YUV | 126.89 | 155.15 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 145 | 175 | 0.58 | 0.17 | 0 | 0.31 | 197.65 | 0.41 | 0.49 |
| Hex | 49 | 91 | AF | 3A | 11 | 0 | 1F | C6 | 29 | 31 |
| Octal | 111 | 221 | 257 | 72 | 21 | 0 | 37 | 306 | 51 | 61 |
| Binary | 1001001 | 10010001 | 10101111 | 111010 | 10001 | 0 | 11111 | 11000110 | 101001 | 110001 |
Color Harmonies of #4991AF
Complementary color
Monochromatic Colors of #4991AF
Black with #4991AF
Text Example
Text Example
White with #4991AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4991AF; }
p { color: rgb(73,145,175); }
H1.HeaderClassName
{
color: #4991AF;
}
.AnyTagClassName
{
color: #4991AF;
}
</style>
background-color css
<style>
a { background-color: #4991AF; }
a { background-color: rgb(73,145,175); }
div.DivClassName
{
background-color: #4991AF;
}
.BgClassName
{
background-color: #4991AF;
}
</style>
border-color css
<style>
span { border-color: #4991AF; }
span { border-color: rgb(73,145,175); }
td.TdClassName
{
border-color: #4991AF;
}
.TagClassName
{
border-color: #4991AF;
}
</style>