Shades of Boston Blue #449ABD
Tints of Boston Blue #449ABD
RGB
CMYK
RGB Variations
Color information
#449ABD (or 0x449ABD) is known color: Boston Blue. HEX triplet: 44, 9A and BD. RGB value is (68,154,189). Sum of RGB (Red+Green+Blue) = 68+154+189=411 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.55% from 411); Green value is 154 (60.55% from 255 or 37.47% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 189 - color contains mainly: blue. Hex color #449ABD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449ABD is #BB6542. Grayscale: #848484. Windows color (decimal): -12281155 or 12425796. OLE color: 12425796.
HSL color Cylindrical-coordinate representation of color #449ABD: hue angle of 197.36º 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 #449ABD is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 154 | 189 | - |
| CMYK | 0.64 | 0.19 | 0 | 0.26 |
| HSL | 197.36º | 0.48% | 0.5% | - |
| HSV(B) | 197.36º | 0.64% | 0.74% | - |
| XYZ | 23.12 | 28.01 | 52.33 | - |
| YUV | 132.28 | 160.01 | 82.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 154 | 189 | 0.64 | 0.19 | 0 | 0.26 | 197.36 | 0.48 | 0.5 |
| Hex | 44 | 9A | BD | 40 | 13 | 0 | 1A | C5 | 30 | 32 |
| Octal | 104 | 232 | 275 | 100 | 23 | 0 | 32 | 305 | 60 | 62 |
| Binary | 1000100 | 10011010 | 10111101 | 1000000 | 10011 | 0 | 11010 | 11000101 | 110000 | 110010 |
Color Harmonies of #449ABD
Complementary color
Monochromatic Colors of #449ABD
Black with #449ABD
Text Example
Text Example
White with #449ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449ABD; }
p { color: rgb(68,154,189); }
H1.HeaderClassName
{
color: #449ABD;
}
.AnyTagClassName
{
color: #449ABD;
}
</style>
background-color css
<style>
a { background-color: #449ABD; }
a { background-color: rgb(68,154,189); }
div.DivClassName
{
background-color: #449ABD;
}
.BgClassName
{
background-color: #449ABD;
}
</style>
border-color css
<style>
span { border-color: #449ABD; }
span { border-color: rgb(68,154,189); }
td.TdClassName
{
border-color: #449ABD;
}
.TagClassName
{
border-color: #449ABD;
}
</style>