Shades of Boston Blue #448DA3
Tints of Boston Blue #448DA3
RGB
CMYK
RGB Variations
Color information
#448DA3 (or 0x448DA3) is known color: Boston Blue. HEX triplet: 44, 8D and A3. RGB value is (68,141,163). Sum of RGB (Red+Green+Blue) = 68+141+163=372 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.28% from 372); Green value is 141 (55.47% from 255 or 37.90% from 372); Blue value is 163 (64.06% from 255 or 43.82% from 372); Max value from RGB is 163 - color contains mainly: blue. Hex color #448DA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448DA3 is #BB725C. Grayscale: #797979. Windows color (decimal): -12284509 or 10718532. OLE color: 10718532.
HSL color Cylindrical-coordinate representation of color #448DA3: hue angle of 193.89º 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 #448DA3 is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 68 | 141 | 163 | - |
| CMYK | 0.58 | 0.13 | 0 | 0.36 |
| HSL | 193.89º | 0.41% | 0.45% | - |
| HSV(B) | 193.89º | 0.58% | 0.64% | - |
| XYZ | 18.52 | 22.92 | 38.1 | - |
| YUV | 121.68 | 151.32 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 141 | 163 | 0.58 | 0.13 | 0 | 0.36 | 193.89 | 0.41 | 0.45 |
| Hex | 44 | 8D | A3 | 3A | D | 0 | 24 | C2 | 29 | 2D |
| Octal | 104 | 215 | 243 | 72 | 15 | 0 | 44 | 302 | 51 | 55 |
| Binary | 1000100 | 10001101 | 10100011 | 111010 | 1101 | 0 | 100100 | 11000010 | 101001 | 101101 |
Color Harmonies of #448DA3
Complementary color
Monochromatic Colors of #448DA3
Black with #448DA3
Text Example
Text Example
White with #448DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448DA3; }
p { color: rgb(68,141,163); }
H1.HeaderClassName
{
color: #448DA3;
}
.AnyTagClassName
{
color: #448DA3;
}
</style>
background-color css
<style>
a { background-color: #448DA3; }
a { background-color: rgb(68,141,163); }
div.DivClassName
{
background-color: #448DA3;
}
.BgClassName
{
background-color: #448DA3;
}
</style>
border-color css
<style>
span { border-color: #448DA3; }
span { border-color: rgb(68,141,163); }
td.TdClassName
{
border-color: #448DA3;
}
.TagClassName
{
border-color: #448DA3;
}
</style>