Shades of Boston Blue #448DB4
Tints of Boston Blue #448DB4
RGB
CMYK
RGB Variations
Color information
#448DB4 (or 0x448DB4) is known color: Boston Blue. HEX triplet: 44, 8D and B4. RGB value is (68,141,180). Sum of RGB (Red+Green+Blue) = 68+141+180=389 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.48% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 180 (70.70% from 255 or 46.27% from 389); Max value from RGB is 180 - color contains mainly: blue. Hex color #448DB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448DB4 is #BB724B. Grayscale: #7B7B7B. Windows color (decimal): -12284492 or 11832644. OLE color: 11832644.
HSL color Cylindrical-coordinate representation of color #448DB4: hue angle of 200.89º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #448DB4 is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 68 | 141 | 180 | - |
| CMYK | 0.62 | 0.22 | 0 | 0.29 |
| HSL | 200.89º | 0.45% | 0.49% | - |
| HSV(B) | 200.89º | 0.62% | 0.71% | - |
| XYZ | 20.15 | 23.57 | 46.67 | - |
| YUV | 123.62 | 159.82 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 141 | 180 | 0.62 | 0.22 | 0 | 0.29 | 200.89 | 0.45 | 0.49 |
| Hex | 44 | 8D | B4 | 3E | 16 | 0 | 1D | C9 | 2D | 31 |
| Octal | 104 | 215 | 264 | 76 | 26 | 0 | 35 | 311 | 55 | 61 |
| Binary | 1000100 | 10001101 | 10110100 | 111110 | 10110 | 0 | 11101 | 11001001 | 101101 | 110001 |
Color Harmonies of #448DB4
Complementary color
Monochromatic Colors of #448DB4
Black with #448DB4
Text Example
Text Example
White with #448DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448DB4; }
p { color: rgb(68,141,180); }
H1.HeaderClassName
{
color: #448DB4;
}
.AnyTagClassName
{
color: #448DB4;
}
</style>
background-color css
<style>
a { background-color: #448DB4; }
a { background-color: rgb(68,141,180); }
div.DivClassName
{
background-color: #448DB4;
}
.BgClassName
{
background-color: #448DB4;
}
</style>
border-color css
<style>
span { border-color: #448DB4; }
span { border-color: rgb(68,141,180); }
td.TdClassName
{
border-color: #448DB4;
}
.TagClassName
{
border-color: #448DB4;
}
</style>