Shades of Boston Blue #468FB0
Tints of Boston Blue #468FB0
RGB
CMYK
RGB Variations
Color information
#468FB0 (or 0x468FB0) is known color: Boston Blue. HEX triplet: 46, 8F and B0. RGB value is (70,143,176). Sum of RGB (Red+Green+Blue) = 70+143+176=389 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.99% from 389); Green value is 143 (56.25% from 255 or 36.76% from 389); Blue value is 176 (69.14% from 255 or 45.24% from 389); Max value from RGB is 176 - color contains mainly: blue. Hex color #468FB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468FB0 is #B9704F. Grayscale: #7C7C7C. Windows color (decimal): -12152912 or 11571014. OLE color: 11571014.
HSL color Cylindrical-coordinate representation of color #468FB0: hue angle of 198.68º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #468FB0 is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 70 | 143 | 176 | - |
| CMYK | 0.60 | 0.19 | 0 | 0.31 |
| HSL | 198.68º | 0.43% | 0.48% | - |
| HSV(B) | 198.68º | 0.6% | 0.69% | - |
| XYZ | 20.18 | 24.08 | 44.66 | - |
| YUV | 124.94 | 156.82 | 88.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 143 | 176 | 0.60 | 0.19 | 0 | 0.31 | 198.68 | 0.43 | 0.48 |
| Hex | 46 | 8F | B0 | 3C | 13 | 0 | 1F | C7 | 2B | 30 |
| Octal | 106 | 217 | 260 | 74 | 23 | 0 | 37 | 307 | 53 | 60 |
| Binary | 1000110 | 10001111 | 10110000 | 111100 | 10011 | 0 | 11111 | 11000111 | 101011 | 110000 |
Color Harmonies of #468FB0
Complementary color
Monochromatic Colors of #468FB0
Black with #468FB0
Text Example
Text Example
White with #468FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468FB0; }
p { color: rgb(70,143,176); }
H1.HeaderClassName
{
color: #468FB0;
}
.AnyTagClassName
{
color: #468FB0;
}
</style>
background-color css
<style>
a { background-color: #468FB0; }
a { background-color: rgb(70,143,176); }
div.DivClassName
{
background-color: #468FB0;
}
.BgClassName
{
background-color: #468FB0;
}
</style>
border-color css
<style>
span { border-color: #468FB0; }
span { border-color: rgb(70,143,176); }
td.TdClassName
{
border-color: #468FB0;
}
.TagClassName
{
border-color: #468FB0;
}
</style>