Shades of Boston Blue #409BB5
Tints of Boston Blue #409BB5
RGB
CMYK
RGB Variations
Color information
#409BB5 (or 0x409BB5) is known color: Boston Blue. HEX triplet: 40, 9B and B5. RGB value is (64,155,181). Sum of RGB (Red+Green+Blue) = 64+155+181=400 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 181 (71.09% from 255 or 45.25% from 400); Max value from RGB is 181 - color contains mainly: blue. Hex color #409BB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409BB5 is #BF644A. Grayscale: #828282. Windows color (decimal): -12543051 or 11901760. OLE color: 11901760.
HSL color Cylindrical-coordinate representation of color #409BB5: hue angle of 193.33º 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 #409BB5 is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 155 | 181 | - |
| CMYK | 0.65 | 0.14 | 0 | 0.29 |
| HSL | 193.33º | 0.48% | 0.48% | - |
| HSV(B) | 193.33º | 0.65% | 0.71% | - |
| XYZ | 22.18 | 27.87 | 47.93 | - |
| YUV | 130.76 | 156.35 | 80.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 155 | 181 | 0.65 | 0.14 | 0 | 0.29 | 193.33 | 0.48 | 0.48 |
| Hex | 40 | 9B | B5 | 41 | E | 0 | 1D | C1 | 30 | 30 |
| Octal | 100 | 233 | 265 | 101 | 16 | 0 | 35 | 301 | 60 | 60 |
| Binary | 1000000 | 10011011 | 10110101 | 1000001 | 1110 | 0 | 11101 | 11000001 | 110000 | 110000 |
Color Harmonies of #409BB5
Complementary color
Monochromatic Colors of #409BB5
Black with #409BB5
Text Example
Text Example
White with #409BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409BB5; }
p { color: rgb(64,155,181); }
H1.HeaderClassName
{
color: #409BB5;
}
.AnyTagClassName
{
color: #409BB5;
}
</style>
background-color css
<style>
a { background-color: #409BB5; }
a { background-color: rgb(64,155,181); }
div.DivClassName
{
background-color: #409BB5;
}
.BgClassName
{
background-color: #409BB5;
}
</style>
border-color css
<style>
span { border-color: #409BB5; }
span { border-color: rgb(64,155,181); }
td.TdClassName
{
border-color: #409BB5;
}
.TagClassName
{
border-color: #409BB5;
}
</style>