Shades of Boston Blue #409CAA
Tints of Boston Blue #409CAA
RGB
CMYK
RGB Variations
Color information
#409CAA (or 0x409CAA) is known color: Boston Blue. HEX triplet: 40, 9C and AA. RGB value is (64,156,170). Sum of RGB (Red+Green+Blue) = 64+156+170=390 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.41% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 170 - color contains mainly: blue. Hex color #409CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409CAA is #BF6355. Grayscale: #818181. Windows color (decimal): -12542806 or 11181120. OLE color: 11181120.
HSL color Cylindrical-coordinate representation of color #409CAA: hue angle of 187.92º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #409CAA is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 156 | 170 | - |
| CMYK | 0.62 | 0.08 | 0 | 0.33 |
| HSL | 187.92º | 0.45% | 0.46% | - |
| HSV(B) | 187.92º | 0.62% | 0.67% | - |
| XYZ | 21.26 | 27.77 | 42.27 | - |
| YUV | 130.09 | 150.52 | 80.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 156 | 170 | 0.62 | 0.08 | 0 | 0.33 | 187.92 | 0.45 | 0.46 |
| Hex | 40 | 9C | AA | 3E | 8 | 0 | 21 | BC | 2D | 2E |
| Octal | 100 | 234 | 252 | 76 | 10 | 0 | 41 | 274 | 55 | 56 |
| Binary | 1000000 | 10011100 | 10101010 | 111110 | 1000 | 0 | 100001 | 10111100 | 101101 | 101110 |
Color Harmonies of #409CAA
Complementary color
Monochromatic Colors of #409CAA
Black with #409CAA
Text Example
Text Example
White with #409CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409CAA; }
p { color: rgb(64,156,170); }
H1.HeaderClassName
{
color: #409CAA;
}
.AnyTagClassName
{
color: #409CAA;
}
</style>
background-color css
<style>
a { background-color: #409CAA; }
a { background-color: rgb(64,156,170); }
div.DivClassName
{
background-color: #409CAA;
}
.BgClassName
{
background-color: #409CAA;
}
</style>
border-color css
<style>
span { border-color: #409CAA; }
span { border-color: rgb(64,156,170); }
td.TdClassName
{
border-color: #409CAA;
}
.TagClassName
{
border-color: #409CAA;
}
</style>