Shades of Boston Blue #468DA5
Tints of Boston Blue #468DA5
RGB
CMYK
RGB Variations
Color information
#468DA5 (or 0x468DA5) is known color: Boston Blue. HEX triplet: 46, 8D and A5. RGB value is (70,141,165). Sum of RGB (Red+Green+Blue) = 70+141+165=376 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.62% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 165 (64.84% from 255 or 43.88% from 376); Max value from RGB is 165 - color contains mainly: blue. Hex color #468DA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468DA5 is #B9725A. Grayscale: #7A7A7A. Windows color (decimal): -12153435 or 10849606. OLE color: 10849606.
HSL color Cylindrical-coordinate representation of color #468DA5: hue angle of 195.16º degrees, saturation: 0.4, 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 #468DA5 is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 70 | 141 | 165 | - |
| CMYK | 0.58 | 0.15 | 0 | 0.35 |
| HSL | 195.16º | 0.4% | 0.46% | - |
| HSV(B) | 195.16º | 0.58% | 0.65% | - |
| XYZ | 18.84 | 23.07 | 39.06 | - |
| YUV | 122.51 | 151.98 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 141 | 165 | 0.58 | 0.15 | 0 | 0.35 | 195.16 | 0.4 | 0.46 |
| Hex | 46 | 8D | A5 | 3A | F | 0 | 23 | C3 | 28 | 2E |
| Octal | 106 | 215 | 245 | 72 | 17 | 0 | 43 | 303 | 50 | 56 |
| Binary | 1000110 | 10001101 | 10100101 | 111010 | 1111 | 0 | 100011 | 11000011 | 101000 | 101110 |
Color Harmonies of #468DA5
Complementary color
Monochromatic Colors of #468DA5
Black with #468DA5
Text Example
Text Example
White with #468DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468DA5; }
p { color: rgb(70,141,165); }
H1.HeaderClassName
{
color: #468DA5;
}
.AnyTagClassName
{
color: #468DA5;
}
</style>
background-color css
<style>
a { background-color: #468DA5; }
a { background-color: rgb(70,141,165); }
div.DivClassName
{
background-color: #468DA5;
}
.BgClassName
{
background-color: #468DA5;
}
</style>
border-color css
<style>
span { border-color: #468DA5; }
span { border-color: rgb(70,141,165); }
td.TdClassName
{
border-color: #468DA5;
}
.TagClassName
{
border-color: #468DA5;
}
</style>