Shades of Boston Blue #449DB9
Tints of Boston Blue #449DB9
RGB
CMYK
RGB Variations
Color information
#449DB9 (or 0x449DB9) is known color: Boston Blue. HEX triplet: 44, 9D and B9. RGB value is (68,157,185). Sum of RGB (Red+Green+Blue) = 68+157+185=410 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.59% from 410); Green value is 157 (61.72% from 255 or 38.29% from 410); Blue value is 185 (72.66% from 255 or 45.12% from 410); Max value from RGB is 185 - color contains mainly: blue. Hex color #449DB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449DB9 is #BB6246. Grayscale: #858585. Windows color (decimal): -12280391 or 12164420. OLE color: 12164420.
HSL color Cylindrical-coordinate representation of color #449DB9: hue angle of 194.36º 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 #449DB9 is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 157 | 185 | - |
| CMYK | 0.63 | 0.15 | 0 | 0.27 |
| HSL | 194.36º | 0.46% | 0.5% | - |
| HSV(B) | 194.36º | 0.63% | 0.73% | - |
| XYZ | 23.2 | 28.85 | 50.24 | - |
| YUV | 133.58 | 157.01 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 157 | 185 | 0.63 | 0.15 | 0 | 0.27 | 194.36 | 0.46 | 0.5 |
| Hex | 44 | 9D | B9 | 3F | F | 0 | 1B | C2 | 2E | 32 |
| Octal | 104 | 235 | 271 | 77 | 17 | 0 | 33 | 302 | 56 | 62 |
| Binary | 1000100 | 10011101 | 10111001 | 111111 | 1111 | 0 | 11011 | 11000010 | 101110 | 110010 |
Color Harmonies of #449DB9
Complementary color
Monochromatic Colors of #449DB9
Black with #449DB9
Text Example
Text Example
White with #449DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449DB9; }
p { color: rgb(68,157,185); }
H1.HeaderClassName
{
color: #449DB9;
}
.AnyTagClassName
{
color: #449DB9;
}
</style>
background-color css
<style>
a { background-color: #449DB9; }
a { background-color: rgb(68,157,185); }
div.DivClassName
{
background-color: #449DB9;
}
.BgClassName
{
background-color: #449DB9;
}
</style>
border-color css
<style>
span { border-color: #449DB9; }
span { border-color: rgb(68,157,185); }
td.TdClassName
{
border-color: #449DB9;
}
.TagClassName
{
border-color: #449DB9;
}
</style>