Shades of Boston Blue #409DBE
Tints of Boston Blue #409DBE
RGB
CMYK
RGB Variations
Color information
#409DBE (or 0x409DBE) is known color: Boston Blue. HEX triplet: 40, 9D and BE. RGB value is (64,157,190). Sum of RGB (Red+Green+Blue) = 64+157+190=411 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.57% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #409DBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409DBE is #BF6241. Grayscale: #848484. Windows color (decimal): -12542530 or 12492096. OLE color: 12492096.
HSL color Cylindrical-coordinate representation of color #409DBE: hue angle of 195.71º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #409DBE is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 157 | 190 | - |
| CMYK | 0.66 | 0.17 | 0 | 0.25 |
| HSL | 195.71º | 0.5% | 0.5% | - |
| HSV(B) | 195.71º | 0.66% | 0.75% | - |
| XYZ | 23.47 | 28.92 | 53.06 | - |
| YUV | 132.96 | 160.19 | 78.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 157 | 190 | 0.66 | 0.17 | 0 | 0.25 | 195.71 | 0.5 | 0.5 |
| Hex | 40 | 9D | BE | 42 | 11 | 0 | 19 | C4 | 32 | 32 |
| Octal | 100 | 235 | 276 | 102 | 21 | 0 | 31 | 304 | 62 | 62 |
| Binary | 1000000 | 10011101 | 10111110 | 1000010 | 10001 | 0 | 11001 | 11000100 | 110010 | 110010 |
Color Harmonies of #409DBE
Complementary color
Monochromatic Colors of #409DBE
Black with #409DBE
Text Example
Text Example
White with #409DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409DBE; }
p { color: rgb(64,157,190); }
H1.HeaderClassName
{
color: #409DBE;
}
.AnyTagClassName
{
color: #409DBE;
}
</style>
background-color css
<style>
a { background-color: #409DBE; }
a { background-color: rgb(64,157,190); }
div.DivClassName
{
background-color: #409DBE;
}
.BgClassName
{
background-color: #409DBE;
}
</style>
border-color css
<style>
span { border-color: #409DBE; }
span { border-color: rgb(64,157,190); }
td.TdClassName
{
border-color: #409DBE;
}
.TagClassName
{
border-color: #409DBE;
}
</style>