Shades of Boston Blue #468DA8
Tints of Boston Blue #468DA8
RGB
CMYK
RGB Variations
Color information
#468DA8 (or 0x468DA8) is known color: Boston Blue. HEX triplet: 46, 8D and A8. RGB value is (70,141,168). Sum of RGB (Red+Green+Blue) = 70+141+168=379 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.47% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 168 (66.02% from 255 or 44.33% from 379); Max value from RGB is 168 - color contains mainly: blue. Hex color #468DA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468DA8 is #B97257. Grayscale: #7A7A7A. Windows color (decimal): -12153432 or 11046214. OLE color: 11046214.
HSL color Cylindrical-coordinate representation of color #468DA8: hue angle of 196.53º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #468DA8 is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 70 | 141 | 168 | - |
| CMYK | 0.58 | 0.16 | 0 | 0.34 |
| HSL | 196.53º | 0.41% | 0.47% | - |
| HSV(B) | 196.53º | 0.58% | 0.66% | - |
| XYZ | 19.12 | 23.18 | 40.51 | - |
| YUV | 122.85 | 153.48 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 141 | 168 | 0.58 | 0.16 | 0 | 0.34 | 196.53 | 0.41 | 0.47 |
| Hex | 46 | 8D | A8 | 3A | 10 | 0 | 22 | C5 | 29 | 2F |
| Octal | 106 | 215 | 250 | 72 | 20 | 0 | 42 | 305 | 51 | 57 |
| Binary | 1000110 | 10001101 | 10101000 | 111010 | 10000 | 0 | 100010 | 11000101 | 101001 | 101111 |
Color Harmonies of #468DA8
Complementary color
Monochromatic Colors of #468DA8
Black with #468DA8
Text Example
Text Example
White with #468DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468DA8; }
p { color: rgb(70,141,168); }
H1.HeaderClassName
{
color: #468DA8;
}
.AnyTagClassName
{
color: #468DA8;
}
</style>
background-color css
<style>
a { background-color: #468DA8; }
a { background-color: rgb(70,141,168); }
div.DivClassName
{
background-color: #468DA8;
}
.BgClassName
{
background-color: #468DA8;
}
</style>
border-color css
<style>
span { border-color: #468DA8; }
span { border-color: rgb(70,141,168); }
td.TdClassName
{
border-color: #468DA8;
}
.TagClassName
{
border-color: #468DA8;
}
</style>