Shades of Boston Blue #449DBB
Tints of Boston Blue #449DBB
RGB
CMYK
RGB Variations
Color information
#449DBB (or 0x449DBB) is known color: Boston Blue. HEX triplet: 44, 9D and BB. RGB value is (68,157,187). Sum of RGB (Red+Green+Blue) = 68+157+187=412 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.50% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 187 - color contains mainly: blue. Hex color #449DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449DBB is #BB6244. Grayscale: #858585. Windows color (decimal): -12280389 or 12295492. OLE color: 12295492.
HSL color Cylindrical-coordinate representation of color #449DBB: hue angle of 195.13º 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 #449DBB is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 157 | 187 | - |
| CMYK | 0.64 | 0.16 | 0 | 0.27 |
| HSL | 195.13º | 0.47% | 0.5% | - |
| HSV(B) | 195.13º | 0.64% | 0.73% | - |
| XYZ | 23.41 | 28.93 | 51.36 | - |
| YUV | 133.81 | 158.01 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 157 | 187 | 0.64 | 0.16 | 0 | 0.27 | 195.13 | 0.47 | 0.5 |
| Hex | 44 | 9D | BB | 40 | 10 | 0 | 1B | C3 | 2F | 32 |
| Octal | 104 | 235 | 273 | 100 | 20 | 0 | 33 | 303 | 57 | 62 |
| Binary | 1000100 | 10011101 | 10111011 | 1000000 | 10000 | 0 | 11011 | 11000011 | 101111 | 110010 |
Color Harmonies of #449DBB
Complementary color
Monochromatic Colors of #449DBB
Black with #449DBB
Text Example
Text Example
White with #449DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449DBB; }
p { color: rgb(68,157,187); }
H1.HeaderClassName
{
color: #449DBB;
}
.AnyTagClassName
{
color: #449DBB;
}
</style>
background-color css
<style>
a { background-color: #449DBB; }
a { background-color: rgb(68,157,187); }
div.DivClassName
{
background-color: #449DBB;
}
.BgClassName
{
background-color: #449DBB;
}
</style>
border-color css
<style>
span { border-color: #449DBB; }
span { border-color: rgb(68,157,187); }
td.TdClassName
{
border-color: #449DBB;
}
.TagClassName
{
border-color: #449DBB;
}
</style>