Shades of Boston Blue #448FAE
Tints of Boston Blue #448FAE
RGB
CMYK
RGB Variations
Color information
#448FAE (or 0x448FAE) is known color: Boston Blue. HEX triplet: 44, 8F and AE. RGB value is (68,143,174). Sum of RGB (Red+Green+Blue) = 68+143+174=385 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.66% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #448FAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448FAE is #BB7051. Grayscale: #7B7B7B. Windows color (decimal): -12283986 or 11439940. OLE color: 11439940.
HSL color Cylindrical-coordinate representation of color #448FAE: hue angle of 197.55º 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 #448FAE is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 68 | 143 | 174 | - |
| CMYK | 0.61 | 0.18 | 0 | 0.32 |
| HSL | 197.55º | 0.44% | 0.47% | - |
| HSV(B) | 197.55º | 0.61% | 0.68% | - |
| XYZ | 19.85 | 23.93 | 43.62 | - |
| YUV | 124.11 | 156.15 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 143 | 174 | 0.61 | 0.18 | 0 | 0.32 | 197.55 | 0.44 | 0.47 |
| Hex | 44 | 8F | AE | 3D | 12 | 0 | 20 | C6 | 2C | 2F |
| Octal | 104 | 217 | 256 | 75 | 22 | 0 | 40 | 306 | 54 | 57 |
| Binary | 1000100 | 10001111 | 10101110 | 111101 | 10010 | 0 | 100000 | 11000110 | 101100 | 101111 |
Color Harmonies of #448FAE
Complementary color
Monochromatic Colors of #448FAE
Black with #448FAE
Text Example
Text Example
White with #448FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448FAE; }
p { color: rgb(68,143,174); }
H1.HeaderClassName
{
color: #448FAE;
}
.AnyTagClassName
{
color: #448FAE;
}
</style>
background-color css
<style>
a { background-color: #448FAE; }
a { background-color: rgb(68,143,174); }
div.DivClassName
{
background-color: #448FAE;
}
.BgClassName
{
background-color: #448FAE;
}
</style>
border-color css
<style>
span { border-color: #448FAE; }
span { border-color: rgb(68,143,174); }
td.TdClassName
{
border-color: #448FAE;
}
.TagClassName
{
border-color: #448FAE;
}
</style>