Shades of Boston Blue #448FAD
Tints of Boston Blue #448FAD
RGB
CMYK
RGB Variations
Color information
#448FAD (or 0x448FAD) is known color: Boston Blue. HEX triplet: 44, 8F and AD. RGB value is (68,143,173). Sum of RGB (Red+Green+Blue) = 68+143+173=384 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.71% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 173 - color contains mainly: blue. Hex color #448FAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448FAD is #BB7052. Grayscale: #7B7B7B. Windows color (decimal): -12283987 or 11374404. OLE color: 11374404.
HSL color Cylindrical-coordinate representation of color #448FAD: hue angle of 197.14º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #448FAD is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 68 | 143 | 173 | - |
| CMYK | 0.61 | 0.17 | 0 | 0.32 |
| HSL | 197.14º | 0.44% | 0.47% | - |
| HSV(B) | 197.14º | 0.61% | 0.68% | - |
| XYZ | 19.75 | 23.89 | 43.11 | - |
| YUV | 124 | 155.65 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 143 | 173 | 0.61 | 0.17 | 0 | 0.32 | 197.14 | 0.44 | 0.47 |
| Hex | 44 | 8F | AD | 3D | 11 | 0 | 20 | C5 | 2C | 2F |
| Octal | 104 | 217 | 255 | 75 | 21 | 0 | 40 | 305 | 54 | 57 |
| Binary | 1000100 | 10001111 | 10101101 | 111101 | 10001 | 0 | 100000 | 11000101 | 101100 | 101111 |
Color Harmonies of #448FAD
Complementary color
Monochromatic Colors of #448FAD
Black with #448FAD
Text Example
Text Example
White with #448FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448FAD; }
p { color: rgb(68,143,173); }
H1.HeaderClassName
{
color: #448FAD;
}
.AnyTagClassName
{
color: #448FAD;
}
</style>
background-color css
<style>
a { background-color: #448FAD; }
a { background-color: rgb(68,143,173); }
div.DivClassName
{
background-color: #448FAD;
}
.BgClassName
{
background-color: #448FAD;
}
</style>
border-color css
<style>
span { border-color: #448FAD; }
span { border-color: rgb(68,143,173); }
td.TdClassName
{
border-color: #448FAD;
}
.TagClassName
{
border-color: #448FAD;
}
</style>