Shades of Boston Blue #449AB9
Tints of Boston Blue #449AB9
RGB
CMYK
RGB Variations
Color information
#449AB9 (or 0x449AB9) is known color: Boston Blue. HEX triplet: 44, 9A and B9. RGB value is (68,154,185). Sum of RGB (Red+Green+Blue) = 68+154+185=407 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.71% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 185 (72.66% from 255 or 45.45% from 407); Max value from RGB is 185 - color contains mainly: blue. Hex color #449AB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449AB9 is #BB6546. Grayscale: #838383. Windows color (decimal): -12281159 or 12163652. OLE color: 12163652.
HSL color Cylindrical-coordinate representation of color #449AB9: hue angle of 195.9º 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 #449AB9 is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 154 | 185 | - |
| CMYK | 0.63 | 0.17 | 0 | 0.27 |
| HSL | 195.9º | 0.46% | 0.5% | - |
| HSV(B) | 195.9º | 0.63% | 0.73% | - |
| XYZ | 22.7 | 27.84 | 50.08 | - |
| YUV | 131.82 | 158.01 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 154 | 185 | 0.63 | 0.17 | 0 | 0.27 | 195.9 | 0.46 | 0.5 |
| Hex | 44 | 9A | B9 | 3F | 11 | 0 | 1B | C4 | 2E | 32 |
| Octal | 104 | 232 | 271 | 77 | 21 | 0 | 33 | 304 | 56 | 62 |
| Binary | 1000100 | 10011010 | 10111001 | 111111 | 10001 | 0 | 11011 | 11000100 | 101110 | 110010 |
Color Harmonies of #449AB9
Complementary color
Monochromatic Colors of #449AB9
Black with #449AB9
Text Example
Text Example
White with #449AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449AB9; }
p { color: rgb(68,154,185); }
H1.HeaderClassName
{
color: #449AB9;
}
.AnyTagClassName
{
color: #449AB9;
}
</style>
background-color css
<style>
a { background-color: #449AB9; }
a { background-color: rgb(68,154,185); }
div.DivClassName
{
background-color: #449AB9;
}
.BgClassName
{
background-color: #449AB9;
}
</style>
border-color css
<style>
span { border-color: #449AB9; }
span { border-color: rgb(68,154,185); }
td.TdClassName
{
border-color: #449AB9;
}
.TagClassName
{
border-color: #449AB9;
}
</style>