Shades of Boston Blue #448FAF
Tints of Boston Blue #448FAF
RGB
CMYK
RGB Variations
Color information
#448FAF (or 0x448FAF) is known color: Boston Blue. HEX triplet: 44, 8F and AF. RGB value is (68,143,175). Sum of RGB (Red+Green+Blue) = 68+143+175=386 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.62% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #448FAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448FAF is #BB7050. Grayscale: #7C7C7C. Windows color (decimal): -12283985 or 11505476. OLE color: 11505476.
HSL color Cylindrical-coordinate representation of color #448FAF: hue angle of 197.94º 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 #448FAF is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 143 | 175 | - |
| CMYK | 0.61 | 0.18 | 0 | 0.31 |
| HSL | 197.94º | 0.44% | 0.48% | - |
| HSV(B) | 197.94º | 0.61% | 0.69% | - |
| XYZ | 19.94 | 23.97 | 44.13 | - |
| YUV | 124.22 | 156.65 | 87.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 143 | 175 | 0.61 | 0.18 | 0 | 0.31 | 197.94 | 0.44 | 0.48 |
| Hex | 44 | 8F | AF | 3D | 12 | 0 | 1F | C6 | 2C | 30 |
| Octal | 104 | 217 | 257 | 75 | 22 | 0 | 37 | 306 | 54 | 60 |
| Binary | 1000100 | 10001111 | 10101111 | 111101 | 10010 | 0 | 11111 | 11000110 | 101100 | 110000 |
Color Harmonies of #448FAF
Complementary color
Monochromatic Colors of #448FAF
Black with #448FAF
Text Example
Text Example
White with #448FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448FAF; }
p { color: rgb(68,143,175); }
H1.HeaderClassName
{
color: #448FAF;
}
.AnyTagClassName
{
color: #448FAF;
}
</style>
background-color css
<style>
a { background-color: #448FAF; }
a { background-color: rgb(68,143,175); }
div.DivClassName
{
background-color: #448FAF;
}
.BgClassName
{
background-color: #448FAF;
}
</style>
border-color css
<style>
span { border-color: #448FAF; }
span { border-color: rgb(68,143,175); }
td.TdClassName
{
border-color: #448FAF;
}
.TagClassName
{
border-color: #448FAF;
}
</style>