Shades of Boston Blue #4993AB
Tints of Boston Blue #4993AB
RGB
CMYK
RGB Variations
Color information
#4993AB (or 0x4993AB) is known color: Boston Blue. HEX triplet: 49, 93 and AB. RGB value is (73,147,171). Sum of RGB (Red+Green+Blue) = 73+147+171=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #4993AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4993AB is #B66C54. Grayscale: #7F7F7F. Windows color (decimal): -11955285 or 11244361. OLE color: 11244361.
HSL color Cylindrical-coordinate representation of color #4993AB: hue angle of 194.69º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4993AB is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 147 | 171 | - |
| CMYK | 0.57 | 0.14 | 0 | 0.33 |
| HSL | 194.69º | 0.4% | 0.48% | - |
| HSV(B) | 194.69º | 0.57% | 0.67% | - |
| XYZ | 20.53 | 25.22 | 42.31 | - |
| YUV | 127.61 | 152.48 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 147 | 171 | 0.57 | 0.14 | 0 | 0.33 | 194.69 | 0.4 | 0.48 |
| Hex | 49 | 93 | AB | 39 | E | 0 | 21 | C3 | 28 | 30 |
| Octal | 111 | 223 | 253 | 71 | 16 | 0 | 41 | 303 | 50 | 60 |
| Binary | 1001001 | 10010011 | 10101011 | 111001 | 1110 | 0 | 100001 | 11000011 | 101000 | 110000 |
Color Harmonies of #4993AB
Complementary color
Monochromatic Colors of #4993AB
Black with #4993AB
Text Example
Text Example
White with #4993AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4993AB; }
p { color: rgb(73,147,171); }
H1.HeaderClassName
{
color: #4993AB;
}
.AnyTagClassName
{
color: #4993AB;
}
</style>
background-color css
<style>
a { background-color: #4993AB; }
a { background-color: rgb(73,147,171); }
div.DivClassName
{
background-color: #4993AB;
}
.BgClassName
{
background-color: #4993AB;
}
</style>
border-color css
<style>
span { border-color: #4993AB; }
span { border-color: rgb(73,147,171); }
td.TdClassName
{
border-color: #4993AB;
}
.TagClassName
{
border-color: #4993AB;
}
</style>