Shades of Boston Blue #4893AC
Tints of Boston Blue #4893AC
RGB
CMYK
RGB Variations
Color information
#4893AC (or 0x4893AC) is known color: Boston Blue. HEX triplet: 48, 93 and AC. RGB value is (72,147,172). Sum of RGB (Red+Green+Blue) = 72+147+172=391 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.41% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #4893AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4893AC is #B76C53. Grayscale: #7F7F7F. Windows color (decimal): -12020820 or 11309896. OLE color: 11309896.
HSL color Cylindrical-coordinate representation of color #4893AC: hue angle of 195º 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 #4893AC is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 147 | 172 | - |
| CMYK | 0.58 | 0.15 | 0 | 0.33 |
| HSL | 195º | 0.41% | 0.48% | - |
| HSV(B) | 195º | 0.58% | 0.67% | - |
| XYZ | 20.55 | 25.22 | 42.82 | - |
| YUV | 127.43 | 153.15 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 147 | 172 | 0.58 | 0.15 | 0 | 0.33 | 195 | 0.41 | 0.48 |
| Hex | 48 | 93 | AC | 3A | F | 0 | 21 | C3 | 29 | 30 |
| Octal | 110 | 223 | 254 | 72 | 17 | 0 | 41 | 303 | 51 | 60 |
| Binary | 1001000 | 10010011 | 10101100 | 111010 | 1111 | 0 | 100001 | 11000011 | 101001 | 110000 |
Color Harmonies of #4893AC
Complementary color
Monochromatic Colors of #4893AC
Black with #4893AC
Text Example
Text Example
White with #4893AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4893AC; }
p { color: rgb(72,147,172); }
H1.HeaderClassName
{
color: #4893AC;
}
.AnyTagClassName
{
color: #4893AC;
}
</style>
background-color css
<style>
a { background-color: #4893AC; }
a { background-color: rgb(72,147,172); }
div.DivClassName
{
background-color: #4893AC;
}
.BgClassName
{
background-color: #4893AC;
}
</style>
border-color css
<style>
span { border-color: #4893AC; }
span { border-color: rgb(72,147,172); }
td.TdClassName
{
border-color: #4893AC;
}
.TagClassName
{
border-color: #4893AC;
}
</style>