Shades of Boston Blue #40A6AD
Tints of Boston Blue #40A6AD
RGB
CMYK
RGB Variations
Color information
#40A6AD (or 0x40A6AD) is known color: Boston Blue. HEX triplet: 40, A6 and AD. RGB value is (64,166,173). Sum of RGB (Red+Green+Blue) = 64+166+173=403 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.88% from 403); Green value is 166 (65.23% from 255 or 41.19% 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 #40A6AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A6AD is #BF5952. Grayscale: #888888. Windows color (decimal): -12540243 or 11380288. OLE color: 11380288.
HSL color Cylindrical-coordinate representation of color #40A6AD: hue angle of 183.85º 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 #40A6AD is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 166 | 173 | - |
| CMYK | 0.63 | 0.04 | 0 | 0.32 |
| HSL | 183.85º | 0.46% | 0.46% | - |
| HSV(B) | 183.85º | 0.63% | 0.68% | - |
| XYZ | 23.29 | 31.38 | 44.36 | - |
| YUV | 136.3 | 148.71 | 76.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 166 | 173 | 0.63 | 0.04 | 0 | 0.32 | 183.85 | 0.46 | 0.46 |
| Hex | 40 | A6 | AD | 3F | 4 | 0 | 20 | B8 | 2E | 2E |
| Octal | 100 | 246 | 255 | 77 | 4 | 0 | 40 | 270 | 56 | 56 |
| Binary | 1000000 | 10100110 | 10101101 | 111111 | 100 | 0 | 100000 | 10111000 | 101110 | 101110 |
Color Harmonies of #40A6AD
Complementary color
Monochromatic Colors of #40A6AD
Black with #40A6AD
Text Example
Text Example
White with #40A6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A6AD; }
p { color: rgb(64,166,173); }
H1.HeaderClassName
{
color: #40A6AD;
}
.AnyTagClassName
{
color: #40A6AD;
}
</style>
background-color css
<style>
a { background-color: #40A6AD; }
a { background-color: rgb(64,166,173); }
div.DivClassName
{
background-color: #40A6AD;
}
.BgClassName
{
background-color: #40A6AD;
}
</style>
border-color css
<style>
span { border-color: #40A6AD; }
span { border-color: rgb(64,166,173); }
td.TdClassName
{
border-color: #40A6AD;
}
.TagClassName
{
border-color: #40A6AD;
}
</style>