Shades of Boston Blue #45A1AD
Tints of Boston Blue #45A1AD
RGB
CMYK
RGB Variations
Color information
#45A1AD (or 0x45A1AD) is known color: Boston Blue. HEX triplet: 45, A1 and AD. RGB value is (69,161,173). Sum of RGB (Red+Green+Blue) = 69+161+173=403 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.12% from 403); Green value is 161 (63.28% from 255 or 39.95% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 173 - color contains mainly: blue. Hex color #45A1AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A1AD is #BA5E52. Grayscale: #868686. Windows color (decimal): -12213843 or 11379013. OLE color: 11379013.
HSL color Cylindrical-coordinate representation of color #45A1AD: hue angle of 186.92º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #45A1AD is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 69 | 161 | 173 | - |
| CMYK | 0.60 | 0.07 | 0 | 0.32 |
| HSL | 186.92º | 0.43% | 0.47% | - |
| HSV(B) | 186.92º | 0.6% | 0.68% | - |
| XYZ | 22.74 | 29.77 | 44.08 | - |
| YUV | 134.86 | 149.52 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 161 | 173 | 0.60 | 0.07 | 0 | 0.32 | 186.92 | 0.43 | 0.47 |
| Hex | 45 | A1 | AD | 3C | 7 | 0 | 20 | BB | 2B | 2F |
| Octal | 105 | 241 | 255 | 74 | 7 | 0 | 40 | 273 | 53 | 57 |
| Binary | 1000101 | 10100001 | 10101101 | 111100 | 111 | 0 | 100000 | 10111011 | 101011 | 101111 |
Color Harmonies of #45A1AD
Complementary color
Monochromatic Colors of #45A1AD
Black with #45A1AD
Text Example
Text Example
White with #45A1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A1AD; }
p { color: rgb(69,161,173); }
H1.HeaderClassName
{
color: #45A1AD;
}
.AnyTagClassName
{
color: #45A1AD;
}
</style>
background-color css
<style>
a { background-color: #45A1AD; }
a { background-color: rgb(69,161,173); }
div.DivClassName
{
background-color: #45A1AD;
}
.BgClassName
{
background-color: #45A1AD;
}
</style>
border-color css
<style>
span { border-color: #45A1AD; }
span { border-color: rgb(69,161,173); }
td.TdClassName
{
border-color: #45A1AD;
}
.TagClassName
{
border-color: #45A1AD;
}
</style>