Shades of Boston Blue #449DBC
Tints of Boston Blue #449DBC
RGB
CMYK
RGB Variations
Color information
#449DBC (or 0x449DBC) is known color: Boston Blue. HEX triplet: 44, 9D and BC. RGB value is (68,157,188). Sum of RGB (Red+Green+Blue) = 68+157+188=413 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.46% from 413); Green value is 157 (61.72% from 255 or 38.01% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #449DBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449DBC is #BB6243. Grayscale: #858585. Windows color (decimal): -12280388 or 12361028. OLE color: 12361028.
HSL color Cylindrical-coordinate representation of color #449DBC: hue angle of 195.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #449DBC is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 157 | 188 | - |
| CMYK | 0.64 | 0.16 | 0 | 0.26 |
| HSL | 195.5º | 0.47% | 0.5% | - |
| HSV(B) | 195.5º | 0.64% | 0.74% | - |
| XYZ | 23.52 | 28.97 | 51.93 | - |
| YUV | 133.92 | 158.51 | 80.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 157 | 188 | 0.64 | 0.16 | 0 | 0.26 | 195.5 | 0.47 | 0.5 |
| Hex | 44 | 9D | BC | 40 | 10 | 0 | 1A | C4 | 2F | 32 |
| Octal | 104 | 235 | 274 | 100 | 20 | 0 | 32 | 304 | 57 | 62 |
| Binary | 1000100 | 10011101 | 10111100 | 1000000 | 10000 | 0 | 11010 | 11000100 | 101111 | 110010 |
Color Harmonies of #449DBC
Complementary color
Monochromatic Colors of #449DBC
Black with #449DBC
Text Example
Text Example
White with #449DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449DBC; }
p { color: rgb(68,157,188); }
H1.HeaderClassName
{
color: #449DBC;
}
.AnyTagClassName
{
color: #449DBC;
}
</style>
background-color css
<style>
a { background-color: #449DBC; }
a { background-color: rgb(68,157,188); }
div.DivClassName
{
background-color: #449DBC;
}
.BgClassName
{
background-color: #449DBC;
}
</style>
border-color css
<style>
span { border-color: #449DBC; }
span { border-color: rgb(68,157,188); }
td.TdClassName
{
border-color: #449DBC;
}
.TagClassName
{
border-color: #449DBC;
}
</style>