Shades of Boston Blue #409BBC
Tints of Boston Blue #409BBC
RGB
CMYK
RGB Variations
Color information
#409BBC (or 0x409BBC) is known color: Boston Blue. HEX triplet: 40, 9B and BC. RGB value is (64,155,188). Sum of RGB (Red+Green+Blue) = 64+155+188=407 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.72% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #409BBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409BBC is #BF6443. Grayscale: #838383. Windows color (decimal): -12543044 or 12360512. OLE color: 12360512.
HSL color Cylindrical-coordinate representation of color #409BBC: hue angle of 195.97º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #409BBC is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 155 | 188 | - |
| CMYK | 0.66 | 0.18 | 0 | 0.26 |
| HSL | 195.97º | 0.49% | 0.49% | - |
| HSV(B) | 195.97º | 0.66% | 0.74% | - |
| XYZ | 22.91 | 28.16 | 51.81 | - |
| YUV | 131.55 | 159.85 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 155 | 188 | 0.66 | 0.18 | 0 | 0.26 | 195.97 | 0.49 | 0.49 |
| Hex | 40 | 9B | BC | 42 | 12 | 0 | 1A | C4 | 31 | 31 |
| Octal | 100 | 233 | 274 | 102 | 22 | 0 | 32 | 304 | 61 | 61 |
| Binary | 1000000 | 10011011 | 10111100 | 1000010 | 10010 | 0 | 11010 | 11000100 | 110001 | 110001 |
Color Harmonies of #409BBC
Complementary color
Monochromatic Colors of #409BBC
Black with #409BBC
Text Example
Text Example
White with #409BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409BBC; }
p { color: rgb(64,155,188); }
H1.HeaderClassName
{
color: #409BBC;
}
.AnyTagClassName
{
color: #409BBC;
}
</style>
background-color css
<style>
a { background-color: #409BBC; }
a { background-color: rgb(64,155,188); }
div.DivClassName
{
background-color: #409BBC;
}
.BgClassName
{
background-color: #409BBC;
}
</style>
border-color css
<style>
span { border-color: #409BBC; }
span { border-color: rgb(64,155,188); }
td.TdClassName
{
border-color: #409BBC;
}
.TagClassName
{
border-color: #409BBC;
}
</style>