Shades of Boston Blue #409BAE
Tints of Boston Blue #409BAE
RGB
CMYK
RGB Variations
Color information
#409BAE (or 0x409BAE) is known color: Boston Blue. HEX triplet: 40, 9B and AE. RGB value is (64,155,174). Sum of RGB (Red+Green+Blue) = 64+155+174=393 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.28% from 393); Green value is 155 (60.94% from 255 or 39.44% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #409BAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409BAE is #BF6451. Grayscale: #818181. Windows color (decimal): -12543058 or 11443008. OLE color: 11443008.
HSL color Cylindrical-coordinate representation of color #409BAE: hue angle of 190.36º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #409BAE is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 155 | 174 | - |
| CMYK | 0.63 | 0.11 | 0 | 0.32 |
| HSL | 190.36º | 0.46% | 0.47% | - |
| HSV(B) | 190.36º | 0.63% | 0.68% | - |
| XYZ | 21.48 | 27.59 | 44.24 | - |
| YUV | 129.96 | 152.85 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 155 | 174 | 0.63 | 0.11 | 0 | 0.32 | 190.36 | 0.46 | 0.47 |
| Hex | 40 | 9B | AE | 3F | B | 0 | 20 | BE | 2E | 2F |
| Octal | 100 | 233 | 256 | 77 | 13 | 0 | 40 | 276 | 56 | 57 |
| Binary | 1000000 | 10011011 | 10101110 | 111111 | 1011 | 0 | 100000 | 10111110 | 101110 | 101111 |
Color Harmonies of #409BAE
Complementary color
Monochromatic Colors of #409BAE
Black with #409BAE
Text Example
Text Example
White with #409BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409BAE; }
p { color: rgb(64,155,174); }
H1.HeaderClassName
{
color: #409BAE;
}
.AnyTagClassName
{
color: #409BAE;
}
</style>
background-color css
<style>
a { background-color: #409BAE; }
a { background-color: rgb(64,155,174); }
div.DivClassName
{
background-color: #409BAE;
}
.BgClassName
{
background-color: #409BAE;
}
</style>
border-color css
<style>
span { border-color: #409BAE; }
span { border-color: rgb(64,155,174); }
td.TdClassName
{
border-color: #409BAE;
}
.TagClassName
{
border-color: #409BAE;
}
</style>