Shades of Boston Blue #4998AC
Tints of Boston Blue #4998AC
RGB
CMYK
RGB Variations
Color information
#4998AC (or 0x4998AC) is known color: Boston Blue. HEX triplet: 49, 98 and AC. RGB value is (73,152,172). Sum of RGB (Red+Green+Blue) = 73+152+172=397 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.39% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #4998AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4998AC is #B66753. Grayscale: #828282. Windows color (decimal): -11954004 or 11311177. OLE color: 11311177.
HSL color Cylindrical-coordinate representation of color #4998AC: hue angle of 192.12º 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 #4998AC is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 152 | 172 | - |
| CMYK | 0.58 | 0.12 | 0 | 0.33 |
| HSL | 192.12º | 0.4% | 0.48% | - |
| HSV(B) | 192.12º | 0.58% | 0.67% | - |
| XYZ | 21.42 | 26.85 | 43.08 | - |
| YUV | 130.66 | 151.33 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 152 | 172 | 0.58 | 0.12 | 0 | 0.33 | 192.12 | 0.4 | 0.48 |
| Hex | 49 | 98 | AC | 3A | C | 0 | 21 | C0 | 28 | 30 |
| Octal | 111 | 230 | 254 | 72 | 14 | 0 | 41 | 300 | 50 | 60 |
| Binary | 1001001 | 10011000 | 10101100 | 111010 | 1100 | 0 | 100001 | 11000000 | 101000 | 110000 |
Color Harmonies of #4998AC
Complementary color
Monochromatic Colors of #4998AC
Black with #4998AC
Text Example
Text Example
White with #4998AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4998AC; }
p { color: rgb(73,152,172); }
H1.HeaderClassName
{
color: #4998AC;
}
.AnyTagClassName
{
color: #4998AC;
}
</style>
background-color css
<style>
a { background-color: #4998AC; }
a { background-color: rgb(73,152,172); }
div.DivClassName
{
background-color: #4998AC;
}
.BgClassName
{
background-color: #4998AC;
}
</style>
border-color css
<style>
span { border-color: #4998AC; }
span { border-color: rgb(73,152,172); }
td.TdClassName
{
border-color: #4998AC;
}
.TagClassName
{
border-color: #4998AC;
}
</style>