Shades of Boston Blue #409BAA
Tints of Boston Blue #409BAA
RGB
CMYK
RGB Variations
Color information
#409BAA (or 0x409BAA) is known color: Boston Blue. HEX triplet: 40, 9B and AA. RGB value is (64,155,170). Sum of RGB (Red+Green+Blue) = 64+155+170=389 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.45% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 170 - color contains mainly: blue. Hex color #409BAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409BAA is #BF6455. Grayscale: #818181. Windows color (decimal): -12543062 or 11180864. OLE color: 11180864.
HSL color Cylindrical-coordinate representation of color #409BAA: hue angle of 188.49º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #409BAA is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 155 | 170 | - |
| CMYK | 0.62 | 0.09 | 0 | 0.33 |
| HSL | 188.49º | 0.45% | 0.46% | - |
| HSV(B) | 188.49º | 0.62% | 0.67% | - |
| XYZ | 21.09 | 27.43 | 42.21 | - |
| YUV | 129.5 | 150.85 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 155 | 170 | 0.62 | 0.09 | 0 | 0.33 | 188.49 | 0.45 | 0.46 |
| Hex | 40 | 9B | AA | 3E | 9 | 0 | 21 | BC | 2D | 2E |
| Octal | 100 | 233 | 252 | 76 | 11 | 0 | 41 | 274 | 55 | 56 |
| Binary | 1000000 | 10011011 | 10101010 | 111110 | 1001 | 0 | 100001 | 10111100 | 101101 | 101110 |
Color Harmonies of #409BAA
Complementary color
Monochromatic Colors of #409BAA
Black with #409BAA
Text Example
Text Example
White with #409BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409BAA; }
p { color: rgb(64,155,170); }
H1.HeaderClassName
{
color: #409BAA;
}
.AnyTagClassName
{
color: #409BAA;
}
</style>
background-color css
<style>
a { background-color: #409BAA; }
a { background-color: rgb(64,155,170); }
div.DivClassName
{
background-color: #409BAA;
}
.BgClassName
{
background-color: #409BAA;
}
</style>
border-color css
<style>
span { border-color: #409BAA; }
span { border-color: rgb(64,155,170); }
td.TdClassName
{
border-color: #409BAA;
}
.TagClassName
{
border-color: #409BAA;
}
</style>