Shades of Boston Blue #409AA6
Tints of Boston Blue #409AA6
RGB
CMYK
RGB Variations
Color information
#409AA6 (or 0x409AA6) is known color: Boston Blue. HEX triplet: 40, 9A and A6. RGB value is (64,154,166). Sum of RGB (Red+Green+Blue) = 64+154+166=384 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.67% from 384); Green value is 154 (60.55% from 255 or 40.10% from 384); Blue value is 166 (65.23% from 255 or 43.23% from 384); Max value from RGB is 166 - color contains mainly: blue. Hex color #409AA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409AA6 is #BF6559. Grayscale: #808080. Windows color (decimal): -12543322 or 10918464. OLE color: 10918464.
HSL color Cylindrical-coordinate representation of color #409AA6: hue angle of 187.06º 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 #409AA6 is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 64 | 154 | 166 | - |
| CMYK | 0.61 | 0.07 | 0 | 0.35 |
| HSL | 187.06º | 0.44% | 0.45% | - |
| HSV(B) | 187.06º | 0.61% | 0.65% | - |
| XYZ | 20.55 | 26.95 | 40.2 | - |
| YUV | 128.46 | 149.18 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 154 | 166 | 0.61 | 0.07 | 0 | 0.35 | 187.06 | 0.44 | 0.45 |
| Hex | 40 | 9A | A6 | 3D | 7 | 0 | 23 | BB | 2C | 2D |
| Octal | 100 | 232 | 246 | 75 | 7 | 0 | 43 | 273 | 54 | 55 |
| Binary | 1000000 | 10011010 | 10100110 | 111101 | 111 | 0 | 100011 | 10111011 | 101100 | 101101 |
Color Harmonies of #409AA6
Complementary color
Monochromatic Colors of #409AA6
Black with #409AA6
Text Example
Text Example
White with #409AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409AA6; }
p { color: rgb(64,154,166); }
H1.HeaderClassName
{
color: #409AA6;
}
.AnyTagClassName
{
color: #409AA6;
}
</style>
background-color css
<style>
a { background-color: #409AA6; }
a { background-color: rgb(64,154,166); }
div.DivClassName
{
background-color: #409AA6;
}
.BgClassName
{
background-color: #409AA6;
}
</style>
border-color css
<style>
span { border-color: #409AA6; }
span { border-color: rgb(64,154,166); }
td.TdClassName
{
border-color: #409AA6;
}
.TagClassName
{
border-color: #409AA6;
}
</style>