Shades of Boston Blue #44A0AC
Tints of Boston Blue #44A0AC
RGB
CMYK
RGB Variations
Color information
#44A0AC (or 0x44A0AC) is known color: Boston Blue. HEX triplet: 44, A0 and AC. RGB value is (68,160,172). Sum of RGB (Red+Green+Blue) = 68+160+172=400 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #44A0AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A0AC is #BB5F53. Grayscale: #858585. Windows color (decimal): -12279636 or 11313220. OLE color: 11313220.
HSL color Cylindrical-coordinate representation of color #44A0AC: hue angle of 186.92º 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 #44A0AC is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 160 | 172 | - |
| CMYK | 0.60 | 0.07 | 0 | 0.33 |
| HSL | 186.92º | 0.43% | 0.47% | - |
| HSV(B) | 186.92º | 0.6% | 0.67% | - |
| XYZ | 22.4 | 29.35 | 43.51 | - |
| YUV | 133.86 | 149.52 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 160 | 172 | 0.60 | 0.07 | 0 | 0.33 | 186.92 | 0.43 | 0.47 |
| Hex | 44 | A0 | AC | 3C | 7 | 0 | 21 | BB | 2B | 2F |
| Octal | 104 | 240 | 254 | 74 | 7 | 0 | 41 | 273 | 53 | 57 |
| Binary | 1000100 | 10100000 | 10101100 | 111100 | 111 | 0 | 100001 | 10111011 | 101011 | 101111 |
Color Harmonies of #44A0AC
Complementary color
Monochromatic Colors of #44A0AC
Black with #44A0AC
Text Example
Text Example
White with #44A0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44A0AC; }
p { color: rgb(68,160,172); }
H1.HeaderClassName
{
color: #44A0AC;
}
.AnyTagClassName
{
color: #44A0AC;
}
</style>
background-color css
<style>
a { background-color: #44A0AC; }
a { background-color: rgb(68,160,172); }
div.DivClassName
{
background-color: #44A0AC;
}
.BgClassName
{
background-color: #44A0AC;
}
</style>
border-color css
<style>
span { border-color: #44A0AC; }
span { border-color: rgb(68,160,172); }
td.TdClassName
{
border-color: #44A0AC;
}
.TagClassName
{
border-color: #44A0AC;
}
</style>