Shades of Boston Blue #45A2AB
Tints of Boston Blue #45A2AB
RGB
CMYK
RGB Variations
Color information
#45A2AB (or 0x45A2AB) is known color: Boston Blue. HEX triplet: 45, A2 and AB. RGB value is (69,162,171). Sum of RGB (Red+Green+Blue) = 69+162+171=402 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.16% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 171 - color contains mainly: blue. Hex color #45A2AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A2AB is #BA5D54. Grayscale: #878787. Windows color (decimal): -12213589 or 11248197. OLE color: 11248197.
HSL color Cylindrical-coordinate representation of color #45A2AB: hue angle of 185.29º 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 #45A2AB is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 162 | 171 | - |
| CMYK | 0.60 | 0.05 | 0 | 0.33 |
| HSL | 185.29º | 0.43% | 0.47% | - |
| HSV(B) | 185.29º | 0.6% | 0.67% | - |
| XYZ | 22.73 | 30.05 | 43.13 | - |
| YUV | 135.22 | 148.19 | 80.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 162 | 171 | 0.60 | 0.05 | 0 | 0.33 | 185.29 | 0.43 | 0.47 |
| Hex | 45 | A2 | AB | 3C | 5 | 0 | 21 | B9 | 2A | 2F |
| Octal | 105 | 242 | 253 | 74 | 5 | 0 | 41 | 271 | 52 | 57 |
| Binary | 1000101 | 10100010 | 10101011 | 111100 | 101 | 0 | 100001 | 10111001 | 101010 | 101111 |
Color Harmonies of #45A2AB
Complementary color
Monochromatic Colors of #45A2AB
Black with #45A2AB
Text Example
Text Example
White with #45A2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A2AB; }
p { color: rgb(69,162,171); }
H1.HeaderClassName
{
color: #45A2AB;
}
.AnyTagClassName
{
color: #45A2AB;
}
</style>
background-color css
<style>
a { background-color: #45A2AB; }
a { background-color: rgb(69,162,171); }
div.DivClassName
{
background-color: #45A2AB;
}
.BgClassName
{
background-color: #45A2AB;
}
</style>
border-color css
<style>
span { border-color: #45A2AB; }
span { border-color: rgb(69,162,171); }
td.TdClassName
{
border-color: #45A2AB;
}
.TagClassName
{
border-color: #45A2AB;
}
</style>