Shades of Boston Blue #469EA6
Tints of Boston Blue #469EA6
RGB
CMYK
RGB Variations
Color information
#469EA6 (or 0x469EA6) is known color: Boston Blue. HEX triplet: 46, 9E and A6. RGB value is (70,158,166). Sum of RGB (Red+Green+Blue) = 70+158+166=394 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.77% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 166 (65.23% from 255 or 42.13% from 394); Max value from RGB is 166 - color contains mainly: blue. Hex color #469EA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469EA6 is #B96159. Grayscale: #848484. Windows color (decimal): -12149082 or 10919494. OLE color: 10919494.
HSL color Cylindrical-coordinate representation of color #469EA6: hue angle of 185º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #469EA6 is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 70 | 158 | 166 | - |
| CMYK | 0.58 | 0.05 | 0 | 0.35 |
| HSL | 185º | 0.41% | 0.46% | - |
| HSV(B) | 185º | 0.58% | 0.65% | - |
| XYZ | 21.64 | 28.51 | 40.44 | - |
| YUV | 132.6 | 146.85 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 158 | 166 | 0.58 | 0.05 | 0 | 0.35 | 185 | 0.41 | 0.46 |
| Hex | 46 | 9E | A6 | 3A | 5 | 0 | 23 | B9 | 29 | 2E |
| Octal | 106 | 236 | 246 | 72 | 5 | 0 | 43 | 271 | 51 | 56 |
| Binary | 1000110 | 10011110 | 10100110 | 111010 | 101 | 0 | 100011 | 10111001 | 101001 | 101110 |
Color Harmonies of #469EA6
Complementary color
Monochromatic Colors of #469EA6
Black with #469EA6
Text Example
Text Example
White with #469EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469EA6; }
p { color: rgb(70,158,166); }
H1.HeaderClassName
{
color: #469EA6;
}
.AnyTagClassName
{
color: #469EA6;
}
</style>
background-color css
<style>
a { background-color: #469EA6; }
a { background-color: rgb(70,158,166); }
div.DivClassName
{
background-color: #469EA6;
}
.BgClassName
{
background-color: #469EA6;
}
</style>
border-color css
<style>
span { border-color: #469EA6; }
span { border-color: rgb(70,158,166); }
td.TdClassName
{
border-color: #469EA6;
}
.TagClassName
{
border-color: #469EA6;
}
</style>