Shades of Boston Blue #409ABA
Tints of Boston Blue #409ABA
RGB
CMYK
RGB Variations
Color information
#409ABA (or 0x409ABA) is known color: Boston Blue. HEX triplet: 40, 9A and BA. RGB value is (64,154,186). Sum of RGB (Red+Green+Blue) = 64+154+186=404 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.84% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #409ABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409ABA is #BF6545. Grayscale: #828282. Windows color (decimal): -12543302 or 12229184. OLE color: 12229184.
HSL color Cylindrical-coordinate representation of color #409ABA: hue angle of 195.74º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #409ABA is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 154 | 186 | - |
| CMYK | 0.66 | 0.17 | 0 | 0.27 |
| HSL | 195.74º | 0.49% | 0.49% | - |
| HSV(B) | 195.74º | 0.66% | 0.73% | - |
| XYZ | 22.53 | 27.75 | 50.62 | - |
| YUV | 130.74 | 159.18 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 154 | 186 | 0.66 | 0.17 | 0 | 0.27 | 195.74 | 0.49 | 0.49 |
| Hex | 40 | 9A | BA | 42 | 11 | 0 | 1B | C4 | 31 | 31 |
| Octal | 100 | 232 | 272 | 102 | 21 | 0 | 33 | 304 | 61 | 61 |
| Binary | 1000000 | 10011010 | 10111010 | 1000010 | 10001 | 0 | 11011 | 11000100 | 110001 | 110001 |
Color Harmonies of #409ABA
Complementary color
Monochromatic Colors of #409ABA
Black with #409ABA
Text Example
Text Example
White with #409ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409ABA; }
p { color: rgb(64,154,186); }
H1.HeaderClassName
{
color: #409ABA;
}
.AnyTagClassName
{
color: #409ABA;
}
</style>
background-color css
<style>
a { background-color: #409ABA; }
a { background-color: rgb(64,154,186); }
div.DivClassName
{
background-color: #409ABA;
}
.BgClassName
{
background-color: #409ABA;
}
</style>
border-color css
<style>
span { border-color: #409ABA; }
span { border-color: rgb(64,154,186); }
td.TdClassName
{
border-color: #409ABA;
}
.TagClassName
{
border-color: #409ABA;
}
</style>