Shades of Boston Blue #409CB5
Tints of Boston Blue #409CB5
RGB
CMYK
RGB Variations
Color information
#409CB5 (or 0x409CB5) is known color: Boston Blue. HEX triplet: 40, 9C and B5. RGB value is (64,156,181). Sum of RGB (Red+Green+Blue) = 64+156+181=401 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.96% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 181 (71.09% from 255 or 45.14% from 401); Max value from RGB is 181 - color contains mainly: blue. Hex color #409CB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409CB5 is #BF634A. Grayscale: #838383. Windows color (decimal): -12542795 or 11902016. OLE color: 11902016.
HSL color Cylindrical-coordinate representation of color #409CB5: hue angle of 192.82º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #409CB5 is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 156 | 181 | - |
| CMYK | 0.65 | 0.14 | 0 | 0.29 |
| HSL | 192.82º | 0.48% | 0.48% | - |
| HSV(B) | 192.82º | 0.65% | 0.71% | - |
| XYZ | 22.34 | 28.2 | 47.98 | - |
| YUV | 131.34 | 156.02 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 156 | 181 | 0.65 | 0.14 | 0 | 0.29 | 192.82 | 0.48 | 0.48 |
| Hex | 40 | 9C | B5 | 41 | E | 0 | 1D | C1 | 30 | 30 |
| Octal | 100 | 234 | 265 | 101 | 16 | 0 | 35 | 301 | 60 | 60 |
| Binary | 1000000 | 10011100 | 10110101 | 1000001 | 1110 | 0 | 11101 | 11000001 | 110000 | 110000 |
Color Harmonies of #409CB5
Complementary color
Monochromatic Colors of #409CB5
Black with #409CB5
Text Example
Text Example
White with #409CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409CB5; }
p { color: rgb(64,156,181); }
H1.HeaderClassName
{
color: #409CB5;
}
.AnyTagClassName
{
color: #409CB5;
}
</style>
background-color css
<style>
a { background-color: #409CB5; }
a { background-color: rgb(64,156,181); }
div.DivClassName
{
background-color: #409CB5;
}
.BgClassName
{
background-color: #409CB5;
}
</style>
border-color css
<style>
span { border-color: #409CB5; }
span { border-color: rgb(64,156,181); }
td.TdClassName
{
border-color: #409CB5;
}
.TagClassName
{
border-color: #409CB5;
}
</style>