Shades of Boston Blue #449BA3
Tints of Boston Blue #449BA3
RGB
CMYK
RGB Variations
Color information
#449BA3 (or 0x449BA3) is known color: Boston Blue. HEX triplet: 44, 9B and A3. RGB value is (68,155,163). Sum of RGB (Red+Green+Blue) = 68+155+163=386 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.62% from 386); Green value is 155 (60.94% from 255 or 40.16% from 386); Blue value is 163 (64.06% from 255 or 42.23% from 386); Max value from RGB is 163 - color contains mainly: blue. Hex color #449BA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449BA3 is #BB645C. Grayscale: #818181. Windows color (decimal): -12280925 or 10722116. OLE color: 10722116.
HSL color Cylindrical-coordinate representation of color #449BA3: hue angle of 185.05º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #449BA3 is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 68 | 155 | 163 | - |
| CMYK | 0.58 | 0.05 | 0 | 0.36 |
| HSL | 185.05º | 0.41% | 0.45% | - |
| HSV(B) | 185.05º | 0.58% | 0.64% | - |
| XYZ | 20.72 | 27.32 | 38.83 | - |
| YUV | 129.9 | 146.68 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 155 | 163 | 0.58 | 0.05 | 0 | 0.36 | 185.05 | 0.41 | 0.45 |
| Hex | 44 | 9B | A3 | 3A | 5 | 0 | 24 | B9 | 29 | 2D |
| Octal | 104 | 233 | 243 | 72 | 5 | 0 | 44 | 271 | 51 | 55 |
| Binary | 1000100 | 10011011 | 10100011 | 111010 | 101 | 0 | 100100 | 10111001 | 101001 | 101101 |
Color Harmonies of #449BA3
Complementary color
Monochromatic Colors of #449BA3
Black with #449BA3
Text Example
Text Example
White with #449BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449BA3; }
p { color: rgb(68,155,163); }
H1.HeaderClassName
{
color: #449BA3;
}
.AnyTagClassName
{
color: #449BA3;
}
</style>
background-color css
<style>
a { background-color: #449BA3; }
a { background-color: rgb(68,155,163); }
div.DivClassName
{
background-color: #449BA3;
}
.BgClassName
{
background-color: #449BA3;
}
</style>
border-color css
<style>
span { border-color: #449BA3; }
span { border-color: rgb(68,155,163); }
td.TdClassName
{
border-color: #449BA3;
}
.TagClassName
{
border-color: #449BA3;
}
</style>