Shades of Boston Blue #449EBB
Tints of Boston Blue #449EBB
RGB
CMYK
RGB Variations
Color information
#449EBB (or 0x449EBB) is known color: Boston Blue. HEX triplet: 44, 9E and BB. RGB value is (68,158,187). Sum of RGB (Red+Green+Blue) = 68+158+187=413 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.46% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 187 - color contains mainly: blue. Hex color #449EBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449EBB is #BB6144. Grayscale: #868686. Windows color (decimal): -12280133 or 12295748. OLE color: 12295748.
HSL color Cylindrical-coordinate representation of color #449EBB: hue angle of 194.62º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #449EBB is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 158 | 187 | - |
| CMYK | 0.64 | 0.16 | 0 | 0.27 |
| HSL | 194.62º | 0.47% | 0.5% | - |
| HSV(B) | 194.62º | 0.64% | 0.73% | - |
| XYZ | 23.58 | 29.27 | 51.42 | - |
| YUV | 134.4 | 157.68 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 158 | 187 | 0.64 | 0.16 | 0 | 0.27 | 194.62 | 0.47 | 0.5 |
| Hex | 44 | 9E | BB | 40 | 10 | 0 | 1B | C3 | 2F | 32 |
| Octal | 104 | 236 | 273 | 100 | 20 | 0 | 33 | 303 | 57 | 62 |
| Binary | 1000100 | 10011110 | 10111011 | 1000000 | 10000 | 0 | 11011 | 11000011 | 101111 | 110010 |
Color Harmonies of #449EBB
Complementary color
Monochromatic Colors of #449EBB
Black with #449EBB
Text Example
Text Example
White with #449EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449EBB; }
p { color: rgb(68,158,187); }
H1.HeaderClassName
{
color: #449EBB;
}
.AnyTagClassName
{
color: #449EBB;
}
</style>
background-color css
<style>
a { background-color: #449EBB; }
a { background-color: rgb(68,158,187); }
div.DivClassName
{
background-color: #449EBB;
}
.BgClassName
{
background-color: #449EBB;
}
</style>
border-color css
<style>
span { border-color: #449EBB; }
span { border-color: rgb(68,158,187); }
td.TdClassName
{
border-color: #449EBB;
}
.TagClassName
{
border-color: #449EBB;
}
</style>