Shades of Boston Blue #409CBB
Tints of Boston Blue #409CBB
RGB
CMYK
RGB Variations
Color information
#409CBB (or 0x409CBB) is known color: Boston Blue. HEX triplet: 40, 9C and BB. RGB value is (64,156,187). Sum of RGB (Red+Green+Blue) = 64+156+187=407 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.72% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 187 - color contains mainly: blue. Hex color #409CBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409CBB is #BF6344. Grayscale: #838383. Windows color (decimal): -12542789 or 12295232. OLE color: 12295232.
HSL color Cylindrical-coordinate representation of color #409CBB: hue angle of 195.12º 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 #409CBB is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 156 | 187 | - |
| CMYK | 0.66 | 0.17 | 0 | 0.27 |
| HSL | 195.12º | 0.49% | 0.49% | - |
| HSV(B) | 195.12º | 0.66% | 0.73% | - |
| XYZ | 22.97 | 28.45 | 51.3 | - |
| YUV | 132.03 | 159.02 | 79.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 156 | 187 | 0.66 | 0.17 | 0 | 0.27 | 195.12 | 0.49 | 0.49 |
| Hex | 40 | 9C | BB | 42 | 11 | 0 | 1B | C3 | 31 | 31 |
| Octal | 100 | 234 | 273 | 102 | 21 | 0 | 33 | 303 | 61 | 61 |
| Binary | 1000000 | 10011100 | 10111011 | 1000010 | 10001 | 0 | 11011 | 11000011 | 110001 | 110001 |
Color Harmonies of #409CBB
Complementary color
Monochromatic Colors of #409CBB
Black with #409CBB
Text Example
Text Example
White with #409CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409CBB; }
p { color: rgb(64,156,187); }
H1.HeaderClassName
{
color: #409CBB;
}
.AnyTagClassName
{
color: #409CBB;
}
</style>
background-color css
<style>
a { background-color: #409CBB; }
a { background-color: rgb(64,156,187); }
div.DivClassName
{
background-color: #409CBB;
}
.BgClassName
{
background-color: #409CBB;
}
</style>
border-color css
<style>
span { border-color: #409CBB; }
span { border-color: rgb(64,156,187); }
td.TdClassName
{
border-color: #409CBB;
}
.TagClassName
{
border-color: #409CBB;
}
</style>