Shades of Boston Blue #4894AA
Tints of Boston Blue #4894AA
RGB
CMYK
RGB Variations
Color information
#4894AA (or 0x4894AA) is known color: Boston Blue. HEX triplet: 48, 94 and AA. RGB value is (72,148,170). Sum of RGB (Red+Green+Blue) = 72+148+170=390 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.46% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 170 - color contains mainly: blue. Hex color #4894AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4894AA is #B76B55. Grayscale: #7F7F7F. Windows color (decimal): -12020566 or 11179080. OLE color: 11179080.
HSL color Cylindrical-coordinate representation of color #4894AA: hue angle of 193.47º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4894AA is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 148 | 170 | - |
| CMYK | 0.58 | 0.13 | 0 | 0.33 |
| HSL | 193.47º | 0.4% | 0.47% | - |
| HSV(B) | 193.47º | 0.58% | 0.67% | - |
| XYZ | 20.52 | 25.46 | 41.86 | - |
| YUV | 127.78 | 151.82 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 148 | 170 | 0.58 | 0.13 | 0 | 0.33 | 193.47 | 0.4 | 0.47 |
| Hex | 48 | 94 | AA | 3A | D | 0 | 21 | C1 | 28 | 2F |
| Octal | 110 | 224 | 252 | 72 | 15 | 0 | 41 | 301 | 50 | 57 |
| Binary | 1001000 | 10010100 | 10101010 | 111010 | 1101 | 0 | 100001 | 11000001 | 101000 | 101111 |
Color Harmonies of #4894AA
Complementary color
Monochromatic Colors of #4894AA
Black with #4894AA
Text Example
Text Example
White with #4894AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4894AA; }
p { color: rgb(72,148,170); }
H1.HeaderClassName
{
color: #4894AA;
}
.AnyTagClassName
{
color: #4894AA;
}
</style>
background-color css
<style>
a { background-color: #4894AA; }
a { background-color: rgb(72,148,170); }
div.DivClassName
{
background-color: #4894AA;
}
.BgClassName
{
background-color: #4894AA;
}
</style>
border-color css
<style>
span { border-color: #4894AA; }
span { border-color: rgb(72,148,170); }
td.TdClassName
{
border-color: #4894AA;
}
.TagClassName
{
border-color: #4894AA;
}
</style>