Shades of Boston Blue #449FAA
Tints of Boston Blue #449FAA
RGB
CMYK
RGB Variations
Color information
#449FAA (or 0x449FAA) is known color: Boston Blue. HEX triplet: 44, 9F and AA. RGB value is (68,159,170). Sum of RGB (Red+Green+Blue) = 68+159+170=397 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.13% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #449FAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449FAA is #BB6055. Grayscale: #848484. Windows color (decimal): -12279894 or 11181892. OLE color: 11181892.
HSL color Cylindrical-coordinate representation of color #449FAA: hue angle of 186.47º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #449FAA is Cyan = 0.6, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 159 | 170 | - |
| CMYK | 0.6 | 0.06 | 0 | 0.33 |
| HSL | 186.47º | 0.43% | 0.47% | - |
| HSV(B) | 186.47º | 0.6% | 0.67% | - |
| XYZ | 22.04 | 28.93 | 42.45 | - |
| YUV | 133.05 | 148.85 | 81.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 159 | 170 | 0.6 | 0.06 | 0 | 0.33 | 186.47 | 0.43 | 0.47 |
| Hex | 44 | 9F | AA | 3C | 6 | 0 | 21 | BA | 2B | 2F |
| Octal | 104 | 237 | 252 | 74 | 6 | 0 | 41 | 272 | 53 | 57 |
| Binary | 1000100 | 10011111 | 10101010 | 111100 | 110 | 0 | 100001 | 10111010 | 101011 | 101111 |
Color Harmonies of #449FAA
Complementary color
Monochromatic Colors of #449FAA
Black with #449FAA
Text Example
Text Example
White with #449FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449FAA; }
p { color: rgb(68,159,170); }
H1.HeaderClassName
{
color: #449FAA;
}
.AnyTagClassName
{
color: #449FAA;
}
</style>
background-color css
<style>
a { background-color: #449FAA; }
a { background-color: rgb(68,159,170); }
div.DivClassName
{
background-color: #449FAA;
}
.BgClassName
{
background-color: #449FAA;
}
</style>
border-color css
<style>
span { border-color: #449FAA; }
span { border-color: rgb(68,159,170); }
td.TdClassName
{
border-color: #449FAA;
}
.TagClassName
{
border-color: #449FAA;
}
</style>