Shades of Boston Blue #448DA4
Tints of Boston Blue #448DA4
RGB
CMYK
RGB Variations
Color information
#448DA4 (or 0x448DA4) is known color: Boston Blue. HEX triplet: 44, 8D and A4. RGB value is (68,141,164). Sum of RGB (Red+Green+Blue) = 68+141+164=373 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.23% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 164 (64.45% from 255 or 43.97% from 373); Max value from RGB is 164 - color contains mainly: blue. Hex color #448DA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448DA4 is #BB725B. Grayscale: #797979. Windows color (decimal): -12284508 or 10784068. OLE color: 10784068.
HSL color Cylindrical-coordinate representation of color #448DA4: hue angle of 194.38º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #448DA4 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 68 | 141 | 164 | - |
| CMYK | 0.59 | 0.14 | 0 | 0.36 |
| HSL | 194.38º | 0.41% | 0.45% | - |
| HSV(B) | 194.38º | 0.59% | 0.64% | - |
| XYZ | 18.61 | 22.96 | 38.57 | - |
| YUV | 121.8 | 151.82 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 141 | 164 | 0.59 | 0.14 | 0 | 0.36 | 194.38 | 0.41 | 0.45 |
| Hex | 44 | 8D | A4 | 3B | E | 0 | 24 | C2 | 29 | 2D |
| Octal | 104 | 215 | 244 | 73 | 16 | 0 | 44 | 302 | 51 | 55 |
| Binary | 1000100 | 10001101 | 10100100 | 111011 | 1110 | 0 | 100100 | 11000010 | 101001 | 101101 |
Color Harmonies of #448DA4
Complementary color
Monochromatic Colors of #448DA4
Black with #448DA4
Text Example
Text Example
White with #448DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448DA4; }
p { color: rgb(68,141,164); }
H1.HeaderClassName
{
color: #448DA4;
}
.AnyTagClassName
{
color: #448DA4;
}
</style>
background-color css
<style>
a { background-color: #448DA4; }
a { background-color: rgb(68,141,164); }
div.DivClassName
{
background-color: #448DA4;
}
.BgClassName
{
background-color: #448DA4;
}
</style>
border-color css
<style>
span { border-color: #448DA4; }
span { border-color: rgb(68,141,164); }
td.TdClassName
{
border-color: #448DA4;
}
.TagClassName
{
border-color: #448DA4;
}
</style>