Shades of Boston Blue #409CB9
Tints of Boston Blue #409CB9
RGB
CMYK
RGB Variations
Color information
#409CB9 (or 0x409CB9) is known color: Boston Blue. HEX triplet: 40, 9C and B9. RGB value is (64,156,185). Sum of RGB (Red+Green+Blue) = 64+156+185=405 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.80% from 405); Green value is 156 (61.33% from 255 or 38.52% from 405); Blue value is 185 (72.66% from 255 or 45.68% from 405); Max value from RGB is 185 - color contains mainly: blue. Hex color #409CB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409CB9 is #BF6346. Grayscale: #838383. Windows color (decimal): -12542791 or 12164160. OLE color: 12164160.
HSL color Cylindrical-coordinate representation of color #409CB9: hue angle of 194.38º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #409CB9 is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 156 | 185 | - |
| CMYK | 0.65 | 0.16 | 0 | 0.27 |
| HSL | 194.38º | 0.49% | 0.49% | - |
| HSV(B) | 194.38º | 0.65% | 0.73% | - |
| XYZ | 22.76 | 28.37 | 50.18 | - |
| YUV | 131.8 | 158.02 | 79.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 156 | 185 | 0.65 | 0.16 | 0 | 0.27 | 194.38 | 0.49 | 0.49 |
| Hex | 40 | 9C | B9 | 41 | 10 | 0 | 1B | C2 | 31 | 31 |
| Octal | 100 | 234 | 271 | 101 | 20 | 0 | 33 | 302 | 61 | 61 |
| Binary | 1000000 | 10011100 | 10111001 | 1000001 | 10000 | 0 | 11011 | 11000010 | 110001 | 110001 |
Color Harmonies of #409CB9
Complementary color
Monochromatic Colors of #409CB9
Black with #409CB9
Text Example
Text Example
White with #409CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409CB9; }
p { color: rgb(64,156,185); }
H1.HeaderClassName
{
color: #409CB9;
}
.AnyTagClassName
{
color: #409CB9;
}
</style>
background-color css
<style>
a { background-color: #409CB9; }
a { background-color: rgb(64,156,185); }
div.DivClassName
{
background-color: #409CB9;
}
.BgClassName
{
background-color: #409CB9;
}
</style>
border-color css
<style>
span { border-color: #409CB9; }
span { border-color: rgb(64,156,185); }
td.TdClassName
{
border-color: #409CB9;
}
.TagClassName
{
border-color: #409CB9;
}
</style>