Shades of Boston Blue #449BBD
Tints of Boston Blue #449BBD
RGB
CMYK
RGB Variations
Color information
#449BBD (or 0x449BBD) is known color: Boston Blue. HEX triplet: 44, 9B and BD. RGB value is (68,155,189). Sum of RGB (Red+Green+Blue) = 68+155+189=412 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.50% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 189 - color contains mainly: blue. Hex color #449BBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449BBD is #BB6442. Grayscale: #848484. Windows color (decimal): -12280899 or 12426052. OLE color: 12426052.
HSL color Cylindrical-coordinate representation of color #449BBD: hue angle of 196.86º degrees, saturation: 0.48, 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 #449BBD is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 155 | 189 | - |
| CMYK | 0.64 | 0.18 | 0 | 0.26 |
| HSL | 196.86º | 0.48% | 0.5% | - |
| HSV(B) | 196.86º | 0.64% | 0.74% | - |
| XYZ | 23.29 | 28.35 | 52.39 | - |
| YUV | 132.86 | 159.68 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 155 | 189 | 0.64 | 0.18 | 0 | 0.26 | 196.86 | 0.48 | 0.5 |
| Hex | 44 | 9B | BD | 40 | 12 | 0 | 1A | C5 | 30 | 32 |
| Octal | 104 | 233 | 275 | 100 | 22 | 0 | 32 | 305 | 60 | 62 |
| Binary | 1000100 | 10011011 | 10111101 | 1000000 | 10010 | 0 | 11010 | 11000101 | 110000 | 110010 |
Color Harmonies of #449BBD
Complementary color
Monochromatic Colors of #449BBD
Black with #449BBD
Text Example
Text Example
White with #449BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449BBD; }
p { color: rgb(68,155,189); }
H1.HeaderClassName
{
color: #449BBD;
}
.AnyTagClassName
{
color: #449BBD;
}
</style>
background-color css
<style>
a { background-color: #449BBD; }
a { background-color: rgb(68,155,189); }
div.DivClassName
{
background-color: #449BBD;
}
.BgClassName
{
background-color: #449BBD;
}
</style>
border-color css
<style>
span { border-color: #449BBD; }
span { border-color: rgb(68,155,189); }
td.TdClassName
{
border-color: #449BBD;
}
.TagClassName
{
border-color: #449BBD;
}
</style>