Shades of Boston Blue #448DAF
Tints of Boston Blue #448DAF
RGB
CMYK
RGB Variations
Color information
#448DAF (or 0x448DAF) is known color: Boston Blue. HEX triplet: 44, 8D and AF. RGB value is (68,141,175). Sum of RGB (Red+Green+Blue) = 68+141+175=384 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.71% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #448DAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448DAF is #BB7250. Grayscale: #7A7A7A. Windows color (decimal): -12284497 or 11504964. OLE color: 11504964.
HSL color Cylindrical-coordinate representation of color #448DAF: hue angle of 199.07º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #448DAF is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 141 | 175 | - |
| CMYK | 0.61 | 0.19 | 0 | 0.31 |
| HSL | 199.07º | 0.44% | 0.48% | - |
| HSV(B) | 199.07º | 0.61% | 0.69% | - |
| XYZ | 19.65 | 23.37 | 44.03 | - |
| YUV | 123.05 | 157.32 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 141 | 175 | 0.61 | 0.19 | 0 | 0.31 | 199.07 | 0.44 | 0.48 |
| Hex | 44 | 8D | AF | 3D | 13 | 0 | 1F | C7 | 2C | 30 |
| Octal | 104 | 215 | 257 | 75 | 23 | 0 | 37 | 307 | 54 | 60 |
| Binary | 1000100 | 10001101 | 10101111 | 111101 | 10011 | 0 | 11111 | 11000111 | 101100 | 110000 |
Color Harmonies of #448DAF
Complementary color
Monochromatic Colors of #448DAF
Black with #448DAF
Text Example
Text Example
White with #448DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448DAF; }
p { color: rgb(68,141,175); }
H1.HeaderClassName
{
color: #448DAF;
}
.AnyTagClassName
{
color: #448DAF;
}
</style>
background-color css
<style>
a { background-color: #448DAF; }
a { background-color: rgb(68,141,175); }
div.DivClassName
{
background-color: #448DAF;
}
.BgClassName
{
background-color: #448DAF;
}
</style>
border-color css
<style>
span { border-color: #448DAF; }
span { border-color: rgb(68,141,175); }
td.TdClassName
{
border-color: #448DAF;
}
.TagClassName
{
border-color: #448DAF;
}
</style>