Shades of Boston Blue #448DAB
Tints of Boston Blue #448DAB
RGB
CMYK
RGB Variations
Color information
#448DAB (or 0x448DAB) is known color: Boston Blue. HEX triplet: 44, 8D and AB. RGB value is (68,141,171). Sum of RGB (Red+Green+Blue) = 68+141+171=380 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.89% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #448DAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448DAB is #BB7254. Grayscale: #7A7A7A. Windows color (decimal): -12284501 or 11242820. OLE color: 11242820.
HSL color Cylindrical-coordinate representation of color #448DAB: hue angle of 197.48º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #448DAB is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 141 | 171 | - |
| CMYK | 0.60 | 0.18 | 0 | 0.33 |
| HSL | 197.48º | 0.43% | 0.47% | - |
| HSV(B) | 197.48º | 0.6% | 0.67% | - |
| XYZ | 19.26 | 23.22 | 41.99 | - |
| YUV | 122.59 | 155.32 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 141 | 171 | 0.60 | 0.18 | 0 | 0.33 | 197.48 | 0.43 | 0.47 |
| Hex | 44 | 8D | AB | 3C | 12 | 0 | 21 | C5 | 2B | 2F |
| Octal | 104 | 215 | 253 | 74 | 22 | 0 | 41 | 305 | 53 | 57 |
| Binary | 1000100 | 10001101 | 10101011 | 111100 | 10010 | 0 | 100001 | 11000101 | 101011 | 101111 |
Color Harmonies of #448DAB
Complementary color
Monochromatic Colors of #448DAB
Black with #448DAB
Text Example
Text Example
White with #448DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448DAB; }
p { color: rgb(68,141,171); }
H1.HeaderClassName
{
color: #448DAB;
}
.AnyTagClassName
{
color: #448DAB;
}
</style>
background-color css
<style>
a { background-color: #448DAB; }
a { background-color: rgb(68,141,171); }
div.DivClassName
{
background-color: #448DAB;
}
.BgClassName
{
background-color: #448DAB;
}
</style>
border-color css
<style>
span { border-color: #448DAB; }
span { border-color: rgb(68,141,171); }
td.TdClassName
{
border-color: #448DAB;
}
.TagClassName
{
border-color: #448DAB;
}
</style>