Shades of Boston Blue #449AB1
Tints of Boston Blue #449AB1
RGB
CMYK
RGB Variations
Color information
#449AB1 (or 0x449AB1) is known color: Boston Blue. HEX triplet: 44, 9A and B1. RGB value is (68,154,177). Sum of RGB (Red+Green+Blue) = 68+154+177=399 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.04% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 177 (69.53% from 255 or 44.36% from 399); Max value from RGB is 177 - color contains mainly: blue. Hex color #449AB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449AB1 is #BB654E. Grayscale: #828282. Windows color (decimal): -12281167 or 11639364. OLE color: 11639364.
HSL color Cylindrical-coordinate representation of color #449AB1: hue angle of 192.66º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #449AB1 is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 154 | 177 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.31 |
| HSL | 192.66º | 0.44% | 0.48% | - |
| HSV(B) | 192.66º | 0.62% | 0.69% | - |
| XYZ | 21.88 | 27.51 | 45.75 | - |
| YUV | 130.91 | 154.01 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 154 | 177 | 0.62 | 0.13 | 0 | 0.31 | 192.66 | 0.44 | 0.48 |
| Hex | 44 | 9A | B1 | 3E | D | 0 | 1F | C1 | 2C | 30 |
| Octal | 104 | 232 | 261 | 76 | 15 | 0 | 37 | 301 | 54 | 60 |
| Binary | 1000100 | 10011010 | 10110001 | 111110 | 1101 | 0 | 11111 | 11000001 | 101100 | 110000 |
Color Harmonies of #449AB1
Complementary color
Monochromatic Colors of #449AB1
Black with #449AB1
Text Example
Text Example
White with #449AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449AB1; }
p { color: rgb(68,154,177); }
H1.HeaderClassName
{
color: #449AB1;
}
.AnyTagClassName
{
color: #449AB1;
}
</style>
background-color css
<style>
a { background-color: #449AB1; }
a { background-color: rgb(68,154,177); }
div.DivClassName
{
background-color: #449AB1;
}
.BgClassName
{
background-color: #449AB1;
}
</style>
border-color css
<style>
span { border-color: #449AB1; }
span { border-color: rgb(68,154,177); }
td.TdClassName
{
border-color: #449AB1;
}
.TagClassName
{
border-color: #449AB1;
}
</style>