Shades of Boston Blue #448FA4
Tints of Boston Blue #448FA4
RGB
CMYK
RGB Variations
Color information
#448FA4 (or 0x448FA4) is known color: Boston Blue. HEX triplet: 44, 8F and A4. RGB value is (68,143,164). Sum of RGB (Red+Green+Blue) = 68+143+164=375 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.13% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 164 (64.45% from 255 or 43.73% from 375); Max value from RGB is 164 - color contains mainly: blue. Hex color #448FA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448FA4 is #BB705B. Grayscale: #7A7A7A. Windows color (decimal): -12283996 or 10784580. OLE color: 10784580.
HSL color Cylindrical-coordinate representation of color #448FA4: hue angle of 193.12º 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 #448FA4 is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 68 | 143 | 164 | - |
| CMYK | 0.59 | 0.13 | 0 | 0.36 |
| HSL | 193.13º | 0.41% | 0.45% | - |
| HSV(B) | 193.13º | 0.59% | 0.64% | - |
| XYZ | 18.91 | 23.55 | 38.67 | - |
| YUV | 122.97 | 151.15 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 143 | 164 | 0.59 | 0.13 | 0 | 0.36 | 193.13 | 0.41 | 0.45 |
| Hex | 44 | 8F | A4 | 3B | D | 0 | 24 | C1 | 29 | 2D |
| Octal | 104 | 217 | 244 | 73 | 15 | 0 | 44 | 301 | 51 | 55 |
| Binary | 1000100 | 10001111 | 10100100 | 111011 | 1101 | 0 | 100100 | 11000001 | 101001 | 101101 |
Color Harmonies of #448FA4
Complementary color
Monochromatic Colors of #448FA4
Black with #448FA4
Text Example
Text Example
White with #448FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448FA4; }
p { color: rgb(68,143,164); }
H1.HeaderClassName
{
color: #448FA4;
}
.AnyTagClassName
{
color: #448FA4;
}
</style>
background-color css
<style>
a { background-color: #448FA4; }
a { background-color: rgb(68,143,164); }
div.DivClassName
{
background-color: #448FA4;
}
.BgClassName
{
background-color: #448FA4;
}
</style>
border-color css
<style>
span { border-color: #448FA4; }
span { border-color: rgb(68,143,164); }
td.TdClassName
{
border-color: #448FA4;
}
.TagClassName
{
border-color: #448FA4;
}
</style>