Shades of Boston Blue #4687A4
Tints of Boston Blue #4687A4
RGB
CMYK
RGB Variations
Color information
#4687A4 (or 0x4687A4) is known color: Boston Blue. HEX triplet: 46, 87 and A4. RGB value is (70,135,164). Sum of RGB (Red+Green+Blue) = 70+135+164=369 (48% of max value = 765). Red value is 70 (27.73% from 255 or 18.97% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 164 (64.45% from 255 or 44.44% from 369); Max value from RGB is 164 - color contains mainly: blue. Hex color #4687A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4687A4 is #B9785B. Grayscale: #767676. Windows color (decimal): -12154972 or 10782534. OLE color: 10782534.
HSL color Cylindrical-coordinate representation of color #4687A4: hue angle of 198.51º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4687A4 is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 70 | 135 | 164 | - |
| CMYK | 0.57 | 0.18 | 0 | 0.36 |
| HSL | 198.51º | 0.4% | 0.46% | - |
| HSV(B) | 198.51º | 0.57% | 0.64% | - |
| XYZ | 17.89 | 21.31 | 38.29 | - |
| YUV | 118.87 | 153.47 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 135 | 164 | 0.57 | 0.18 | 0 | 0.36 | 198.51 | 0.4 | 0.46 |
| Hex | 46 | 87 | A4 | 39 | 12 | 0 | 24 | C7 | 28 | 2E |
| Octal | 106 | 207 | 244 | 71 | 22 | 0 | 44 | 307 | 50 | 56 |
| Binary | 1000110 | 10000111 | 10100100 | 111001 | 10010 | 0 | 100100 | 11000111 | 101000 | 101110 |
Color Harmonies of #4687A4
Complementary color
Monochromatic Colors of #4687A4
Black with #4687A4
Text Example
Text Example
White with #4687A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4687A4; }
p { color: rgb(70,135,164); }
H1.HeaderClassName
{
color: #4687A4;
}
.AnyTagClassName
{
color: #4687A4;
}
</style>
background-color css
<style>
a { background-color: #4687A4; }
a { background-color: rgb(70,135,164); }
div.DivClassName
{
background-color: #4687A4;
}
.BgClassName
{
background-color: #4687A4;
}
</style>
border-color css
<style>
span { border-color: #4687A4; }
span { border-color: rgb(70,135,164); }
td.TdClassName
{
border-color: #4687A4;
}
.TagClassName
{
border-color: #4687A4;
}
</style>