Shades of Boston Blue #449ABB
Tints of Boston Blue #449ABB
RGB
CMYK
RGB Variations
Color information
#449ABB (or 0x449ABB) is known color: Boston Blue. HEX triplet: 44, 9A and BB. RGB value is (68,154,187). Sum of RGB (Red+Green+Blue) = 68+154+187=409 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.63% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 187 - color contains mainly: blue. Hex color #449ABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449ABB is #BB6544. Grayscale: #838383. Windows color (decimal): -12281157 or 12294724. OLE color: 12294724.
HSL color Cylindrical-coordinate representation of color #449ABB: hue angle of 196.64º 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 #449ABB is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 154 | 187 | - |
| CMYK | 0.64 | 0.18 | 0 | 0.27 |
| HSL | 196.64º | 0.47% | 0.5% | - |
| HSV(B) | 196.64º | 0.64% | 0.73% | - |
| XYZ | 22.91 | 27.93 | 51.2 | - |
| YUV | 132.05 | 159.01 | 82.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 154 | 187 | 0.64 | 0.18 | 0 | 0.27 | 196.64 | 0.47 | 0.5 |
| Hex | 44 | 9A | BB | 40 | 12 | 0 | 1B | C5 | 2F | 32 |
| Octal | 104 | 232 | 273 | 100 | 22 | 0 | 33 | 305 | 57 | 62 |
| Binary | 1000100 | 10011010 | 10111011 | 1000000 | 10010 | 0 | 11011 | 11000101 | 101111 | 110010 |
Color Harmonies of #449ABB
Complementary color
Monochromatic Colors of #449ABB
Black with #449ABB
Text Example
Text Example
White with #449ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449ABB; }
p { color: rgb(68,154,187); }
H1.HeaderClassName
{
color: #449ABB;
}
.AnyTagClassName
{
color: #449ABB;
}
</style>
background-color css
<style>
a { background-color: #449ABB; }
a { background-color: rgb(68,154,187); }
div.DivClassName
{
background-color: #449ABB;
}
.BgClassName
{
background-color: #449ABB;
}
</style>
border-color css
<style>
span { border-color: #449ABB; }
span { border-color: rgb(68,154,187); }
td.TdClassName
{
border-color: #449ABB;
}
.TagClassName
{
border-color: #449ABB;
}
</style>