Shades of Boston Blue #448BA5
Tints of Boston Blue #448BA5
RGB
CMYK
RGB Variations
Color information
#448BA5 (or 0x448BA5) is known color: Boston Blue. HEX triplet: 44, 8B and A5. RGB value is (68,139,165). Sum of RGB (Red+Green+Blue) = 68+139+165=372 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.28% from 372); Green value is 139 (54.69% from 255 or 37.37% from 372); Blue value is 165 (64.84% from 255 or 44.35% from 372); Max value from RGB is 165 - color contains mainly: blue. Hex color #448BA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448BA5 is #BB745A. Grayscale: #787878. Windows color (decimal): -12285019 or 10849092. OLE color: 10849092.
HSL color Cylindrical-coordinate representation of color #448BA5: hue angle of 196.08º 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 #448BA5 is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 68 | 139 | 165 | - |
| CMYK | 0.59 | 0.16 | 0 | 0.35 |
| HSL | 196.08º | 0.42% | 0.46% | - |
| HSV(B) | 196.08º | 0.59% | 0.65% | - |
| XYZ | 18.41 | 22.41 | 38.95 | - |
| YUV | 120.74 | 152.98 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 139 | 165 | 0.59 | 0.16 | 0 | 0.35 | 196.08 | 0.42 | 0.46 |
| Hex | 44 | 8B | A5 | 3B | 10 | 0 | 23 | C4 | 2A | 2E |
| Octal | 104 | 213 | 245 | 73 | 20 | 0 | 43 | 304 | 52 | 56 |
| Binary | 1000100 | 10001011 | 10100101 | 111011 | 10000 | 0 | 100011 | 11000100 | 101010 | 101110 |
Color Harmonies of #448BA5
Complementary color
Monochromatic Colors of #448BA5
Black with #448BA5
Text Example
Text Example
White with #448BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448BA5; }
p { color: rgb(68,139,165); }
H1.HeaderClassName
{
color: #448BA5;
}
.AnyTagClassName
{
color: #448BA5;
}
</style>
background-color css
<style>
a { background-color: #448BA5; }
a { background-color: rgb(68,139,165); }
div.DivClassName
{
background-color: #448BA5;
}
.BgClassName
{
background-color: #448BA5;
}
</style>
border-color css
<style>
span { border-color: #448BA5; }
span { border-color: rgb(68,139,165); }
td.TdClassName
{
border-color: #448BA5;
}
.TagClassName
{
border-color: #448BA5;
}
</style>