Shades of Boston Blue #45A5AD
Tints of Boston Blue #45A5AD
RGB
CMYK
RGB Variations
Color information
#45A5AD (or 0x45A5AD) is known color: Boston Blue. HEX triplet: 45, A5 and AD. RGB value is (69,165,173). Sum of RGB (Red+Green+Blue) = 69+165+173=407 (53% of max value = 765). Red value is 69 (27.34% from 255 or 16.95% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 173 - color contains mainly: blue. Hex color #45A5AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A5AD is #BA5A52. Grayscale: #898989. Windows color (decimal): -12212819 or 11380037. OLE color: 11380037.
HSL color Cylindrical-coordinate representation of color #45A5AD: hue angle of 184.62º 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 #45A5AD is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 69 | 165 | 173 | - |
| CMYK | 0.60 | 0.05 | 0 | 0.32 |
| HSL | 184.62º | 0.43% | 0.47% | - |
| HSV(B) | 184.62º | 0.6% | 0.68% | - |
| XYZ | 23.45 | 31.19 | 44.32 | - |
| YUV | 137.21 | 148.2 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 165 | 173 | 0.60 | 0.05 | 0 | 0.32 | 184.62 | 0.43 | 0.47 |
| Hex | 45 | A5 | AD | 3C | 5 | 0 | 20 | B9 | 2B | 2F |
| Octal | 105 | 245 | 255 | 74 | 5 | 0 | 40 | 271 | 53 | 57 |
| Binary | 1000101 | 10100101 | 10101101 | 111100 | 101 | 0 | 100000 | 10111001 | 101011 | 101111 |
Color Harmonies of #45A5AD
Complementary color
Monochromatic Colors of #45A5AD
Black with #45A5AD
Text Example
Text Example
White with #45A5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A5AD; }
p { color: rgb(69,165,173); }
H1.HeaderClassName
{
color: #45A5AD;
}
.AnyTagClassName
{
color: #45A5AD;
}
</style>
background-color css
<style>
a { background-color: #45A5AD; }
a { background-color: rgb(69,165,173); }
div.DivClassName
{
background-color: #45A5AD;
}
.BgClassName
{
background-color: #45A5AD;
}
</style>
border-color css
<style>
span { border-color: #45A5AD; }
span { border-color: rgb(69,165,173); }
td.TdClassName
{
border-color: #45A5AD;
}
.TagClassName
{
border-color: #45A5AD;
}
</style>