Shades of Boston Blue #409AAD
Tints of Boston Blue #409AAD
RGB
CMYK
RGB Variations
Color information
#409AAD (or 0x409AAD) is known color: Boston Blue. HEX triplet: 40, 9A and AD. RGB value is (64,154,173). Sum of RGB (Red+Green+Blue) = 64+154+173=391 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.37% from 391); Green value is 154 (60.55% from 255 or 39.39% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #409AAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409AAD is #BF6552. Grayscale: #818181. Windows color (decimal): -12543315 or 11377216. OLE color: 11377216.
HSL color Cylindrical-coordinate representation of color #409AAD: hue angle of 190.46º 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 #409AAD is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 154 | 173 | - |
| CMYK | 0.63 | 0.11 | 0 | 0.32 |
| HSL | 190.46º | 0.46% | 0.46% | - |
| HSV(B) | 190.46º | 0.63% | 0.68% | - |
| XYZ | 21.21 | 27.22 | 43.67 | - |
| YUV | 129.26 | 152.68 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 154 | 173 | 0.63 | 0.11 | 0 | 0.32 | 190.46 | 0.46 | 0.46 |
| Hex | 40 | 9A | AD | 3F | B | 0 | 20 | BE | 2E | 2E |
| Octal | 100 | 232 | 255 | 77 | 13 | 0 | 40 | 276 | 56 | 56 |
| Binary | 1000000 | 10011010 | 10101101 | 111111 | 1011 | 0 | 100000 | 10111110 | 101110 | 101110 |
Color Harmonies of #409AAD
Complementary color
Monochromatic Colors of #409AAD
Black with #409AAD
Text Example
Text Example
White with #409AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409AAD; }
p { color: rgb(64,154,173); }
H1.HeaderClassName
{
color: #409AAD;
}
.AnyTagClassName
{
color: #409AAD;
}
</style>
background-color css
<style>
a { background-color: #409AAD; }
a { background-color: rgb(64,154,173); }
div.DivClassName
{
background-color: #409AAD;
}
.BgClassName
{
background-color: #409AAD;
}
</style>
border-color css
<style>
span { border-color: #409AAD; }
span { border-color: rgb(64,154,173); }
td.TdClassName
{
border-color: #409AAD;
}
.TagClassName
{
border-color: #409AAD;
}
</style>