Shades of Boston Blue #448BAF
Tints of Boston Blue #448BAF
RGB
CMYK
RGB Variations
Color information
#448BAF (or 0x448BAF) is known color: Boston Blue. HEX triplet: 44, 8B and AF. RGB value is (68,139,175). Sum of RGB (Red+Green+Blue) = 68+139+175=382 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.80% from 382); Green value is 139 (54.69% from 255 or 36.39% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 175 - color contains mainly: blue. Hex color #448BAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448BAF is #BB7450. Grayscale: #797979. Windows color (decimal): -12285009 or 11504452. OLE color: 11504452.
HSL color Cylindrical-coordinate representation of color #448BAF: hue angle of 200.19º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #448BAF is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 139 | 175 | - |
| CMYK | 0.61 | 0.21 | 0 | 0.31 |
| HSL | 200.19º | 0.44% | 0.48% | - |
| HSV(B) | 200.19º | 0.61% | 0.69% | - |
| XYZ | 19.35 | 22.79 | 43.94 | - |
| YUV | 121.88 | 157.98 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 139 | 175 | 0.61 | 0.21 | 0 | 0.31 | 200.19 | 0.44 | 0.48 |
| Hex | 44 | 8B | AF | 3D | 15 | 0 | 1F | C8 | 2C | 30 |
| Octal | 104 | 213 | 257 | 75 | 25 | 0 | 37 | 310 | 54 | 60 |
| Binary | 1000100 | 10001011 | 10101111 | 111101 | 10101 | 0 | 11111 | 11001000 | 101100 | 110000 |
Color Harmonies of #448BAF
Complementary color
Monochromatic Colors of #448BAF
Black with #448BAF
Text Example
Text Example
White with #448BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448BAF; }
p { color: rgb(68,139,175); }
H1.HeaderClassName
{
color: #448BAF;
}
.AnyTagClassName
{
color: #448BAF;
}
</style>
background-color css
<style>
a { background-color: #448BAF; }
a { background-color: rgb(68,139,175); }
div.DivClassName
{
background-color: #448BAF;
}
.BgClassName
{
background-color: #448BAF;
}
</style>
border-color css
<style>
span { border-color: #448BAF; }
span { border-color: rgb(68,139,175); }
td.TdClassName
{
border-color: #448BAF;
}
.TagClassName
{
border-color: #448BAF;
}
</style>