Shades of Boston Blue #4894AC
Tints of Boston Blue #4894AC
RGB
CMYK
RGB Variations
Color information
#4894AC (or 0x4894AC) is known color: Boston Blue. HEX triplet: 48, 94 and AC. RGB value is (72,148,172). Sum of RGB (Red+Green+Blue) = 72+148+172=392 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.37% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #4894AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4894AC is #B76B53. Grayscale: #7F7F7F. Windows color (decimal): -12020564 or 11310152. OLE color: 11310152.
HSL color Cylindrical-coordinate representation of color #4894AC: hue angle of 194.4º degrees, saturation: 0.41, 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 #4894AC is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 148 | 172 | - |
| CMYK | 0.58 | 0.14 | 0 | 0.33 |
| HSL | 194.4º | 0.41% | 0.48% | - |
| HSV(B) | 194.4º | 0.58% | 0.67% | - |
| XYZ | 20.71 | 25.54 | 42.87 | - |
| YUV | 128.01 | 152.82 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 148 | 172 | 0.58 | 0.14 | 0 | 0.33 | 194.4 | 0.41 | 0.48 |
| Hex | 48 | 94 | AC | 3A | E | 0 | 21 | C2 | 29 | 30 |
| Octal | 110 | 224 | 254 | 72 | 16 | 0 | 41 | 302 | 51 | 60 |
| Binary | 1001000 | 10010100 | 10101100 | 111010 | 1110 | 0 | 100001 | 11000010 | 101001 | 110000 |
Color Harmonies of #4894AC
Complementary color
Monochromatic Colors of #4894AC
Black with #4894AC
Text Example
Text Example
White with #4894AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4894AC; }
p { color: rgb(72,148,172); }
H1.HeaderClassName
{
color: #4894AC;
}
.AnyTagClassName
{
color: #4894AC;
}
</style>
background-color css
<style>
a { background-color: #4894AC; }
a { background-color: rgb(72,148,172); }
div.DivClassName
{
background-color: #4894AC;
}
.BgClassName
{
background-color: #4894AC;
}
</style>
border-color css
<style>
span { border-color: #4894AC; }
span { border-color: rgb(72,148,172); }
td.TdClassName
{
border-color: #4894AC;
}
.TagClassName
{
border-color: #4894AC;
}
</style>