Shades of Boston Blue #469CB9
Tints of Boston Blue #469CB9
RGB
CMYK
RGB Variations
Color information
#469CB9 (or 0x469CB9) is known color: Boston Blue. HEX triplet: 46, 9C and B9. RGB value is (70,156,185). Sum of RGB (Red+Green+Blue) = 70+156+185=411 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.03% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 185 (72.66% from 255 or 45.01% from 411); Max value from RGB is 185 - color contains mainly: blue. Hex color #469CB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469CB9 is #B96346. Grayscale: #858585. Windows color (decimal): -12149575 or 12164166. OLE color: 12164166.
HSL color Cylindrical-coordinate representation of color #469CB9: hue angle of 195.13º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #469CB9 is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 156 | 185 | - |
| CMYK | 0.62 | 0.16 | 0 | 0.27 |
| HSL | 195.13º | 0.45% | 0.5% | - |
| HSV(B) | 195.13º | 0.62% | 0.73% | - |
| XYZ | 23.17 | 28.58 | 50.19 | - |
| YUV | 133.59 | 157.01 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 156 | 185 | 0.62 | 0.16 | 0 | 0.27 | 195.13 | 0.45 | 0.5 |
| Hex | 46 | 9C | B9 | 3E | 10 | 0 | 1B | C3 | 2D | 32 |
| Octal | 106 | 234 | 271 | 76 | 20 | 0 | 33 | 303 | 55 | 62 |
| Binary | 1000110 | 10011100 | 10111001 | 111110 | 10000 | 0 | 11011 | 11000011 | 101101 | 110010 |
Color Harmonies of #469CB9
Complementary color
Monochromatic Colors of #469CB9
Black with #469CB9
Text Example
Text Example
White with #469CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469CB9; }
p { color: rgb(70,156,185); }
H1.HeaderClassName
{
color: #469CB9;
}
.AnyTagClassName
{
color: #469CB9;
}
</style>
background-color css
<style>
a { background-color: #469CB9; }
a { background-color: rgb(70,156,185); }
div.DivClassName
{
background-color: #469CB9;
}
.BgClassName
{
background-color: #469CB9;
}
</style>
border-color css
<style>
span { border-color: #469CB9; }
span { border-color: rgb(70,156,185); }
td.TdClassName
{
border-color: #469CB9;
}
.TagClassName
{
border-color: #469CB9;
}
</style>