Shades of Boston Blue #469EBA
Tints of Boston Blue #469EBA
RGB
CMYK
RGB Variations
Color information
#469EBA (or 0x469EBA) is known color: Boston Blue. HEX triplet: 46, 9E and BA. RGB value is (70,158,186). Sum of RGB (Red+Green+Blue) = 70+158+186=414 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.91% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #469EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469EBA is #B96145. Grayscale: #868686. Windows color (decimal): -12149062 or 12230214. OLE color: 12230214.
HSL color Cylindrical-coordinate representation of color #469EBA: hue angle of 194.48º degrees, saturation: 0.46, 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 #469EBA is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 158 | 186 | - |
| CMYK | 0.62 | 0.15 | 0 | 0.27 |
| HSL | 194.48º | 0.46% | 0.5% | - |
| HSV(B) | 194.48º | 0.62% | 0.73% | - |
| XYZ | 23.62 | 29.3 | 50.87 | - |
| YUV | 134.88 | 156.85 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 158 | 186 | 0.62 | 0.15 | 0 | 0.27 | 194.48 | 0.46 | 0.5 |
| Hex | 46 | 9E | BA | 3E | F | 0 | 1B | C2 | 2E | 32 |
| Octal | 106 | 236 | 272 | 76 | 17 | 0 | 33 | 302 | 56 | 62 |
| Binary | 1000110 | 10011110 | 10111010 | 111110 | 1111 | 0 | 11011 | 11000010 | 101110 | 110010 |
Color Harmonies of #469EBA
Complementary color
Monochromatic Colors of #469EBA
Black with #469EBA
Text Example
Text Example
White with #469EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469EBA; }
p { color: rgb(70,158,186); }
H1.HeaderClassName
{
color: #469EBA;
}
.AnyTagClassName
{
color: #469EBA;
}
</style>
background-color css
<style>
a { background-color: #469EBA; }
a { background-color: rgb(70,158,186); }
div.DivClassName
{
background-color: #469EBA;
}
.BgClassName
{
background-color: #469EBA;
}
</style>
border-color css
<style>
span { border-color: #469EBA; }
span { border-color: rgb(70,158,186); }
td.TdClassName
{
border-color: #469EBA;
}
.TagClassName
{
border-color: #469EBA;
}
</style>