Shades of Boston Blue #449CBB
Tints of Boston Blue #449CBB
RGB
CMYK
RGB Variations
Color information
#449CBB (or 0x449CBB) is known color: Boston Blue. HEX triplet: 44, 9C and BB. RGB value is (68,156,187). Sum of RGB (Red+Green+Blue) = 68+156+187=411 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.55% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 187 - color contains mainly: blue. Hex color #449CBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449CBB is #BB6344. Grayscale: #858585. Windows color (decimal): -12280645 or 12295236. OLE color: 12295236.
HSL color Cylindrical-coordinate representation of color #449CBB: hue angle of 195.63º 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 #449CBB is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 156 | 187 | - |
| CMYK | 0.64 | 0.17 | 0 | 0.27 |
| HSL | 195.63º | 0.47% | 0.5% | - |
| HSV(B) | 195.63º | 0.64% | 0.73% | - |
| XYZ | 23.24 | 28.59 | 51.31 | - |
| YUV | 133.22 | 158.35 | 81.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 156 | 187 | 0.64 | 0.17 | 0 | 0.27 | 195.63 | 0.47 | 0.5 |
| Hex | 44 | 9C | BB | 40 | 11 | 0 | 1B | C4 | 2F | 32 |
| Octal | 104 | 234 | 273 | 100 | 21 | 0 | 33 | 304 | 57 | 62 |
| Binary | 1000100 | 10011100 | 10111011 | 1000000 | 10001 | 0 | 11011 | 11000100 | 101111 | 110010 |
Color Harmonies of #449CBB
Complementary color
Monochromatic Colors of #449CBB
Black with #449CBB
Text Example
Text Example
White with #449CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449CBB; }
p { color: rgb(68,156,187); }
H1.HeaderClassName
{
color: #449CBB;
}
.AnyTagClassName
{
color: #449CBB;
}
</style>
background-color css
<style>
a { background-color: #449CBB; }
a { background-color: rgb(68,156,187); }
div.DivClassName
{
background-color: #449CBB;
}
.BgClassName
{
background-color: #449CBB;
}
</style>
border-color css
<style>
span { border-color: #449CBB; }
span { border-color: rgb(68,156,187); }
td.TdClassName
{
border-color: #449CBB;
}
.TagClassName
{
border-color: #449CBB;
}
</style>