Shades of Boston Blue #468BAE
Tints of Boston Blue #468BAE
RGB
CMYK
RGB Variations
Color information
#468BAE (or 0x468BAE) is known color: Boston Blue. HEX triplet: 46, 8B and AE. RGB value is (70,139,174). Sum of RGB (Red+Green+Blue) = 70+139+174=383 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.28% from 383); Green value is 139 (54.69% from 255 or 36.29% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #468BAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468BAE is #B97451. Grayscale: #7A7A7A. Windows color (decimal): -12153938 or 11438918. OLE color: 11438918.
HSL color Cylindrical-coordinate representation of color #468BAE: hue angle of 200.19º degrees, saturation: 0.43, 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 #468BAE is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 70 | 139 | 174 | - |
| CMYK | 0.60 | 0.20 | 0 | 0.32 |
| HSL | 200.19º | 0.43% | 0.48% | - |
| HSV(B) | 200.19º | 0.6% | 0.68% | - |
| XYZ | 19.4 | 22.82 | 43.43 | - |
| YUV | 122.36 | 157.14 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 139 | 174 | 0.60 | 0.20 | 0 | 0.32 | 200.19 | 0.43 | 0.48 |
| Hex | 46 | 8B | AE | 3C | 14 | 0 | 20 | C8 | 2B | 30 |
| Octal | 106 | 213 | 256 | 74 | 24 | 0 | 40 | 310 | 53 | 60 |
| Binary | 1000110 | 10001011 | 10101110 | 111100 | 10100 | 0 | 100000 | 11001000 | 101011 | 110000 |
Color Harmonies of #468BAE
Complementary color
Monochromatic Colors of #468BAE
Black with #468BAE
Text Example
Text Example
White with #468BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468BAE; }
p { color: rgb(70,139,174); }
H1.HeaderClassName
{
color: #468BAE;
}
.AnyTagClassName
{
color: #468BAE;
}
</style>
background-color css
<style>
a { background-color: #468BAE; }
a { background-color: rgb(70,139,174); }
div.DivClassName
{
background-color: #468BAE;
}
.BgClassName
{
background-color: #468BAE;
}
</style>
border-color css
<style>
span { border-color: #468BAE; }
span { border-color: rgb(70,139,174); }
td.TdClassName
{
border-color: #468BAE;
}
.TagClassName
{
border-color: #468BAE;
}
</style>