Shades of Boston Blue #448AA7
Tints of Boston Blue #448AA7
RGB
CMYK
RGB Variations
Color information
#448AA7 (or 0x448AA7) is known color: Boston Blue. HEX triplet: 44, 8A and A7. RGB value is (68,138,167). Sum of RGB (Red+Green+Blue) = 68+138+167=373 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.23% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 167 (65.62% from 255 or 44.77% from 373); Max value from RGB is 167 - color contains mainly: blue. Hex color #448AA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448AA7 is #BB7558. Grayscale: #787878. Windows color (decimal): -12285273 or 10979908. OLE color: 10979908.
HSL color Cylindrical-coordinate representation of color #448AA7: hue angle of 197.58º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #448AA7 is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 68 | 138 | 167 | - |
| CMYK | 0.59 | 0.17 | 0 | 0.35 |
| HSL | 197.58º | 0.42% | 0.46% | - |
| HSV(B) | 197.58º | 0.59% | 0.65% | - |
| XYZ | 18.45 | 22.2 | 39.87 | - |
| YUV | 120.38 | 154.31 | 90.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 138 | 167 | 0.59 | 0.17 | 0 | 0.35 | 197.58 | 0.42 | 0.46 |
| Hex | 44 | 8A | A7 | 3B | 11 | 0 | 23 | C6 | 2A | 2E |
| Octal | 104 | 212 | 247 | 73 | 21 | 0 | 43 | 306 | 52 | 56 |
| Binary | 1000100 | 10001010 | 10100111 | 111011 | 10001 | 0 | 100011 | 11000110 | 101010 | 101110 |
Color Harmonies of #448AA7
Complementary color
Monochromatic Colors of #448AA7
Black with #448AA7
Text Example
Text Example
White with #448AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448AA7; }
p { color: rgb(68,138,167); }
H1.HeaderClassName
{
color: #448AA7;
}
.AnyTagClassName
{
color: #448AA7;
}
</style>
background-color css
<style>
a { background-color: #448AA7; }
a { background-color: rgb(68,138,167); }
div.DivClassName
{
background-color: #448AA7;
}
.BgClassName
{
background-color: #448AA7;
}
</style>
border-color css
<style>
span { border-color: #448AA7; }
span { border-color: rgb(68,138,167); }
td.TdClassName
{
border-color: #448AA7;
}
.TagClassName
{
border-color: #448AA7;
}
</style>