Shades of Boston Blue #409ABE
Tints of Boston Blue #409ABE
RGB
CMYK
RGB Variations
Color information
#409ABE (or 0x409ABE) is known color: Boston Blue. HEX triplet: 40, 9A and BE. RGB value is (64,154,190). Sum of RGB (Red+Green+Blue) = 64+154+190=408 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.69% from 408); Green value is 154 (60.55% from 255 or 37.75% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #409ABE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409ABE is #BF6541. Grayscale: #828282. Windows color (decimal): -12543298 or 12491328. OLE color: 12491328.
HSL color Cylindrical-coordinate representation of color #409ABE: hue angle of 197.14º 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 #409ABE is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 154 | 190 | - |
| CMYK | 0.66 | 0.19 | 0 | 0.25 |
| HSL | 197.14º | 0.5% | 0.5% | - |
| HSV(B) | 197.14º | 0.66% | 0.75% | - |
| XYZ | 22.96 | 27.92 | 52.89 | - |
| YUV | 131.19 | 161.18 | 80.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 154 | 190 | 0.66 | 0.19 | 0 | 0.25 | 197.14 | 0.5 | 0.5 |
| Hex | 40 | 9A | BE | 42 | 13 | 0 | 19 | C5 | 32 | 32 |
| Octal | 100 | 232 | 276 | 102 | 23 | 0 | 31 | 305 | 62 | 62 |
| Binary | 1000000 | 10011010 | 10111110 | 1000010 | 10011 | 0 | 11001 | 11000101 | 110010 | 110010 |
Color Harmonies of #409ABE
Complementary color
Monochromatic Colors of #409ABE
Black with #409ABE
Text Example
Text Example
White with #409ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409ABE; }
p { color: rgb(64,154,190); }
H1.HeaderClassName
{
color: #409ABE;
}
.AnyTagClassName
{
color: #409ABE;
}
</style>
background-color css
<style>
a { background-color: #409ABE; }
a { background-color: rgb(64,154,190); }
div.DivClassName
{
background-color: #409ABE;
}
.BgClassName
{
background-color: #409ABE;
}
</style>
border-color css
<style>
span { border-color: #409ABE; }
span { border-color: rgb(64,154,190); }
td.TdClassName
{
border-color: #409ABE;
}
.TagClassName
{
border-color: #409ABE;
}
</style>