Shades of Boston Blue #4893A3
Tints of Boston Blue #4893A3
RGB
CMYK
RGB Variations
Color information
#4893A3 (or 0x4893A3) is known color: Boston Blue. HEX triplet: 48, 93 and A3. RGB value is (72,147,163). Sum of RGB (Red+Green+Blue) = 72+147+163=382 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.85% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 163 (64.06% from 255 or 42.67% from 382); Max value from RGB is 163 - color contains mainly: blue. Hex color #4893A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4893A3 is #B76C5C. Grayscale: #7E7E7E. Windows color (decimal): -12020829 or 10720072. OLE color: 10720072.
HSL color Cylindrical-coordinate representation of color #4893A3: hue angle of 190.55º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4893A3 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 147 | 163 | - |
| CMYK | 0.56 | 0.10 | 0 | 0.36 |
| HSL | 190.55º | 0.39% | 0.46% | - |
| HSV(B) | 190.55º | 0.56% | 0.64% | - |
| XYZ | 19.72 | 24.89 | 38.42 | - |
| YUV | 126.4 | 148.65 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 147 | 163 | 0.56 | 0.10 | 0 | 0.36 | 190.55 | 0.39 | 0.46 |
| Hex | 48 | 93 | A3 | 38 | A | 0 | 24 | BF | 27 | 2E |
| Octal | 110 | 223 | 243 | 70 | 12 | 0 | 44 | 277 | 47 | 56 |
| Binary | 1001000 | 10010011 | 10100011 | 111000 | 1010 | 0 | 100100 | 10111111 | 100111 | 101110 |
Color Harmonies of #4893A3
Complementary color
Monochromatic Colors of #4893A3
Black with #4893A3
Text Example
Text Example
White with #4893A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4893A3; }
p { color: rgb(72,147,163); }
H1.HeaderClassName
{
color: #4893A3;
}
.AnyTagClassName
{
color: #4893A3;
}
</style>
background-color css
<style>
a { background-color: #4893A3; }
a { background-color: rgb(72,147,163); }
div.DivClassName
{
background-color: #4893A3;
}
.BgClassName
{
background-color: #4893A3;
}
</style>
border-color css
<style>
span { border-color: #4893A3; }
span { border-color: rgb(72,147,163); }
td.TdClassName
{
border-color: #4893A3;
}
.TagClassName
{
border-color: #4893A3;
}
</style>