Shades of Boston Blue #469BA9
Tints of Boston Blue #469BA9
RGB
CMYK
RGB Variations
Color information
#469BA9 (or 0x469BA9) is known color: Boston Blue. HEX triplet: 46, 9B and A9. RGB value is (70,155,169). Sum of RGB (Red+Green+Blue) = 70+155+169=394 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.77% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 169 (66.41% from 255 or 42.89% from 394); Max value from RGB is 169 - color contains mainly: blue. Hex color #469BA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469BA9 is #B96456. Grayscale: #838383. Windows color (decimal): -12149847 or 11115334. OLE color: 11115334.
HSL color Cylindrical-coordinate representation of color #469BA9: hue angle of 188.48º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #469BA9 is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 70 | 155 | 169 | - |
| CMYK | 0.59 | 0.08 | 0 | 0.34 |
| HSL | 188.48º | 0.41% | 0.47% | - |
| HSV(B) | 188.48º | 0.59% | 0.66% | - |
| XYZ | 21.41 | 27.61 | 41.74 | - |
| YUV | 131.18 | 149.34 | 84.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 155 | 169 | 0.59 | 0.08 | 0 | 0.34 | 188.48 | 0.41 | 0.47 |
| Hex | 46 | 9B | A9 | 3B | 8 | 0 | 22 | BC | 29 | 2F |
| Octal | 106 | 233 | 251 | 73 | 10 | 0 | 42 | 274 | 51 | 57 |
| Binary | 1000110 | 10011011 | 10101001 | 111011 | 1000 | 0 | 100010 | 10111100 | 101001 | 101111 |
Color Harmonies of #469BA9
Complementary color
Monochromatic Colors of #469BA9
Black with #469BA9
Text Example
Text Example
White with #469BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469BA9; }
p { color: rgb(70,155,169); }
H1.HeaderClassName
{
color: #469BA9;
}
.AnyTagClassName
{
color: #469BA9;
}
</style>
background-color css
<style>
a { background-color: #469BA9; }
a { background-color: rgb(70,155,169); }
div.DivClassName
{
background-color: #469BA9;
}
.BgClassName
{
background-color: #469BA9;
}
</style>
border-color css
<style>
span { border-color: #469BA9; }
span { border-color: rgb(70,155,169); }
td.TdClassName
{
border-color: #469BA9;
}
.TagClassName
{
border-color: #469BA9;
}
</style>