Shades of Boston Blue #468BAD
Tints of Boston Blue #468BAD
RGB
CMYK
RGB Variations
Color information
#468BAD (or 0x468BAD) is known color: Boston Blue. HEX triplet: 46, 8B and AD. RGB value is (70,139,173). Sum of RGB (Red+Green+Blue) = 70+139+173=382 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.32% from 382); Green value is 139 (54.69% from 255 or 36.39% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 173 - color contains mainly: blue. Hex color #468BAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468BAD is #B97452. Grayscale: #7A7A7A. Windows color (decimal): -12153939 or 11373382. OLE color: 11373382.
HSL color Cylindrical-coordinate representation of color #468BAD: hue angle of 199.81º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #468BAD is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 70 | 139 | 173 | - |
| CMYK | 0.60 | 0.20 | 0 | 0.32 |
| HSL | 199.81º | 0.42% | 0.48% | - |
| HSV(B) | 199.81º | 0.6% | 0.68% | - |
| XYZ | 19.3 | 22.78 | 42.92 | - |
| YUV | 122.25 | 156.64 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 139 | 173 | 0.60 | 0.20 | 0 | 0.32 | 199.81 | 0.42 | 0.48 |
| Hex | 46 | 8B | AD | 3C | 14 | 0 | 20 | C8 | 2A | 30 |
| Octal | 106 | 213 | 255 | 74 | 24 | 0 | 40 | 310 | 52 | 60 |
| Binary | 1000110 | 10001011 | 10101101 | 111100 | 10100 | 0 | 100000 | 11001000 | 101010 | 110000 |
Color Harmonies of #468BAD
Complementary color
Monochromatic Colors of #468BAD
Black with #468BAD
Text Example
Text Example
White with #468BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468BAD; }
p { color: rgb(70,139,173); }
H1.HeaderClassName
{
color: #468BAD;
}
.AnyTagClassName
{
color: #468BAD;
}
</style>
background-color css
<style>
a { background-color: #468BAD; }
a { background-color: rgb(70,139,173); }
div.DivClassName
{
background-color: #468BAD;
}
.BgClassName
{
background-color: #468BAD;
}
</style>
border-color css
<style>
span { border-color: #468BAD; }
span { border-color: rgb(70,139,173); }
td.TdClassName
{
border-color: #468BAD;
}
.TagClassName
{
border-color: #468BAD;
}
</style>