Shades of Boston Blue #449BBA
Tints of Boston Blue #449BBA
RGB
CMYK
RGB Variations
Color information
#449BBA (or 0x449BBA) is known color: Boston Blue. HEX triplet: 44, 9B and BA. RGB value is (68,155,186). Sum of RGB (Red+Green+Blue) = 68+155+186=409 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.63% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #449BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449BBA is #BB6445. Grayscale: #848484. Windows color (decimal): -12280902 or 12229444. OLE color: 12229444.
HSL color Cylindrical-coordinate representation of color #449BBA: hue angle of 195.76º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #449BBA is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 155 | 186 | - |
| CMYK | 0.63 | 0.17 | 0 | 0.27 |
| HSL | 195.76º | 0.46% | 0.5% | - |
| HSV(B) | 195.76º | 0.63% | 0.73% | - |
| XYZ | 22.97 | 28.22 | 50.69 | - |
| YUV | 132.52 | 158.18 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 155 | 186 | 0.63 | 0.17 | 0 | 0.27 | 195.76 | 0.46 | 0.5 |
| Hex | 44 | 9B | BA | 3F | 11 | 0 | 1B | C4 | 2E | 32 |
| Octal | 104 | 233 | 272 | 77 | 21 | 0 | 33 | 304 | 56 | 62 |
| Binary | 1000100 | 10011011 | 10111010 | 111111 | 10001 | 0 | 11011 | 11000100 | 101110 | 110010 |
Color Harmonies of #449BBA
Complementary color
Monochromatic Colors of #449BBA
Black with #449BBA
Text Example
Text Example
White with #449BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449BBA; }
p { color: rgb(68,155,186); }
H1.HeaderClassName
{
color: #449BBA;
}
.AnyTagClassName
{
color: #449BBA;
}
</style>
background-color css
<style>
a { background-color: #449BBA; }
a { background-color: rgb(68,155,186); }
div.DivClassName
{
background-color: #449BBA;
}
.BgClassName
{
background-color: #449BBA;
}
</style>
border-color css
<style>
span { border-color: #449BBA; }
span { border-color: rgb(68,155,186); }
td.TdClassName
{
border-color: #449BBA;
}
.TagClassName
{
border-color: #449BBA;
}
</style>