Shades of Boston Blue #468DA6
Tints of Boston Blue #468DA6
RGB
CMYK
RGB Variations
Color information
#468DA6 (or 0x468DA6) is known color: Boston Blue. HEX triplet: 46, 8D and A6. RGB value is (70,141,166). Sum of RGB (Red+Green+Blue) = 70+141+166=377 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.57% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 166 (65.23% from 255 or 44.03% from 377); Max value from RGB is 166 - color contains mainly: blue. Hex color #468DA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468DA6 is #B97259. Grayscale: #7A7A7A. Windows color (decimal): -12153434 or 10915142. OLE color: 10915142.
HSL color Cylindrical-coordinate representation of color #468DA6: hue angle of 195.62º 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 #468DA6 is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 70 | 141 | 166 | - |
| CMYK | 0.58 | 0.15 | 0 | 0.35 |
| HSL | 195.63º | 0.41% | 0.46% | - |
| HSV(B) | 195.63º | 0.58% | 0.65% | - |
| XYZ | 18.93 | 23.11 | 39.54 | - |
| YUV | 122.62 | 152.48 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 141 | 166 | 0.58 | 0.15 | 0 | 0.35 | 195.63 | 0.41 | 0.46 |
| Hex | 46 | 8D | A6 | 3A | F | 0 | 23 | C4 | 29 | 2E |
| Octal | 106 | 215 | 246 | 72 | 17 | 0 | 43 | 304 | 51 | 56 |
| Binary | 1000110 | 10001101 | 10100110 | 111010 | 1111 | 0 | 100011 | 11000100 | 101001 | 101110 |
Color Harmonies of #468DA6
Complementary color
Monochromatic Colors of #468DA6
Black with #468DA6
Text Example
Text Example
White with #468DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468DA6; }
p { color: rgb(70,141,166); }
H1.HeaderClassName
{
color: #468DA6;
}
.AnyTagClassName
{
color: #468DA6;
}
</style>
background-color css
<style>
a { background-color: #468DA6; }
a { background-color: rgb(70,141,166); }
div.DivClassName
{
background-color: #468DA6;
}
.BgClassName
{
background-color: #468DA6;
}
</style>
border-color css
<style>
span { border-color: #468DA6; }
span { border-color: rgb(70,141,166); }
td.TdClassName
{
border-color: #468DA6;
}
.TagClassName
{
border-color: #468DA6;
}
</style>