Shades of Boston Blue #468BA5
Tints of Boston Blue #468BA5
RGB
CMYK
RGB Variations
Color information
#468BA5 (or 0x468BA5) is known color: Boston Blue. HEX triplet: 46, 8B and A5. RGB value is (70,139,165). Sum of RGB (Red+Green+Blue) = 70+139+165=374 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.72% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 165 (64.84% from 255 or 44.12% from 374); Max value from RGB is 165 - color contains mainly: blue. Hex color #468BA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468BA5 is #B9745A. Grayscale: #797979. Windows color (decimal): -12153947 or 10849094. OLE color: 10849094.
HSL color Cylindrical-coordinate representation of color #468BA5: hue angle of 196.42º 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 #468BA5 is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 70 | 139 | 165 | - |
| CMYK | 0.58 | 0.16 | 0 | 0.35 |
| HSL | 196.42º | 0.4% | 0.46% | - |
| HSV(B) | 196.42º | 0.58% | 0.65% | - |
| XYZ | 18.55 | 22.48 | 38.96 | - |
| YUV | 121.33 | 152.64 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 139 | 165 | 0.58 | 0.16 | 0 | 0.35 | 196.42 | 0.4 | 0.46 |
| Hex | 46 | 8B | A5 | 3A | 10 | 0 | 23 | C4 | 28 | 2E |
| Octal | 106 | 213 | 245 | 72 | 20 | 0 | 43 | 304 | 50 | 56 |
| Binary | 1000110 | 10001011 | 10100101 | 111010 | 10000 | 0 | 100011 | 11000100 | 101000 | 101110 |
Color Harmonies of #468BA5
Complementary color
Monochromatic Colors of #468BA5
Black with #468BA5
Text Example
Text Example
White with #468BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468BA5; }
p { color: rgb(70,139,165); }
H1.HeaderClassName
{
color: #468BA5;
}
.AnyTagClassName
{
color: #468BA5;
}
</style>
background-color css
<style>
a { background-color: #468BA5; }
a { background-color: rgb(70,139,165); }
div.DivClassName
{
background-color: #468BA5;
}
.BgClassName
{
background-color: #468BA5;
}
</style>
border-color css
<style>
span { border-color: #468BA5; }
span { border-color: rgb(70,139,165); }
td.TdClassName
{
border-color: #468BA5;
}
.TagClassName
{
border-color: #468BA5;
}
</style>