Shades of Boston Blue #468FA7
Tints of Boston Blue #468FA7
RGB
CMYK
RGB Variations
Color information
#468FA7 (or 0x468FA7) is known color: Boston Blue. HEX triplet: 46, 8F and A7. RGB value is (70,143,167). Sum of RGB (Red+Green+Blue) = 70+143+167=380 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.42% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 167 (65.62% from 255 or 43.95% from 380); Max value from RGB is 167 - color contains mainly: blue. Hex color #468FA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468FA7 is #B97058. Grayscale: #7B7B7B. Windows color (decimal): -12152921 or 10981190. OLE color: 10981190.
HSL color Cylindrical-coordinate representation of color #468FA7: hue angle of 194.85º 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 #468FA7 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 70 | 143 | 167 | - |
| CMYK | 0.58 | 0.14 | 0 | 0.35 |
| HSL | 194.85º | 0.41% | 0.46% | - |
| HSV(B) | 194.85º | 0.58% | 0.65% | - |
| XYZ | 19.32 | 23.74 | 40.12 | - |
| YUV | 123.91 | 152.32 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 143 | 167 | 0.58 | 0.14 | 0 | 0.35 | 194.85 | 0.41 | 0.46 |
| Hex | 46 | 8F | A7 | 3A | E | 0 | 23 | C3 | 29 | 2E |
| Octal | 106 | 217 | 247 | 72 | 16 | 0 | 43 | 303 | 51 | 56 |
| Binary | 1000110 | 10001111 | 10100111 | 111010 | 1110 | 0 | 100011 | 11000011 | 101001 | 101110 |
Color Harmonies of #468FA7
Complementary color
Monochromatic Colors of #468FA7
Black with #468FA7
Text Example
Text Example
White with #468FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468FA7; }
p { color: rgb(70,143,167); }
H1.HeaderClassName
{
color: #468FA7;
}
.AnyTagClassName
{
color: #468FA7;
}
</style>
background-color css
<style>
a { background-color: #468FA7; }
a { background-color: rgb(70,143,167); }
div.DivClassName
{
background-color: #468FA7;
}
.BgClassName
{
background-color: #468FA7;
}
</style>
border-color css
<style>
span { border-color: #468FA7; }
span { border-color: rgb(70,143,167); }
td.TdClassName
{
border-color: #468FA7;
}
.TagClassName
{
border-color: #468FA7;
}
</style>