Shades of Boston Blue #4991AC
Tints of Boston Blue #4991AC
RGB
CMYK
RGB Variations
Color information
#4991AC (or 0x4991AC) is known color: Boston Blue. HEX triplet: 49, 91 and AC. RGB value is (73,145,172). Sum of RGB (Red+Green+Blue) = 73+145+172=390 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.72% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #4991AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4991AC is #B66E53. Grayscale: #7E7E7E. Windows color (decimal): -11955796 or 11309385. OLE color: 11309385.
HSL color Cylindrical-coordinate representation of color #4991AC: hue angle of 196.36º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4991AC is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 145 | 172 | - |
| CMYK | 0.58 | 0.16 | 0 | 0.33 |
| HSL | 196.36º | 0.4% | 0.48% | - |
| HSV(B) | 196.36º | 0.58% | 0.67% | - |
| XYZ | 20.32 | 24.65 | 42.72 | - |
| YUV | 126.55 | 153.65 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 145 | 172 | 0.58 | 0.16 | 0 | 0.33 | 196.36 | 0.4 | 0.48 |
| Hex | 49 | 91 | AC | 3A | 10 | 0 | 21 | C4 | 28 | 30 |
| Octal | 111 | 221 | 254 | 72 | 20 | 0 | 41 | 304 | 50 | 60 |
| Binary | 1001001 | 10010001 | 10101100 | 111010 | 10000 | 0 | 100001 | 11000100 | 101000 | 110000 |
Color Harmonies of #4991AC
Complementary color
Monochromatic Colors of #4991AC
Black with #4991AC
Text Example
Text Example
White with #4991AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4991AC; }
p { color: rgb(73,145,172); }
H1.HeaderClassName
{
color: #4991AC;
}
.AnyTagClassName
{
color: #4991AC;
}
</style>
background-color css
<style>
a { background-color: #4991AC; }
a { background-color: rgb(73,145,172); }
div.DivClassName
{
background-color: #4991AC;
}
.BgClassName
{
background-color: #4991AC;
}
</style>
border-color css
<style>
span { border-color: #4991AC; }
span { border-color: rgb(73,145,172); }
td.TdClassName
{
border-color: #4991AC;
}
.TagClassName
{
border-color: #4991AC;
}
</style>