Shades of Boston Blue #4489AC
Tints of Boston Blue #4489AC
RGB
CMYK
RGB Variations
Color information
#4489AC (or 0x4489AC) is known color: Boston Blue. HEX triplet: 44, 89 and AC. RGB value is (68,137,172). Sum of RGB (Red+Green+Blue) = 68+137+172=377 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.04% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #4489AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4489AC is #BB7653. Grayscale: #787878. Windows color (decimal): -12285524 or 11307332. OLE color: 11307332.
HSL color Cylindrical-coordinate representation of color #4489AC: hue angle of 200.19º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4489AC is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 137 | 172 | - |
| CMYK | 0.60 | 0.20 | 0 | 0.33 |
| HSL | 200.19º | 0.43% | 0.47% | - |
| HSV(B) | 200.19º | 0.6% | 0.67% | - |
| XYZ | 18.78 | 22.1 | 42.31 | - |
| YUV | 120.36 | 157.14 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 137 | 172 | 0.60 | 0.20 | 0 | 0.33 | 200.19 | 0.43 | 0.47 |
| Hex | 44 | 89 | AC | 3C | 14 | 0 | 21 | C8 | 2B | 2F |
| Octal | 104 | 211 | 254 | 74 | 24 | 0 | 41 | 310 | 53 | 57 |
| Binary | 1000100 | 10001001 | 10101100 | 111100 | 10100 | 0 | 100001 | 11001000 | 101011 | 101111 |
Color Harmonies of #4489AC
Complementary color
Monochromatic Colors of #4489AC
Black with #4489AC
Text Example
Text Example
White with #4489AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4489AC; }
p { color: rgb(68,137,172); }
H1.HeaderClassName
{
color: #4489AC;
}
.AnyTagClassName
{
color: #4489AC;
}
</style>
background-color css
<style>
a { background-color: #4489AC; }
a { background-color: rgb(68,137,172); }
div.DivClassName
{
background-color: #4489AC;
}
.BgClassName
{
background-color: #4489AC;
}
</style>
border-color css
<style>
span { border-color: #4489AC; }
span { border-color: rgb(68,137,172); }
td.TdClassName
{
border-color: #4489AC;
}
.TagClassName
{
border-color: #4489AC;
}
</style>