Shades of Boston Blue #409CB0
Tints of Boston Blue #409CB0
RGB
CMYK
RGB Variations
Color information
#409CB0 (or 0x409CB0) is known color: Boston Blue. HEX triplet: 40, 9C and B0. RGB value is (64,156,176). Sum of RGB (Red+Green+Blue) = 64+156+176=396 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.16% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 176 (69.14% from 255 or 44.44% from 396); Max value from RGB is 176 - color contains mainly: blue. Hex color #409CB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409CB0 is #BF634F. Grayscale: #828282. Windows color (decimal): -12542800 or 11574336. OLE color: 11574336.
HSL color Cylindrical-coordinate representation of color #409CB0: hue angle of 190.71º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #409CB0 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 156 | 176 | - |
| CMYK | 0.64 | 0.11 | 0 | 0.31 |
| HSL | 190.71º | 0.47% | 0.47% | - |
| HSV(B) | 190.71º | 0.64% | 0.69% | - |
| XYZ | 21.84 | 28 | 45.33 | - |
| YUV | 130.77 | 153.52 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 156 | 176 | 0.64 | 0.11 | 0 | 0.31 | 190.71 | 0.47 | 0.47 |
| Hex | 40 | 9C | B0 | 40 | B | 0 | 1F | BF | 2F | 2F |
| Octal | 100 | 234 | 260 | 100 | 13 | 0 | 37 | 277 | 57 | 57 |
| Binary | 1000000 | 10011100 | 10110000 | 1000000 | 1011 | 0 | 11111 | 10111111 | 101111 | 101111 |
Color Harmonies of #409CB0
Complementary color
Monochromatic Colors of #409CB0
Black with #409CB0
Text Example
Text Example
White with #409CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409CB0; }
p { color: rgb(64,156,176); }
H1.HeaderClassName
{
color: #409CB0;
}
.AnyTagClassName
{
color: #409CB0;
}
</style>
background-color css
<style>
a { background-color: #409CB0; }
a { background-color: rgb(64,156,176); }
div.DivClassName
{
background-color: #409CB0;
}
.BgClassName
{
background-color: #409CB0;
}
</style>
border-color css
<style>
span { border-color: #409CB0; }
span { border-color: rgb(64,156,176); }
td.TdClassName
{
border-color: #409CB0;
}
.TagClassName
{
border-color: #409CB0;
}
</style>