Shades of Boston Blue #409EAE
Tints of Boston Blue #409EAE
RGB
CMYK
RGB Variations
Color information
#409EAE (or 0x409EAE) is known color: Boston Blue. HEX triplet: 40, 9E and AE. RGB value is (64,158,174). Sum of RGB (Red+Green+Blue) = 64+158+174=396 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.16% from 396); Green value is 158 (62.11% from 255 or 39.90% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 174 - color contains mainly: blue. Hex color #409EAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409EAE is #BF6151. Grayscale: #838383. Windows color (decimal): -12542290 or 11443776. OLE color: 11443776.
HSL color Cylindrical-coordinate representation of color #409EAE: hue angle of 188.73º 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 #409EAE is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 158 | 174 | - |
| CMYK | 0.63 | 0.09 | 0 | 0.32 |
| HSL | 188.73º | 0.46% | 0.47% | - |
| HSV(B) | 188.73º | 0.63% | 0.68% | - |
| XYZ | 21.98 | 28.6 | 44.41 | - |
| YUV | 131.72 | 151.86 | 79.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 158 | 174 | 0.63 | 0.09 | 0 | 0.32 | 188.73 | 0.46 | 0.47 |
| Hex | 40 | 9E | AE | 3F | 9 | 0 | 20 | BD | 2E | 2F |
| Octal | 100 | 236 | 256 | 77 | 11 | 0 | 40 | 275 | 56 | 57 |
| Binary | 1000000 | 10011110 | 10101110 | 111111 | 1001 | 0 | 100000 | 10111101 | 101110 | 101111 |
Color Harmonies of #409EAE
Complementary color
Monochromatic Colors of #409EAE
Black with #409EAE
Text Example
Text Example
White with #409EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409EAE; }
p { color: rgb(64,158,174); }
H1.HeaderClassName
{
color: #409EAE;
}
.AnyTagClassName
{
color: #409EAE;
}
</style>
background-color css
<style>
a { background-color: #409EAE; }
a { background-color: rgb(64,158,174); }
div.DivClassName
{
background-color: #409EAE;
}
.BgClassName
{
background-color: #409EAE;
}
</style>
border-color css
<style>
span { border-color: #409EAE; }
span { border-color: rgb(64,158,174); }
td.TdClassName
{
border-color: #409EAE;
}
.TagClassName
{
border-color: #409EAE;
}
</style>