Shades of Boston Blue #409AB2
Tints of Boston Blue #409AB2
RGB
CMYK
RGB Variations
Color information
#409AB2 (or 0x409AB2) is known color: Boston Blue. HEX triplet: 40, 9A and B2. RGB value is (64,154,178). Sum of RGB (Red+Green+Blue) = 64+154+178=396 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.16% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 178 (69.92% from 255 or 44.95% from 396); Max value from RGB is 178 - color contains mainly: blue. Hex color #409AB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409AB2 is #BF654D. Grayscale: #818181. Windows color (decimal): -12543310 or 11704896. OLE color: 11704896.
HSL color Cylindrical-coordinate representation of color #409AB2: hue angle of 192.63º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #409AB2 is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 64 | 154 | 178 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.30 |
| HSL | 192.63º | 0.47% | 0.47% | - |
| HSV(B) | 192.63º | 0.64% | 0.7% | - |
| XYZ | 21.71 | 27.42 | 46.27 | - |
| YUV | 129.83 | 155.18 | 81.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 154 | 178 | 0.64 | 0.13 | 0 | 0.30 | 192.63 | 0.47 | 0.47 |
| Hex | 40 | 9A | B2 | 40 | D | 0 | 1E | C1 | 2F | 2F |
| Octal | 100 | 232 | 262 | 100 | 15 | 0 | 36 | 301 | 57 | 57 |
| Binary | 1000000 | 10011010 | 10110010 | 1000000 | 1101 | 0 | 11110 | 11000001 | 101111 | 101111 |
Color Harmonies of #409AB2
Complementary color
Monochromatic Colors of #409AB2
Black with #409AB2
Text Example
Text Example
White with #409AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409AB2; }
p { color: rgb(64,154,178); }
H1.HeaderClassName
{
color: #409AB2;
}
.AnyTagClassName
{
color: #409AB2;
}
</style>
background-color css
<style>
a { background-color: #409AB2; }
a { background-color: rgb(64,154,178); }
div.DivClassName
{
background-color: #409AB2;
}
.BgClassName
{
background-color: #409AB2;
}
</style>
border-color css
<style>
span { border-color: #409AB2; }
span { border-color: rgb(64,154,178); }
td.TdClassName
{
border-color: #409AB2;
}
.TagClassName
{
border-color: #409AB2;
}
</style>