Shades of Boston Blue #448EAA
Tints of Boston Blue #448EAA
RGB
CMYK
RGB Variations
Color information
#448EAA (or 0x448EAA) is known color: Boston Blue. HEX triplet: 44, 8E and AA. RGB value is (68,142,170). Sum of RGB (Red+Green+Blue) = 68+142+170=380 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.89% from 380); Green value is 142 (55.86% from 255 or 37.37% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #448EAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448EAA is #BB7155. Grayscale: #7A7A7A. Windows color (decimal): -12284246 or 11177540. OLE color: 11177540.
HSL color Cylindrical-coordinate representation of color #448EAA: hue angle of 196.47º 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 #448EAA is Cyan = 0.6, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 142 | 170 | - |
| CMYK | 0.6 | 0.16 | 0 | 0.33 |
| HSL | 196.47º | 0.43% | 0.47% | - |
| HSV(B) | 196.47º | 0.6% | 0.67% | - |
| XYZ | 19.31 | 23.48 | 41.54 | - |
| YUV | 123.07 | 154.48 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 142 | 170 | 0.6 | 0.16 | 0 | 0.33 | 196.47 | 0.43 | 0.47 |
| Hex | 44 | 8E | AA | 3C | 10 | 0 | 21 | C4 | 2B | 2F |
| Octal | 104 | 216 | 252 | 74 | 20 | 0 | 41 | 304 | 53 | 57 |
| Binary | 1000100 | 10001110 | 10101010 | 111100 | 10000 | 0 | 100001 | 11000100 | 101011 | 101111 |
Color Harmonies of #448EAA
Complementary color
Monochromatic Colors of #448EAA
Black with #448EAA
Text Example
Text Example
White with #448EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448EAA; }
p { color: rgb(68,142,170); }
H1.HeaderClassName
{
color: #448EAA;
}
.AnyTagClassName
{
color: #448EAA;
}
</style>
background-color css
<style>
a { background-color: #448EAA; }
a { background-color: rgb(68,142,170); }
div.DivClassName
{
background-color: #448EAA;
}
.BgClassName
{
background-color: #448EAA;
}
</style>
border-color css
<style>
span { border-color: #448EAA; }
span { border-color: rgb(68,142,170); }
td.TdClassName
{
border-color: #448EAA;
}
.TagClassName
{
border-color: #448EAA;
}
</style>