Shades of Boston Blue #448FB3
Tints of Boston Blue #448FB3
RGB
CMYK
RGB Variations
Color information
#448FB3 (or 0x448FB3) is known color: Boston Blue. HEX triplet: 44, 8F and B3. RGB value is (68,143,179). Sum of RGB (Red+Green+Blue) = 68+143+179=390 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.44% from 390); Green value is 143 (56.25% from 255 or 36.67% from 390); Blue value is 179 (70.31% from 255 or 45.90% from 390); Max value from RGB is 179 - color contains mainly: blue. Hex color #448FB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448FB3 is #BB704C. Grayscale: #7C7C7C. Windows color (decimal): -12283981 or 11767620. OLE color: 11767620.
HSL color Cylindrical-coordinate representation of color #448FB3: hue angle of 199.46º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #448FB3 is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 68 | 143 | 179 | - |
| CMYK | 0.62 | 0.20 | 0 | 0.30 |
| HSL | 199.46º | 0.45% | 0.48% | - |
| HSV(B) | 199.46º | 0.62% | 0.7% | - |
| XYZ | 20.34 | 24.13 | 46.23 | - |
| YUV | 124.68 | 158.65 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 143 | 179 | 0.62 | 0.20 | 0 | 0.30 | 199.46 | 0.45 | 0.48 |
| Hex | 44 | 8F | B3 | 3E | 14 | 0 | 1E | C7 | 2D | 30 |
| Octal | 104 | 217 | 263 | 76 | 24 | 0 | 36 | 307 | 55 | 60 |
| Binary | 1000100 | 10001111 | 10110011 | 111110 | 10100 | 0 | 11110 | 11000111 | 101101 | 110000 |
Color Harmonies of #448FB3
Complementary color
Monochromatic Colors of #448FB3
Black with #448FB3
Text Example
Text Example
White with #448FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448FB3; }
p { color: rgb(68,143,179); }
H1.HeaderClassName
{
color: #448FB3;
}
.AnyTagClassName
{
color: #448FB3;
}
</style>
background-color css
<style>
a { background-color: #448FB3; }
a { background-color: rgb(68,143,179); }
div.DivClassName
{
background-color: #448FB3;
}
.BgClassName
{
background-color: #448FB3;
}
</style>
border-color css
<style>
span { border-color: #448FB3; }
span { border-color: rgb(68,143,179); }
td.TdClassName
{
border-color: #448FB3;
}
.TagClassName
{
border-color: #448FB3;
}
</style>