Shades of Boston Blue #448DAE
Tints of Boston Blue #448DAE
RGB
CMYK
RGB Variations
Color information
#448DAE (or 0x448DAE) is known color: Boston Blue. HEX triplet: 44, 8D and AE. RGB value is (68,141,174). Sum of RGB (Red+Green+Blue) = 68+141+174=383 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.75% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #448DAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448DAE is #BB7251. Grayscale: #7A7A7A. Windows color (decimal): -12284498 or 11439428. OLE color: 11439428.
HSL color Cylindrical-coordinate representation of color #448DAE: hue angle of 198.68º 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 #448DAE is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 68 | 141 | 174 | - |
| CMYK | 0.61 | 0.19 | 0 | 0.32 |
| HSL | 198.68º | 0.44% | 0.47% | - |
| HSV(B) | 198.68º | 0.61% | 0.68% | - |
| XYZ | 19.55 | 23.33 | 43.52 | - |
| YUV | 122.94 | 156.82 | 88.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 141 | 174 | 0.61 | 0.19 | 0 | 0.32 | 198.68 | 0.44 | 0.47 |
| Hex | 44 | 8D | AE | 3D | 13 | 0 | 20 | C7 | 2C | 2F |
| Octal | 104 | 215 | 256 | 75 | 23 | 0 | 40 | 307 | 54 | 57 |
| Binary | 1000100 | 10001101 | 10101110 | 111101 | 10011 | 0 | 100000 | 11000111 | 101100 | 101111 |
Color Harmonies of #448DAE
Complementary color
Monochromatic Colors of #448DAE
Black with #448DAE
Text Example
Text Example
White with #448DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448DAE; }
p { color: rgb(68,141,174); }
H1.HeaderClassName
{
color: #448DAE;
}
.AnyTagClassName
{
color: #448DAE;
}
</style>
background-color css
<style>
a { background-color: #448DAE; }
a { background-color: rgb(68,141,174); }
div.DivClassName
{
background-color: #448DAE;
}
.BgClassName
{
background-color: #448DAE;
}
</style>
border-color css
<style>
span { border-color: #448DAE; }
span { border-color: rgb(68,141,174); }
td.TdClassName
{
border-color: #448DAE;
}
.TagClassName
{
border-color: #448DAE;
}
</style>