Shades of Boston Blue #45A0AC
Tints of Boston Blue #45A0AC
RGB
CMYK
RGB Variations
Color information
#45A0AC (or 0x45A0AC) is known color: Boston Blue. HEX triplet: 45, A0 and AC. RGB value is (69,160,172). Sum of RGB (Red+Green+Blue) = 69+160+172=401 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.21% from 401); Green value is 160 (62.89% from 255 or 39.90% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 172 - color contains mainly: blue. Hex color #45A0AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A0AC is #BA5F53. Grayscale: #868686. Windows color (decimal): -12214100 or 11313221. OLE color: 11313221.
HSL color Cylindrical-coordinate representation of color #45A0AC: hue angle of 186.99º 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 #45A0AC is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 160 | 172 | - |
| CMYK | 0.60 | 0.07 | 0 | 0.33 |
| HSL | 186.99º | 0.43% | 0.47% | - |
| HSV(B) | 186.99º | 0.6% | 0.67% | - |
| XYZ | 22.47 | 29.39 | 43.52 | - |
| YUV | 134.16 | 149.35 | 81.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 160 | 172 | 0.60 | 0.07 | 0 | 0.33 | 186.99 | 0.43 | 0.47 |
| Hex | 45 | A0 | AC | 3C | 7 | 0 | 21 | BB | 2B | 2F |
| Octal | 105 | 240 | 254 | 74 | 7 | 0 | 41 | 273 | 53 | 57 |
| Binary | 1000101 | 10100000 | 10101100 | 111100 | 111 | 0 | 100001 | 10111011 | 101011 | 101111 |
Color Harmonies of #45A0AC
Complementary color
Monochromatic Colors of #45A0AC
Black with #45A0AC
Text Example
Text Example
White with #45A0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A0AC; }
p { color: rgb(69,160,172); }
H1.HeaderClassName
{
color: #45A0AC;
}
.AnyTagClassName
{
color: #45A0AC;
}
</style>
background-color css
<style>
a { background-color: #45A0AC; }
a { background-color: rgb(69,160,172); }
div.DivClassName
{
background-color: #45A0AC;
}
.BgClassName
{
background-color: #45A0AC;
}
</style>
border-color css
<style>
span { border-color: #45A0AC; }
span { border-color: rgb(69,160,172); }
td.TdClassName
{
border-color: #45A0AC;
}
.TagClassName
{
border-color: #45A0AC;
}
</style>