Shades of Boston Blue #409BA6
Tints of Boston Blue #409BA6
RGB
CMYK
RGB Variations
Color information
#409BA6 (or 0x409BA6) is known color: Boston Blue. HEX triplet: 40, 9B and A6. RGB value is (64,155,166). Sum of RGB (Red+Green+Blue) = 64+155+166=385 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.62% from 385); Green value is 155 (60.94% from 255 or 40.26% from 385); Blue value is 166 (65.23% from 255 or 43.12% from 385); Max value from RGB is 166 - color contains mainly: blue. Hex color #409BA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409BA6 is #BF6459. Grayscale: #808080. Windows color (decimal): -12543066 or 10918720. OLE color: 10918720.
HSL color Cylindrical-coordinate representation of color #409BA6: hue angle of 186.47º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #409BA6 is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 64 | 155 | 166 | - |
| CMYK | 0.61 | 0.07 | 0 | 0.35 |
| HSL | 186.47º | 0.44% | 0.45% | - |
| HSV(B) | 186.47º | 0.61% | 0.65% | - |
| XYZ | 20.72 | 27.29 | 40.25 | - |
| YUV | 129.05 | 148.85 | 81.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 155 | 166 | 0.61 | 0.07 | 0 | 0.35 | 186.47 | 0.44 | 0.45 |
| Hex | 40 | 9B | A6 | 3D | 7 | 0 | 23 | BA | 2C | 2D |
| Octal | 100 | 233 | 246 | 75 | 7 | 0 | 43 | 272 | 54 | 55 |
| Binary | 1000000 | 10011011 | 10100110 | 111101 | 111 | 0 | 100011 | 10111010 | 101100 | 101101 |
Color Harmonies of #409BA6
Complementary color
Monochromatic Colors of #409BA6
Black with #409BA6
Text Example
Text Example
White with #409BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409BA6; }
p { color: rgb(64,155,166); }
H1.HeaderClassName
{
color: #409BA6;
}
.AnyTagClassName
{
color: #409BA6;
}
</style>
background-color css
<style>
a { background-color: #409BA6; }
a { background-color: rgb(64,155,166); }
div.DivClassName
{
background-color: #409BA6;
}
.BgClassName
{
background-color: #409BA6;
}
</style>
border-color css
<style>
span { border-color: #409BA6; }
span { border-color: rgb(64,155,166); }
td.TdClassName
{
border-color: #409BA6;
}
.TagClassName
{
border-color: #409BA6;
}
</style>