Shades of Boston Blue #4996AF
Tints of Boston Blue #4996AF
RGB
CMYK
RGB Variations
Color information
#4996AF (or 0x4996AF) is known color: Boston Blue. HEX triplet: 49, 96 and AF. RGB value is (73,150,175). Sum of RGB (Red+Green+Blue) = 73+150+175=398 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.34% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 175 - color contains mainly: blue. Hex color #4996AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4996AF is #B66950. Grayscale: #818181. Windows color (decimal): -11954513 or 11507273. OLE color: 11507273.
HSL color Cylindrical-coordinate representation of color #4996AF: hue angle of 194.71º 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 #4996AF is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 150 | 175 | - |
| CMYK | 0.58 | 0.14 | 0 | 0.31 |
| HSL | 194.71º | 0.41% | 0.49% | - |
| HSV(B) | 194.71º | 0.58% | 0.69% | - |
| XYZ | 21.39 | 26.32 | 44.51 | - |
| YUV | 129.83 | 153.49 | 87.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 150 | 175 | 0.58 | 0.14 | 0 | 0.31 | 194.71 | 0.41 | 0.49 |
| Hex | 49 | 96 | AF | 3A | E | 0 | 1F | C3 | 29 | 31 |
| Octal | 111 | 226 | 257 | 72 | 16 | 0 | 37 | 303 | 51 | 61 |
| Binary | 1001001 | 10010110 | 10101111 | 111010 | 1110 | 0 | 11111 | 11000011 | 101001 | 110001 |
Color Harmonies of #4996AF
Complementary color
Monochromatic Colors of #4996AF
Black with #4996AF
Text Example
Text Example
White with #4996AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4996AF; }
p { color: rgb(73,150,175); }
H1.HeaderClassName
{
color: #4996AF;
}
.AnyTagClassName
{
color: #4996AF;
}
</style>
background-color css
<style>
a { background-color: #4996AF; }
a { background-color: rgb(73,150,175); }
div.DivClassName
{
background-color: #4996AF;
}
.BgClassName
{
background-color: #4996AF;
}
</style>
border-color css
<style>
span { border-color: #4996AF; }
span { border-color: rgb(73,150,175); }
td.TdClassName
{
border-color: #4996AF;
}
.TagClassName
{
border-color: #4996AF;
}
</style>