Shades of Boston Blue #40A0AD
Tints of Boston Blue #40A0AD
RGB
CMYK
RGB Variations
Color information
#40A0AD (or 0x40A0AD) is known color: Boston Blue. HEX triplet: 40, A0 and AD. RGB value is (64,160,173). Sum of RGB (Red+Green+Blue) = 64+160+173=397 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.12% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 173 - color contains mainly: blue. Hex color #40A0AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A0AD is #BF5F52. Grayscale: #848484. Windows color (decimal): -12541779 or 11378752. OLE color: 11378752.
HSL color Cylindrical-coordinate representation of color #40A0AD: hue angle of 187.16º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40A0AD is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 160 | 173 | - |
| CMYK | 0.63 | 0.08 | 0 | 0.32 |
| HSL | 187.16º | 0.46% | 0.46% | - |
| HSV(B) | 187.16º | 0.63% | 0.68% | - |
| XYZ | 22.23 | 29.25 | 44.01 | - |
| YUV | 132.78 | 150.7 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 160 | 173 | 0.63 | 0.08 | 0 | 0.32 | 187.16 | 0.46 | 0.46 |
| Hex | 40 | A0 | AD | 3F | 8 | 0 | 20 | BB | 2E | 2E |
| Octal | 100 | 240 | 255 | 77 | 10 | 0 | 40 | 273 | 56 | 56 |
| Binary | 1000000 | 10100000 | 10101101 | 111111 | 1000 | 0 | 100000 | 10111011 | 101110 | 101110 |
Color Harmonies of #40A0AD
Complementary color
Monochromatic Colors of #40A0AD
Black with #40A0AD
Text Example
Text Example
White with #40A0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A0AD; }
p { color: rgb(64,160,173); }
H1.HeaderClassName
{
color: #40A0AD;
}
.AnyTagClassName
{
color: #40A0AD;
}
</style>
background-color css
<style>
a { background-color: #40A0AD; }
a { background-color: rgb(64,160,173); }
div.DivClassName
{
background-color: #40A0AD;
}
.BgClassName
{
background-color: #40A0AD;
}
</style>
border-color css
<style>
span { border-color: #40A0AD; }
span { border-color: rgb(64,160,173); }
td.TdClassName
{
border-color: #40A0AD;
}
.TagClassName
{
border-color: #40A0AD;
}
</style>