Shades of Boston Blue #4894A9
Tints of Boston Blue #4894A9
RGB
CMYK
RGB Variations
Color information
#4894A9 (or 0x4894A9) is known color: Boston Blue. HEX triplet: 48, 94 and A9. RGB value is (72,148,169). Sum of RGB (Red+Green+Blue) = 72+148+169=389 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.51% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 169 (66.41% from 255 or 43.44% from 389); Max value from RGB is 169 - color contains mainly: blue. Hex color #4894A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4894A9 is #B76B56. Grayscale: #7F7F7F. Windows color (decimal): -12020567 or 11113544. OLE color: 11113544.
HSL color Cylindrical-coordinate representation of color #4894A9: hue angle of 192.99º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4894A9 is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 72 | 148 | 169 | - |
| CMYK | 0.57 | 0.12 | 0 | 0.34 |
| HSL | 192.99º | 0.4% | 0.47% | - |
| HSV(B) | 192.99º | 0.57% | 0.66% | - |
| XYZ | 20.42 | 25.42 | 41.37 | - |
| YUV | 127.67 | 151.32 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 148 | 169 | 0.57 | 0.12 | 0 | 0.34 | 192.99 | 0.4 | 0.47 |
| Hex | 48 | 94 | A9 | 39 | C | 0 | 22 | C1 | 28 | 2F |
| Octal | 110 | 224 | 251 | 71 | 14 | 0 | 42 | 301 | 50 | 57 |
| Binary | 1001000 | 10010100 | 10101001 | 111001 | 1100 | 0 | 100010 | 11000001 | 101000 | 101111 |
Color Harmonies of #4894A9
Complementary color
Monochromatic Colors of #4894A9
Black with #4894A9
Text Example
Text Example
White with #4894A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4894A9; }
p { color: rgb(72,148,169); }
H1.HeaderClassName
{
color: #4894A9;
}
.AnyTagClassName
{
color: #4894A9;
}
</style>
background-color css
<style>
a { background-color: #4894A9; }
a { background-color: rgb(72,148,169); }
div.DivClassName
{
background-color: #4894A9;
}
.BgClassName
{
background-color: #4894A9;
}
</style>
border-color css
<style>
span { border-color: #4894A9; }
span { border-color: rgb(72,148,169); }
td.TdClassName
{
border-color: #4894A9;
}
.TagClassName
{
border-color: #4894A9;
}
</style>