Shades of Boston Blue #409CAD
Tints of Boston Blue #409CAD
RGB
CMYK
RGB Variations
Color information
#409CAD (or 0x409CAD) is known color: Boston Blue. HEX triplet: 40, 9C and AD. RGB value is (64,156,173). Sum of RGB (Red+Green+Blue) = 64+156+173=393 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.28% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 173 - color contains mainly: blue. Hex color #409CAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409CAD is #BF6352. Grayscale: #828282. Windows color (decimal): -12542803 or 11377728. OLE color: 11377728.
HSL color Cylindrical-coordinate representation of color #409CAD: hue angle of 189.36º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #409CAD is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 156 | 173 | - |
| CMYK | 0.63 | 0.10 | 0 | 0.32 |
| HSL | 189.36º | 0.46% | 0.46% | - |
| HSV(B) | 189.36º | 0.63% | 0.68% | - |
| XYZ | 21.55 | 27.88 | 43.78 | - |
| YUV | 130.43 | 152.02 | 80.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 156 | 173 | 0.63 | 0.10 | 0 | 0.32 | 189.36 | 0.46 | 0.46 |
| Hex | 40 | 9C | AD | 3F | A | 0 | 20 | BD | 2E | 2E |
| Octal | 100 | 234 | 255 | 77 | 12 | 0 | 40 | 275 | 56 | 56 |
| Binary | 1000000 | 10011100 | 10101101 | 111111 | 1010 | 0 | 100000 | 10111101 | 101110 | 101110 |
Color Harmonies of #409CAD
Complementary color
Monochromatic Colors of #409CAD
Black with #409CAD
Text Example
Text Example
White with #409CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409CAD; }
p { color: rgb(64,156,173); }
H1.HeaderClassName
{
color: #409CAD;
}
.AnyTagClassName
{
color: #409CAD;
}
</style>
background-color css
<style>
a { background-color: #409CAD; }
a { background-color: rgb(64,156,173); }
div.DivClassName
{
background-color: #409CAD;
}
.BgClassName
{
background-color: #409CAD;
}
</style>
border-color css
<style>
span { border-color: #409CAD; }
span { border-color: rgb(64,156,173); }
td.TdClassName
{
border-color: #409CAD;
}
.TagClassName
{
border-color: #409CAD;
}
</style>